summaryrefslogtreecommitdiff
path: root/libavformat/wv.c
Commit message (Expand)AuthorAgeFilesLines
...
* loosen dependencies over allformats.hAurelien Jacobs2007-09-161-1/+0
* Support for WavPack version 0x410 (false stereo chunks)David Bryant2007-08-131-1/+1
* Add the handling of the INT32INFO block to the WavPack decoder.David Bryant2007-08-051-4/+0
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-191-1/+1
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-191-1/+1
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-131-1/+1
* Seeking support in WavPackKostya Shishkov2007-01-281-3/+42
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-191-1/+1
* Remove unused variable.Diego Biurrun2006-10-151-1/+1
* Ignore blocks with no samples and flags (but usually with MD5 sum)Kostya Shishkov2006-10-151-3/+3
* Move block size check to decoderKostya Shishkov2006-10-141-6/+0
* 10l: remove alien seek function from demuxerKostya Shishkov2006-10-101-1/+0
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* WavPack lossless audio decoderKostya Shishkov2006-09-261-0/+207