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
*
typo
Luca Barbato
2006-11-24
1
-1
/
+1
*
Implement DELTA_FLI opcodes correctly. Patch by Steven Johnson
Steven Johnson
2006-11-24
1
-1
/
+7
*
support byte_run=0 case in DELTA_FLI (this case means only skip pixels)
Alex Beregszaszi
2006-11-23
1
-1
/
+1
*
10l memory corruption bug found by Steven Johnson
Alex Beregszaszi
2006-11-23
1
-1
/
+1
*
flac: allow reading of full metadata headers from extradata
Aurelien Jacobs
2006-11-23
1
-47
/
+56
*
bring AC3 encoder output up to input volume level
Bill O'Shaughnessy
2006-11-23
1
-1
/
+1
*
fix bitstream to be correctly decoded by quicktime
Baptiste Coudurier
2006-11-22
1
-1
/
+1
*
fix sigfpe with intra only encoding
Baptiste Coudurier
2006-11-22
1
-1
/
+1
*
Conditionally compile some of the AltiVec optimizations.
Diego Biurrun
2006-11-22
2
-6
/
+11
*
fix some potential security issues, patch by Matthias Hopf, mat at mshopf dot de
Matthias Hopf
2006-11-22
2
-2
/
+6
*
Fix compilation with VC-1 decoder disabled.
Diego Biurrun
2006-11-21
1
-1
/
+1
*
fix b frames + -mbd rd without -psnr (yes that was seriously buggy and probab...
Michael Niedermayer
2006-11-21
1
-1
/
+1
*
100l infinite loop fix
Michael Niedermayer
2006-11-21
1
-1
/
+1
*
Decode non-interleaved scans
Kostya Shishkov
2006-11-21
1
-8
/
+2
*
Fix declaration and code thingie
Guillaume Poirier
2006-11-20
1
-1
/
+2
*
allow amr bitrate to be changed "on the fly" through avctx->bitrate.
Martin
2006-11-20
1
-1
/
+5
*
Fix linking with H.261 support disabled.
Tom Harper
2006-11-20
1
-0
/
+2
*
infiinit loop fix for CBR + adaptive quant
Michael Niedermayer
2006-11-20
1
-0
/
+5
*
100l qprd fix 2nd try
Michael Niedermayer
2006-11-20
1
-2
/
+3
*
Some progressive JPEG support
Kostya Shishkov
2006-11-20
1
-9
/
+113
*
testing all dquant for qp_rd fixes the qp runaway to 31 bug
Michael Niedermayer
2006-11-19
1
-10
/
+5
*
Add useful Altivec types, taken from with permission from x264 authors
Guillaume Poirier
2006-11-19
1
-0
/
+41
*
Divide first audio buffer chunk into atomary bufffers.
Kostya Shishkov
2006-11-19
1
-19
/
+3
*
Missed one log2().
Benjamin Larsson
2006-11-17
1
-1
/
+1
*
Optimize overlapping
Kostya Shishkov
2006-11-17
1
-8
/
+14
*
Fix comments
Kostya Shishkov
2006-11-17
1
-2
/
+2
*
Overlap filtering was done in reverse order
Kostya Shishkov
2006-11-17
1
-24
/
+24
*
Remove alpha channel from RGB555
Alex Beregszaszi
2006-11-16
1
-15
/
+3
*
BGR555 has never been working as alpha supporting format. Remove the false se...
Alex Beregszaszi
2006-11-16
1
-1
/
+1
*
throw error if unsupported resolution is used with h261
Baptiste Coudurier
2006-11-16
3
-1
/
+6
*
detect a few more errors (fixes libmp3-bug.avi again)
Michael Niedermayer
2006-11-15
1
-3
/
+10
*
making decoding more error robust
Michael Niedermayer
2006-11-14
1
-11
/
+19
*
reset internal buffer during seeking
Michael Niedermayer
2006-11-14
1
-1
/
+8
*
more checks and error messages
Michael Niedermayer
2006-11-14
1
-1
/
+8
*
changed rgba32_to routines to support both alpha and non-alpha formats (see r...
Alex Beregszaszi
2006-11-14
1
-0
/
+12
*
changed rgba32_to routines to support both alpha and non-alpha formats
Alex Beregszaszi
2006-11-14
1
-5
/
+21
*
Fix possible overflows. Found by Steven Johnson
Alex Beregszaszi
2006-11-14
1
-8
/
+8
*
Remove log2() usage.
Benjamin Larsson
2006-11-14
1
-7
/
+4
*
revert bad checkin
Måns Rullgård
2006-11-14
17
-64
/
+73
*
move some CFLAGS settings away from config.* writing section
Måns Rullgård
2006-11-14
17
-73
/
+64
*
Remove redundant #ifdef HAVE_THREAD, the file is only compiled
Diego Biurrun
2006-11-14
1
-3
/
+0
*
rename CONFIG_AC3 to CONFIG_A52
Måns Rullgård
2006-11-13
2
-3
/
+3
*
Support for 16-bit grayscale
Kostya Shishkov
2006-11-13
1
-0
/
+8
*
Give error about planar RGB
Kostya Shishkov
2006-11-13
1
-0
/
+8
*
Update error message
Kostya Shishkov
2006-11-13
1
-1
/
+1
*
Use table for determining type sizes
Kostya Shishkov
2006-11-13
1
-2
/
+9
*
add low delay forcing option for mpeg1/2 encoding
Baptiste Coudurier
2006-11-13
2
-3
/
+14
*
Decoder can decode many ZLib-packed strips
Kostya Shishkov
2006-11-13
1
-4
/
+0
*
Print error message for unsupported mode (RGB planar,CMYK,YCrCb)
Kostya Shishkov
2006-11-13
1
-0
/
+6
*
8-bit images support for TIFF
Kostya Shishkov
2006-11-13
1
-15
/
+69
[next]