summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
* dv1394 depends on dv_demuxer, fixes linking with demuxers disabled.Diego Biurrun2007-12-17
* 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
* Simplify av_close_input_file similarly to av_open_input_file previouslyReimar Döffinger2007-12-17
* Simplify av_open_input_fileReimar Döffinger2007-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
* Enable av_read_pause(), av_read_play() and the ASF demuxer's av_read_seek()Björn Axelsson2007-12-17
* Remove unnecessary system include path from pkg-config files.Diego Biurrun2007-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
* useless 0L hereBaptiste Coudurier2007-12-16
* remove now useless fieldsBaptiste Coudurier2007-12-16
* do not retain useless pointers to avstream priv_data, use it directlyBaptiste Coudurier2007-12-16
* remove duplicate fieldBaptiste Coudurier2007-12-16
* cosmetics: func -> parse, remove useless parenthesisBaptiste Coudurier2007-12-16
* remove useless declarationBaptiste Coudurier2007-12-16
* save pointer to parse table, it is unlikely to changeBaptiste Coudurier2007-12-16
* remove useless seekBaptiste Coudurier2007-12-16
* cosmeticsBaptiste Coudurier2007-12-16
* support streamed mov/mp4Baptiste Coudurier2007-12-16
* return error when url_fseek could not read until desired offset in streamed modeBaptiste Coudurier2007-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
* 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