]> git.sesse.net Git - ffmpeg/history - libavformat/xmv.c
mov: Wrap stsc index and count compare in a separate function
[ffmpeg] / libavformat / xmv.c
2016-02-23 Anton Khirnovlavf: replace AVStream.codec with AVStream.codecpar
2015-07-27 Vittorio Giovaralavc: Consistently prefix input buffer defines
2014-03-11 Diego Biurrunlavf: more correct printf format specifiers
2013-09-17 Martin Storsjöxmv: Add more sanity checks for parameters read from...
2013-04-04 Anton Khirnovxmv: do not leak memory in the error paths in xmv_read_...
2013-04-04 Anton Khirnovxmv: check audio track parameters validity.
2013-03-13 Diego Biurrunavformat: av_log_ask_for_sample() ---> avpriv_request_s...
2012-12-20 Diego Biurrunmiscellaneous typo fixes
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-01-27 Anton Khirnovlavf: remove AVFormatParameters from AVFormatContext...
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-10-19 Anton Khirnovlavf: replace av_new_stream->avformat_new_stream part II.
2011-10-19 Anton Khirnovlavf,lavd: replace av_new_stream->avformat_new_stream...
2011-08-26 Sven Hessexmv: eliminate superfluous zeroing of zero data
2011-08-17 Sven Hesseadd XMV demuxer