11793 Commits (9e052e8d28281614e342fb4b6054d33e3cba99e9)
 

Author SHA1 Message Date
Michael Niedermayer 0cd60abf7b A little more doxygenization. 17 years ago
Michael Niedermayer 9b4dd1b879 Document Motion_Est_IDs. 17 years ago
Michael Niedermayer 3e0b7b5627 Remove old variable with the next major version bump. 17 years ago
Baptiste Coudurier 0c39c38b14 add bitrate helper to choose all dnxhd variants 17 years ago
Baptiste Coudurier 86404ffba2 avoid infinite loop if pixel format conversion does not exist 17 years ago
Diego Biurrun fe9bb34766 dv1394 depends on dv_demuxer, fixes linking with demuxers disabled. 17 years ago
Michael Niedermayer 1ba8f5ebac another comment ->doxy 17 years ago
Michael Niedermayer bafc102b60 ME default does not belong to the ME type enum. 17 years ago
Michael Niedermayer 0e373b95b3 change some normal comments to doxy ones 17 years ago
Reimar Döffinger ca75a92325 Simplify av_close_input_file similarly to av_open_input_file previously 17 years ago
Reimar Döffinger 17acc63a32 Simplify av_open_input_file 17 years ago
Kostya Shishkov b0797570df Correct spatial prediction mode in RV30/40 for vertical left direction 17 years ago
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
Björn Axelsson fa13095a5d Enable av_read_pause(), av_read_play() and the ASF demuxer's av_read_seek() 17 years ago
Diego Biurrun 08c015c075 Remove unnecessary system include path from pkg-config files. 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
Baptiste Coudurier bcfe2ba02c useless 0L here 17 years ago
Baptiste Coudurier 282b65ccff remove now useless fields 17 years ago
Baptiste Coudurier 7c622eede5 do not retain useless pointers to avstream priv_data, use it directly 17 years ago
Baptiste Coudurier 11f16b661a remove duplicate field 17 years ago
Baptiste Coudurier 03dc32f689 cosmetics: func -> parse, remove useless parenthesis 17 years ago
Baptiste Coudurier a4813b671a remove useless declaration 17 years ago
Baptiste Coudurier 73d07c275a save pointer to parse table, it is unlikely to change 17 years ago
Baptiste Coudurier 23d2cfe9a5 remove useless seek 17 years ago
Baptiste Coudurier 01eeb422fd cosmetics 17 years ago
Baptiste Coudurier 687f35f384 support streamed mov/mp4 17 years ago
Baptiste Coudurier 5cb4b82a17 return error when url_fseek could not read until desired offset in streamed mode 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
Baptiste Coudurier 2aaf95a210 choose next sample by sample position 17 years ago
Michael Niedermayer 88808c60af document how to free the result of av_alloc_format_context() 17 years ago
Andreas Öman 30dc554153 Add missing '\n' to log format text 17 years ago
Andreas Öman 94eadc8ba0 SDL does not seem to support more than two channels. 17 years ago
Andreas Öman 2886f3113e Notify the input coder about the number of requested channels. 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
Kostya Shishkov 04e911ed86 Benjamin expressed the wish to be DCA maintainer too 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