5919 Commits (5492209aa9b26773e7a5fdad0995196ffb2dff53)

Author SHA1 Message Date
Michael Niedermayer 5492209aa9 clarify FIXME 17 years ago
Reimar Döffinger 841f39a7f3 Add FF_OPT_TYPE_BINARY and use it to add a cryptokey option 17 years ago
wg 3426d575bf Fix crash in PCM decoder when number of channels is not set. 17 years ago
Justin Ruggles 03726b7042 Skip dialog normalization. It shouldn't be used by the decoder, and there is 17 years ago
Justin Ruggles 224bc440b2 Revert commit made in revision 11228. I'm getting some strange results in the 17 years ago
Aurelien Jacobs 407c50a024 move FLAC mmx dsp to its own file 17 years ago
Diego Biurrun 5d81d64175 cosmetics: comment typo fixes 17 years ago
Luca Barbato c49e23e2a4 Make strict altivec parsers happy (gcc-4.3 and others) 17 years ago
Kostya Shishkov 6cd1500d39 RV40 decoder should use availability cache 17 years ago
Kostya Shishkov a52ef6a894 RV30/40 decoding core 17 years ago
Justin Ruggles b40211ff67 downmix before the IMDCT if no block switching is used 17 years ago
Reimar Döffinger 15c57ced2f Add 'l' suffix where it is necessary because type can not always be 17 years ago
Andreas Öman 30dc554153 Add missing '\n' to log format text 17 years ago
Andreas Öman 79328e9cc7 Make DCA decoder honor avctx->request_channels in a more advisory way. 17 years ago
Andreas Öman 6708eefe55 Make AC3 decoder honor avctx->request_channels 17 years ago
Kostya Shishkov 626464fb53 Make fill_rectangle() available for other decoders 17 years ago
Jeff Downs 9a1feb8608 Fix brain-dead parts of r11216, specifically: 17 years ago
Jeff Downs aeb59e839f Ensure that our total reference frame count does not exceed the SPS 17 years ago
Jeff Downs 41f7e2d11d Actually return with an error condition if we're being asked to deal with too 17 years ago
Jeff Downs 33e0073129 Make h264 decoder conform to requirements of mpegvideo's MPV_frame_start. 17 years ago
Reimar Döffinger 603972fc53 Add a missing break, before av_set_number would always return NULL for 17 years ago
Jeff Downs 36e097bce4 Fix non_zero_count_cache for deblocking in field pictures. 17 years ago
Aurelien Jacobs 1b77e87756 add required include to make this file self-contained 17 years ago
Måns Rullgård a309073bf4 use av_log_get/set_level() 17 years ago
Michael Niedermayer 55b9e69a31 av_*_next() API for libavcodec 17 years ago
Panagiotis Issaris 8540e8c3ec Show which bitstreamfilters were compiled in, similar to the protocols etc 17 years ago
Diego Biurrun 571bf37f6d typo/clarification 17 years ago
Kostya Shishkov 3a18218e7b Enable 4x4 IDCT for FASTTX=0 mode in WMV3 17 years ago
Kostya Shishkov 91823a6efd Add 4x4 IDCT 17 years ago
Justin Ruggles e2270b4e1e cosmetics: rename ac3 decoder variables 17 years ago
Justin Ruggles e59cc20593 cosmetics: rename common ac3 variables 17 years ago
Justin Ruggles 8001d92345 cosmetics: vertical align after last commit 17 years ago
Justin Ruggles 5ce2134258 cosmetics: rename ac3 bit allocation variables 17 years ago
Justin Ruggles 66ecf18e38 cosmetics: rename ac3 tables 17 years ago
Aurelien Jacobs 59e6f60a99 add ff_ prefix to all simple_idct symbols 17 years ago
Kostya Shishkov 98f48ce157 Reindent after last commit 17 years ago
Kostya Shishkov 51ece6842f Update Altivec variant of vc1_inv_trans_8x4 17 years ago
Kostya Shishkov 8df7cfe97c Use IDCT functions when FASTTX=0 17 years ago
Kostya Shishkov d2e45f33a4 Switch VC-1 decoder to output decoded residual immediately. 17 years ago
Kostya Shishkov 30ea307544 Rename some tables 17 years ago
Kostya Shishkov 4978618b6b Use existing function for VLC reading 17 years ago
Kostya Shishkov b192e56461 Check decoded dimensions for validity 17 years ago
Kostya Shishkov ea61e33a7f Intra types will be stored in int8_t array 17 years ago
Kostya Shishkov 52b917536d Add decoder flags 17 years ago
Kostya Shishkov da71cdadc2 Replace table with its H.263 counterpart 17 years ago
Kostya Shishkov dbf7150441 Update tables for RV40 decoder 17 years ago
Michael Niedermayer 1918057c8a prevent warnings about functions being possibly unused 17 years ago
Michael Niedermayer 9a3bb2b89c thank you for your efforts to keep my code clean, but i would like to 17 years ago
Panagiotis Issaris b17270878e Verify long_ref_count!=0. Fix issue 281. 17 years ago
Alexander Strange bc2bc41bb8 Fix missing chroma in version 3 STR. 17 years ago