]> git.sesse.net Git - ffmpeg/history - libavformat/wavdec.c
dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.h
[ffmpeg] / libavformat / wavdec.c
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.