summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* 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
* cosmetics: rename ac3 bit allocation variablesJustin Ruggles2007-12-09
* cosmetics: rename ac3 tablesJustin Ruggles2007-12-09
* add ff_ prefix to all simple_idct symbolsAurelien Jacobs2007-12-08
* Reindent after last commitKostya Shishkov2007-12-08
* Update Altivec variant of vc1_inv_trans_8x4Kostya Shishkov2007-12-08
* Use IDCT functions when FASTTX=0Kostya Shishkov2007-12-08
* Switch VC-1 decoder to output decoded residual immediately.Kostya Shishkov2007-12-08
* Rename some tablesKostya Shishkov2007-12-08
* Use existing function for VLC readingKostya Shishkov2007-12-07
* Check decoded dimensions for validityKostya Shishkov2007-12-07
* Intra types will be stored in int8_t arrayKostya Shishkov2007-12-07
* Add decoder flagsKostya Shishkov2007-12-07
* Replace table with its H.263 counterpartKostya Shishkov2007-12-07
* Update tables for RV40 decoderKostya Shishkov2007-12-06
* prevent warnings about functions being possibly unusedMichael Niedermayer2007-12-06
* thank you for your efforts to keep my code clean, but i would like toMichael Niedermayer2007-12-06
* Verify long_ref_count!=0. Fix issue 281.Panagiotis Issaris2007-12-05
* Fix missing chroma in version 3 STR.Alexander Strange2007-12-05
* fix decoding of the first frame of gray.movMichael Niedermayer2007-12-05
* Initialize function pointers used by error resilience code before anyJeff Downs2007-12-05
* RV40 decoder specific functionsKostya Shishkov2007-12-04
* colour --> color in variable namesDiego Biurrun2007-12-03
* cosmetics: comment spelling fixesDiego Biurrun2007-12-03
* cosmetics: spelling fixesDiego Biurrun2007-12-03