summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* indentMichael Niedermayer2007-12-21
* ~15% faster h264_chroma_mc2/4_c() these also prevent some possible outMichael Niedermayer2007-12-21
* 30% faster h264_chroma_mc8_c(), this also prevents a possible out ofMichael Niedermayer2007-12-21
* typo ;)Ivo van Poorten2007-12-21
* Document a few more structure change rules with relation to ABI/API.Michael Niedermayer2007-12-20
* Document structure change rules with relation to ABI/API.Michael Niedermayer2007-12-20
* Add option for user to scale the amount of dynamic range compression which isJustin Ruggles2007-12-20
* Fix problem with multithreaded decoding, introduced by r11214.Reinhard Nissl2007-12-19
* cosmetics: Sort some more entries.Diego Biurrun2007-12-19
* A little more doxygenization.Michael Niedermayer2007-12-18
* Document Motion_Est_IDs.Michael Niedermayer2007-12-18
* Remove old variable with the next major version bump.Michael Niedermayer2007-12-18
* add bitrate helper to choose all dnxhd variantsBaptiste Coudurier2007-12-18
* avoid infinite loop if pixel format conversion does not existBaptiste Coudurier2007-12-18
* another comment ->doxyMichael Niedermayer2007-12-17
* ME default does not belong to the ME type enum.Michael Niedermayer2007-12-17
* change some normal comments to doxy onesMichael Niedermayer2007-12-17
* Correct spatial prediction mode in RV30/40 for vertical left directionKostya Shishkov2007-12-17
* clarify FIXMEMichael Niedermayer2007-12-17
* Add FF_OPT_TYPE_BINARY and use it to add a cryptokey optionReimar Döffinger2007-12-17
* Fix crash in PCM decoder when number of channels is not set.wg2007-12-17
* Skip dialog normalization. It shouldn't be used by the decoder, and there isJustin Ruggles2007-12-17
* Revert commit made in revision 11228. I'm getting some strange results in theJustin Ruggles2007-12-17
* move FLAC mmx dsp to its own fileAurelien Jacobs2007-12-16
* cosmetics: comment typo fixesDiego Biurrun2007-12-16
* Make strict altivec parsers happy (gcc-4.3 and others)Luca Barbato2007-12-16
* RV40 decoder should use availability cacheKostya Shishkov2007-12-16
* RV30/40 decoding coreKostya Shishkov2007-12-16
* downmix before the IMDCT if no block switching is usedJustin Ruggles2007-12-16
* Add 'l' suffix where it is necessary because type can not always beReimar Döffinger2007-12-15
* Add missing '\n' to log format textAndreas Öman2007-12-15
* Make DCA decoder honor avctx->request_channels in a more advisory way.Andreas Öman2007-12-15
* Make AC3 decoder honor avctx->request_channelsAndreas Öman2007-12-15
* Make fill_rectangle() available for other decodersKostya Shishkov2007-12-15
* Fix brain-dead parts of r11216, specifically:Jeff Downs2007-12-14
* Ensure that our total reference frame count does not exceed the SPSJeff Downs2007-12-14
* Actually return with an error condition if we're being asked to deal with tooJeff Downs2007-12-14
* Make h264 decoder conform to requirements of mpegvideo's MPV_frame_start.Jeff Downs2007-12-14
* Add a missing break, before av_set_number would always return NULL forReimar Döffinger2007-12-13
* Fix non_zero_count_cache for deblocking in field pictures.Jeff Downs2007-12-13
* add required include to make this file self-containedAurelien Jacobs2007-12-12
* use av_log_get/set_level()Måns Rullgård2007-12-12
* av_*_next() API for libavcodecMichael Niedermayer2007-12-12
* Show which bitstreamfilters were compiled in, similar to the protocols etcPanagiotis Issaris2007-12-12
* typo/clarificationDiego Biurrun2007-12-11
* Enable 4x4 IDCT for FASTTX=0 mode in WMV3Kostya Shishkov2007-12-09
* Add 4x4 IDCTKostya Shishkov2007-12-09
* cosmetics: rename ac3 decoder variablesJustin Ruggles2007-12-09
* cosmetics: rename common ac3 variablesJustin Ruggles2007-12-09
* cosmetics: vertical align after last commitJustin Ruggles2007-12-09