summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* Decode non-interleaved scansKostya Shishkov2006-11-21
* Fix declaration and code thingieGuillaume Poirier2006-11-20
* allow amr bitrate to be changed "on the fly" through avctx->bitrate.Martin2006-11-20
* Fix linking with H.261 support disabled.Tom Harper2006-11-20
* infiinit loop fix for CBR + adaptive quantMichael Niedermayer2006-11-20
* 100l qprd fix 2nd tryMichael Niedermayer2006-11-20
* Some progressive JPEG supportKostya Shishkov2006-11-20
* testing all dquant for qp_rd fixes the qp runaway to 31 bugMichael Niedermayer2006-11-19
* Add useful Altivec types, taken from with permission from x264 authorsGuillaume Poirier2006-11-19
* Divide first audio buffer chunk into atomary bufffers.Kostya Shishkov2006-11-19
* Missed one log2().Benjamin Larsson2006-11-17
* Optimize overlappingKostya Shishkov2006-11-17
* Fix commentsKostya Shishkov2006-11-17
* Overlap filtering was done in reverse orderKostya Shishkov2006-11-17
* Remove alpha channel from RGB555Alex Beregszaszi2006-11-16
* BGR555 has never been working as alpha supporting format. Remove the false se...Alex Beregszaszi2006-11-16
* throw error if unsupported resolution is used with h261Baptiste Coudurier2006-11-16
* detect a few more errors (fixes libmp3-bug.avi again)Michael Niedermayer2006-11-15
* making decoding more error robustMichael Niedermayer2006-11-14
* reset internal buffer during seekingMichael Niedermayer2006-11-14
* more checks and error messagesMichael Niedermayer2006-11-14
* changed rgba32_to routines to support both alpha and non-alpha formats (see r...Alex Beregszaszi2006-11-14
* changed rgba32_to routines to support both alpha and non-alpha formatsAlex Beregszaszi2006-11-14
* Fix possible overflows. Found by Steven JohnsonAlex Beregszaszi2006-11-14
* Remove log2() usage.Benjamin Larsson2006-11-14
* revert bad checkinMåns Rullgård2006-11-14
* move some CFLAGS settings away from config.* writing sectionMåns Rullgård2006-11-14
* Remove redundant #ifdef HAVE_THREAD, the file is only compiledDiego Biurrun2006-11-14
* rename CONFIG_AC3 to CONFIG_A52Måns Rullgård2006-11-13
* Support for 16-bit grayscaleKostya Shishkov2006-11-13
* Give error about planar RGBKostya Shishkov2006-11-13
* Update error messageKostya Shishkov2006-11-13
* Use table for determining type sizesKostya Shishkov2006-11-13
* add low delay forcing option for mpeg1/2 encodingBaptiste Coudurier2006-11-13
* Decoder can decode many ZLib-packed stripsKostya Shishkov2006-11-13
* Print error message for unsupported mode (RGB planar,CMYK,YCrCb)Kostya Shishkov2006-11-13
* 8-bit images support for TIFFKostya Shishkov2006-11-13
* Rows per strip may be >= heightKostya Shishkov2006-11-13
* Warn about JPEG in TIFFKostya Shishkov2006-11-13
* Correctly detect 4-component imagesKostya Shishkov2006-11-13
* Output proper 16-bit sound (fixes decoding on PPC)Kostya Shishkov2006-11-13
* zigzag_direct_noperm doesn't exist, remove declarationMåns Rullgård2006-11-12
* make more tables staticMåns Rullgård2006-11-12
* rename squareTbl -> ff_squareTblMåns Rullgård2006-11-12
* rename ff_cavs_flush to cavs_flush and make it staticStefan Gehrer2006-11-12
* move all cavs-parsing to cavs.cStefan Gehrer2006-11-12
* rename cropTbl -> ff_cropTblMåns Rullgård2006-11-12
* make mpeg4video_split public as ff_mpeg4video_splitStefan Gehrer2006-11-12
* rename inverse -> ff_inverseMåns Rullgård2006-11-12
* make some tables staticMåns Rullgård2006-11-12