]> git.sesse.net Git - ffmpeg/history - libavformat/wv.c
10l: WavPack demuxer forgot to seek back to initial position after block
[ffmpeg] / libavformat / wv.c
2009-11-06 Kostya Shishkov10l: WavPack demuxer forgot to seek back to initial...
2009-11-05 Kostya ShishkovIf custom sampling rate is set in WavPack file, parse...
2009-11-05 Kostya ShishkovInitialize block_parsed before reading first block...
2009-10-18 Anton KhirnovRead metadata in WavPack files.
2009-05-06 Laurent AimarAdd floating point audio decoding to WavPack decoder.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-16 Kostya ShishkovWavPack hybrid mode support
2009-01-11 Diego BiurrunFix build: Add intreadwrite.h and bswap.h #includes...
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-06-19 Baptiste Coudurierremove useless close func
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-09-16 Aurelien Jacobsloosen dependencies over allformats.h
2007-08-13 David BryantSupport for WavPack version 0x410 (false stereo chunks)
2007-08-05 David BryantAdd the handling of the INT32INFO block to the WavPack...
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_NOMEM with AVERROR...
2007-02-13 François RevolThis fixes error handling for BeOS, removing the need...
2007-01-28 Kostya ShishkovSeeking support in WavPack
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-10-15 Diego BiurrunRemove unused variable.
2006-10-15 Kostya ShishkovIgnore blocks with no samples and flags (but usually...
2006-10-14 Kostya ShishkovMove block size check to decoder
2006-10-10 Kostya Shishkov10l: remove alien seek function from demuxer
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-26 Kostya ShishkovWavPack lossless audio decoder