aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Revert r6124, the change was just wrong, other formats than MPEG-PS can beAllan Sandfeld Jensen2007-12-251-16/+0
* djgpp port, first partMichael Kostylev2007-12-241-1/+1
* typo: begining --> beginningDiego Biurrun2007-12-231-1/+1
* begining -> beginning typo fixReimar Döffinger2007-12-231-2/+2
* 100l, av_read_packet must check for read_packet error, in case ofReimar Döffinger2007-12-231-0/+2
* Add a av_alloc_put_byte function.Reimar Döffinger2007-12-222-0/+22
* Fix Doxygen function parameter name.Diego Biurrun2007-12-211-1/+1
* comment typo fixesDiego Biurrun2007-12-212-29/+29
* typo ;)Ivo van Poorten2007-12-212-5/+5
* Document ByteIOContext and URLContext change rules.Michael Niedermayer2007-12-201-0/+14
* ReindentBenjamin Larsson2007-12-201-7/+7
* Correctly handle FLV_CODECID_NELLYMOSER_8HZ_MONO filesBenjamin Larsson2007-12-201-0/+2
* Document a few more structure change rules with relation to ABI/API.Michael Niedermayer2007-12-201-0/+14
* fix indentationBaptiste Coudurier2007-12-201-1/+1
* Document structure change rules with relation to ABI/API.Michael Niedermayer2007-12-201-1/+7
* cosmetics: indentationAurelien Jacobs2007-12-201-1/+1
* remove double check of pb->read_seekAurelien Jacobs2007-12-202-3/+4
* use proper url_is_streamed() APIAurelien Jacobs2007-12-192-2/+2
* Make recently added and still unused read_seek functions return offset_t.Michael Niedermayer2007-12-193-8/+8
* Merge recently added and still unused play and pause functions.Michael Niedermayer2007-12-194-36/+17
* use generic 'glbl' atom if extradata is present but no specific method is knownBaptiste Coudurier2007-12-191-0/+12
* supports glbl atom containing generic extradata for all codecsBaptiste Coudurier2007-12-191-2/+7
* Increase minor version due to new av_close_input_streamReimar Döffinger2007-12-191-2/+2
* Add a av_close_input_stream functionReimar Döffinger2007-12-192-3/+15
* Remove dead code which disappeared with the last major version bump.Michael Niedermayer2007-12-193-12/+0
* Remove *_codec_id from AVFormatParameters with the next major version bump.Michael Niedermayer2007-12-191-0/+2
* Allow overriding codec_ids.Michael Niedermayer2007-12-192-1/+34
* Remove unneeded avio wrapper functions.Michael Niedermayer2007-12-191-26/+1
* Simplify av_close_input_file similarly to av_open_input_file previouslyReimar Döffinger2007-12-171-7/+2
* Simplify av_open_input_fileReimar Döffinger2007-12-171-13/+5
* Add FF_OPT_TYPE_BINARY and use it to add a cryptokey optionReimar Döffinger2007-12-171-0/+1
* Enable av_read_pause(), av_read_play() and the ASF demuxer's av_read_seek()Björn Axelsson2007-12-172-6/+18
* useless 0L hereBaptiste Coudurier2007-12-161-3/+3
* remove now useless fieldsBaptiste Coudurier2007-12-161-2/+0
* do not retain useless pointers to avstream priv_data, use it directlyBaptiste Coudurier2007-12-161-17/+19
* remove duplicate fieldBaptiste Coudurier2007-12-161-9/+6
* cosmetics: func -> parse, remove useless parenthesisBaptiste Coudurier2007-12-161-2/+2
* remove useless declarationBaptiste Coudurier2007-12-161-3/+1
* save pointer to parse table, it is unlikely to changeBaptiste Coudurier2007-12-161-9/+6
* remove useless seekBaptiste Coudurier2007-12-161-4/+0
* cosmeticsBaptiste Coudurier2007-12-161-11/+0
* support streamed mov/mp4Baptiste Coudurier2007-12-161-5/+7
* return error when url_fseek could not read until desired offset in streamed modeBaptiste Coudurier2007-12-161-0/+2
* cosmetics: comment typo fixesDiego Biurrun2007-12-161-4/+4
* choose next sample by sample positionBaptiste Coudurier2007-12-151-1/+3
* document how to free the result of av_alloc_format_context()Michael Niedermayer2007-12-151-1/+5
* av_*_next() API for libavformatMichael Niedermayer2007-12-124-2/+27
* Fix compilation of os_support.c for MinGW with --disable-networkTom Harper2007-12-091-1/+1
* adjust indentation on latest patchMike Melanson2007-12-051-14/+14
* Check sanity in the palette loading operation. The addresses a potential secu...Mike Melanson2007-12-051-4/+7