summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix Doxygen function parameter name.Diego Biurrun2007-12-21
* comment typo fixesDiego Biurrun2007-12-21
* comment typo fixesDiego Biurrun2007-12-21
* Fix "suggest parentheses around assignment used as truth value" warnings.Diego Biurrun2007-12-21
* More consistent { placement.Michael Niedermayer2007-12-21
* indentMichael Niedermayer2007-12-21
* ~15% faster h264_chroma_mc2/4_c() these also prevent some possible outMichael Niedermayer2007-12-21
* reset manually selected codecs at the end of opt_input_file, to avoid propaga...Baptiste Coudurier2007-12-21
* 30% faster h264_chroma_mc8_c(), this also prevents a possible out ofMichael Niedermayer2007-12-21
* typo ;)Ivo van Poorten2007-12-21
* Document ByteIOContext and URLContext change rules.Michael Niedermayer2007-12-20
* ReindentBenjamin Larsson2007-12-20
* Correctly handle FLV_CODECID_NELLYMOSER_8HZ_MONO filesBenjamin Larsson2007-12-20
* Make sure strides have positive values before converting.Peter Schlaile2007-12-20
* Document a few more structure change rules with relation to ABI/API.Michael Niedermayer2007-12-20
* fix indentationBaptiste Coudurier2007-12-20
* Document structure change rules with relation to ABI/API.Michael Niedermayer2007-12-20
* Add option for user to scale the amount of dynamic range compression which isJustin Ruggles2007-12-20
* cosmetics: indentationAurelien Jacobs2007-12-20
* remove double check of pb->read_seekAurelien Jacobs2007-12-20
* pb->buf_end is already set by url_open_buf()Aurelien Jacobs2007-12-19
* use proper url_is_streamed() APIAurelien Jacobs2007-12-19
* Fix problem with multithreaded decoding, introduced by r11214.Reinhard Nissl2007-12-19
* Make recently added and still unused read_seek functions return offset_t.Michael Niedermayer2007-12-19
* Merge recently added and still unused play and pause functions.Michael Niedermayer2007-12-19
* use generic 'glbl' atom if extradata is present but no specific method is knownBaptiste Coudurier2007-12-19
* supports glbl atom containing generic extradata for all codecsBaptiste Coudurier2007-12-19
* Increase minor version due to new av_close_input_streamReimar Döffinger2007-12-19
* Add a av_close_input_stream functionReimar Döffinger2007-12-19
* Remove dead code which disappeared with the last major version bump.Michael Niedermayer2007-12-19
* Remove *_codec_id from AVFormatParameters with the next major version bump.Michael Niedermayer2007-12-19
* Allow overriding codec_ids.Michael Niedermayer2007-12-19
* cosmetics: Sort some more entries.Diego Biurrun2007-12-19
* Remove unneeded avio wrapper functions.Michael Niedermayer2007-12-19
* A little more doxygenization.Michael Niedermayer2007-12-18
* 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