summaryrefslogtreecommitdiff
path: root/libavformat/xmv.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* lavf: more correct printf format specifiersDiego Biurrun2014-03-11
* xmv: Add more sanity checks for parameters read from the bitstreamMartin Storsjö2013-09-17
* xmv: do not leak memory in the error paths in xmv_read_header()Anton Khirnov2013-04-04
* xmv: check audio track parameters validity.Anton Khirnov2013-04-04
* avformat: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-13
* miscellaneous typo fixesDiego Biurrun2012-12-21
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov2011-10-19
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
* xmv: eliminate superfluous zeroing of zero dataSven Hesse2011-08-26
* add XMV demuxerSven Hesse2011-08-17