index
:
ffmpeg
master
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
Commit message (
Expand
)
Author
Age
Files
Lines
*
In svq3 decoder, check negative mb_type, fix potential crash.
Baptiste Coudurier
2011-05-06
1
-1
/
+1
*
MPEG: support 4:4:4 lowres
Michael Niedermayer
2011-05-05
1
-12
/
+29
*
MPEG: support 4:4:4 intra lowres
Michael Niedermayer
2011-05-05
1
-5
/
+5
*
SVQ3: do not modify const input buffer
Baptiste Coudurier
2011-05-05
1
-3
/
+19
*
SVQ3: Check that things match up after a frame.
Baptiste Coudurier
2011-05-05
1
-1
/
+13
*
SVQ3: Move svq3 specific fields to their own context.
Baptiste Coudurier
2011-05-05
2
-42
/
+62
*
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-05-05
12
-275
/
+398
|
\
|
*
Fix standalone compilation of WTV demuxer.
Diego Biurrun
2011-05-04
1
-0
/
+1
|
*
Fix standalone compilation of MXPEG decoder.
Diego Biurrun
2011-05-04
1
-1
/
+1
|
*
flashsv: K&R cosmetics
Diego Biurrun
2011-05-04
1
-2
/
+2
|
*
vc1: make overlap filter for I-frames bit-exact.
Ronald S. Bultje
2011-05-04
4
-45
/
+296
|
*
vc1dec: use s->start/end_mb_y instead of passing them as function args.
Ronald S. Bultje
2011-05-04
1
-25
/
+26
|
*
Revert "VC1: merge idct8x8, coeff adjustments and put_pixels."
Ronald S. Bultje
2011-05-04
5
-170
/
+39
|
*
Replace strncpy() with av_strlcpy().
Alex Converse
2011-05-03
2
-23
/
+24
|
*
indeo3: Eliminate use of long.
Alex Converse
2011-05-03
1
-11
/
+11
|
*
get_bits: make cache unsigned to eliminate undefined signed overflow.
Alex Converse
2011-05-03
1
-1
/
+1
|
*
mpegvideo: reindent.
Ronald S. Bultje
2011-05-03
1
-116
/
+111
|
*
mpegvideo: don't av_malloc(0).
Ronald S. Bultje
2011-05-03
1
-0
/
+12
*
|
Fix "libavcodec/dfa.c:189: warning: unused variable ‘frame_end’"
Michael Niedermayer
2011-05-04
1
-1
/
+0
*
|
dvbsubdec: Split delete_state()
JULIAN GARDNER
2011-05-04
1
-18
/
+38
*
|
xsubenc: only 1 rectangle is supported so dont allow 0 as it would crash.
Michael Niedermayer
2011-05-04
1
-1
/
+1
*
|
sonic: fix sonic decoder to match encoder for sample rates other than 44100.
Justin Ruggles
2011-05-04
1
-1
/
+1
*
|
bitstream_reader: Try to fix "get_bits.h:305:45: warning: variable ‘re_cach...
Michael Niedermayer
2011-05-04
1
-1
/
+1
*
|
bitstream reader: remove unneeded variable initilization.
Michael Niedermayer
2011-05-04
1
-1
/
+1
*
|
MS Video 1 encoder
Kostya Shishkov
2011-05-04
3
-1
/
+300
*
|
Remove lowres support from wmv2 decoder
ami_stuff
2011-05-03
1
-1
/
+0
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-05-03
2
-59
/
+131
|
\
|
|
*
vp8: frame-multithreading.
Ronald S. Bultje
2011-05-02
2
-59
/
+131
|
*
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Stefano Sabatini
2011-05-02
134
-631
/
+631
|
*
Replace deprecated av_get_pict_type_char() with av_get_picture_type_char().
Stefano Sabatini
2011-05-02
6
-6
/
+6
|
*
dpx: Do not use DPX encoder for decoding.
Kostya Shishkov
2011-05-02
1
-1
/
+1
*
|
Support decoding of 24 bit True Audio samples-
Carl Eugen Hoyos
2011-05-03
1
-1
/
+8
*
|
Support decoding of 8 bit True Audio samples-
Carl Eugen Hoyos
2011-05-03
1
-1
/
+8
*
|
Do not assume AV_SAMPLE_FMT_S16 as tta sample format.
Carl Eugen Hoyos
2011-05-03
1
-1
/
+1
*
|
Fix init_get_bits length argument for init_get_bits.
Alexandre Colucci
2011-05-02
1
-4
/
+7
*
|
Change guess_palette so its output matches the most common palette.
Reimar Döffinger
2011-05-02
1
-3
/
+11
*
|
replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*
Stefano Sabatini
2011-05-02
135
-636
/
+636
*
|
replace deprecated av_get_pict_type_char() with av_get_picture_type_char()
Stefano Sabatini
2011-05-02
6
-6
/
+6
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-05-02
5
-140
/
+87
|
\
|
|
*
ALPHA: Replace sized int_fast integer types with plain int/unsigned.
Diego Biurrun
2011-05-01
1
-3
/
+3
|
*
DPX image encoder
Peter Ross
2011-05-01
4
-3
/
+182
|
*
DPX decoder: read sample aspect ratio
Peter Ross
2011-05-01
1
-1
/
+5
|
*
DPX decoder: add buffer size checks.
Reimar Döffinger
2011-05-01
1
-5
/
+14
|
*
ac3enc: clip large coefficient values and negative exponents rather than using
Justin Ruggles
2011-05-01
1
-1
/
+3
|
*
ac3enc: do not store a bandwidth code for each channel.
Justin Ruggles
2011-05-01
1
-7
/
+6
|
*
ac3enc: remove bandwidth reduction as fallback for bit allocation failure.
Justin Ruggles
2011-05-01
1
-30
/
+0
|
*
ac3enc: merge compute_exp_strategy_ch() into compute_exp_strategy()
Justin Ruggles
2011-05-01
1
-42
/
+33
|
*
ac3enc: return error if frame+exponent bits are too large instead of using
Justin Ruggles
2011-05-01
1
-1
/
+2
|
*
ac3enc: differentiate between current block and reference block in bit_alloc()
Justin Ruggles
2011-05-01
1
-7
/
+11
|
*
ac3enc: simplify exponent_init() by calculating exponent_group_tab[] based
Justin Ruggles
2011-05-01
1
-5
/
+7
[next]