summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* 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
* 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
* choose next sample by sample positionBaptiste Coudurier2007-12-15
* document how to free the result of av_alloc_format_context()Michael Niedermayer2007-12-15
* av_*_next() API for libavformatMichael Niedermayer2007-12-12
* Fix compilation of os_support.c for MinGW with --disable-networkTom Harper2007-12-09
* adjust indentation on latest patchMike Melanson2007-12-05
* Check sanity in the palette loading operation. The addresses a potential secu...Mike Melanson2007-12-05
* TypoRoberto Togni2007-12-04
* return error if malloc failed, found by takis, fix issue 286Baptiste Coudurier2007-12-03
* check mov_read_default return value where appropriate, patch by takis, fix is...Panagiotis Issaris2007-12-03
* colour --> color in variable namesDiego Biurrun2007-12-03
* cosmetics: comment spelling fixesDiego Biurrun2007-12-03
* Fix make checkheaders.Diego Biurrun2007-12-03