summaryrefslogtreecommitdiff
path: root/libavformat/wv.c
Commit message (Expand)AuthorAge
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* WavPack hybrid mode supportKostya Shishkov2009-01-16
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* remove useless close funcBaptiste Coudurier2008-06-19
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* loosen dependencies over allformats.hAurelien Jacobs2007-09-16
* Support for WavPack version 0x410 (false stereo chunks)David Bryant2007-08-13
* 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