summaryrefslogtreecommitdiff
path: root/libavformat/wv.c
Commit message (Expand)AuthorAge
...
* Add the handling of the INT32INFO block to the WavPack decoder.David Bryant2007-08-05
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-19
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-13
* Seeking support in WavPackKostya Shishkov2007-01-28
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
* Remove unused variable.Diego Biurrun2006-10-15
* Ignore blocks with no samples and flags (but usually with MD5 sum)Kostya Shishkov2006-10-15
* Move block size check to decoderKostya Shishkov2006-10-14
* 10l: remove alien seek function from demuxerKostya Shishkov2006-10-10
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* WavPack lossless audio decoderKostya Shishkov2006-09-26