summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* choose next sample by sample positionBaptiste Coudurier2007-12-15
* document how to free the result of av_alloc_format_context()Michael Niedermayer2007-12-15
* Add missing '\n' to log format textAndreas Öman2007-12-15
* SDL does not seem to support more than two channels.Andreas Öman2007-12-15
* Notify the input coder about the number of requested channels.Andreas Ö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
* Benjamin expressed the wish to be DCA maintainer tooKostya Shishkov2007-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
* Revert r11202: do not create copy relocations when linking to shared libsMåns Rullgård2007-12-12
* use av_log_get/set_level()Måns Rullgård2007-12-12
* kill a warning, av_sha1_update accepts uint8_t * not uint64_t *Luca Barbato2007-12-12
* Provide sha1 to outside applicationsLuca Barbato2007-12-12
* av_*_next() API for libavformatMichael Niedermayer2007-12-12
* avoid using first_avcodecMichael Niedermayer2007-12-12
* av_*_next() API for libavcodecMichael Niedermayer2007-12-12
* Show which bitstreamfilters were compiled in, similar to the protocols etcPanagiotis Issaris2007-12-12
* do not create copy relocations when linking to shared libsMåns Rullgård2007-12-11
* typo/clarificationDiego Biurrun2007-12-11
* Fix compilation of os_support.c for MinGW with --disable-networkTom Harper2007-12-09
* 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
* Add missing declarations for AltiVec functions, fixes the warnings:Diego Biurrun2007-12-08
* Fix 'make checkheaders' on AltiVec-enabled systems.Diego Biurrun2007-12-07
* Add small OS/2 section with a link to further information.Dave Yeo2007-12-07
* 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