aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/wvdec.c
Commit message (Collapse)AuthorAgeFilesLines
* wvdec: split block header parsing into a separate fileAnton Khirnov2013-05-281-52/+36
| | | | It will be reused by other muxers and demuxers.
* lavf: rename wv.c to wvdec.cAnton Khirnov2013-05-281-0/+366
wv.c will be used for shared wavpack functions.