summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov)Evgeniy Stepanov2007-12-29
* clear internal queue when seekingAurelien Jacobs2007-12-29
* move internal queue freeing code in its own functionAurelien Jacobs2007-12-29
* fix memory leak (patch by Gabriel Forté gforte _at_ wyplay _dot_ com)Gabriel Forté2007-12-29
* indentMichael Niedermayer2007-12-29
* Try to fix url_split() so that the ?foobar part is in the path and only the p...Michael Niedermayer2007-12-29
* Sun Rasterfile decoderIvo van Poorten2007-12-28
* Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 3 ReindentLuca Barbato2007-12-28
* Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 2 x-pn-tng sup...Luca Barbato2007-12-28
* Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 1 CommentLuca Barbato2007-12-28
* Revert hack which should have never been commited.Michael Niedermayer2007-12-28
* Check for the presence of sys/select.h and conditionally #include it.Michael Kostylev2007-12-27
* Fix detected fps for old divx/xvid.Michael Niedermayer2007-12-27
* Do not force fps unless the user actually specified one.Michael Niedermayer2007-12-26
* PC Paintbrush PCX image decoderIvo van Poorten2007-12-26
* Revert r6124, the change was just wrong, other formats than MPEG-PS can beAllan Sandfeld Jensen2007-12-25
* djgpp port, first partMichael Kostylev2007-12-24
* typo: begining --> beginningDiego Biurrun2007-12-23
* begining -> beginning typo fixReimar Döffinger2007-12-23
* 100l, av_read_packet must check for read_packet error, in case ofReimar Döffinger2007-12-23
* Add a av_alloc_put_byte function.Reimar Döffinger2007-12-22
* Fix Doxygen function parameter name.Diego Biurrun2007-12-21
* comment typo fixesDiego Biurrun2007-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
* 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
* cosmetics: indentationAurelien Jacobs2007-12-20
* remove double check of pb->read_seekAurelien Jacobs2007-12-20
* use proper url_is_streamed() APIAurelien Jacobs2007-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
* Remove unneeded avio wrapper functions.Michael Niedermayer2007-12-19
* 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
* Add FF_OPT_TYPE_BINARY and use it to add a cryptokey optionReimar Döffinger2007-12-17
* Enable av_read_pause(), av_read_play() and the ASF demuxer's av_read_seek()Björn Axelsson2007-12-17
* 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