]> git.sesse.net Git - ffmpeg/history - libavformat/wavdec.c
mov: Wrap stsc index and count compare in a separate function
[ffmpeg] / libavformat / wavdec.c
2016-02-23 Anton Khirnovlavf: replace AVStream.codec with AVStream.codecpar
2015-07-11 Luca Barbatoriff: Use the correct logging context
2013-11-23 Diego BiurrunAdd missing #includes for *INT64_MAX and *INT64_C
2013-05-06 Luca Barbatowav: Always seek to an even offset
2013-05-03 Luca Barbatowav: return meaningful errors
2013-05-03 Diego Biurrunsilly typo fixes
2013-05-02 Luca Barbatowav: K&R formatting cosmetics
2012-10-16 Anton Khirnovwavdec: check size before reading the data, not after.
2012-10-16 Anton Khirnovwav: do not fail on empty INFO tags
2012-10-16 Anton Khirnovlavf: split wav muxer and demuxer into separate files.