]> git.sesse.net Git - ffmpeg/history - libavformat/wv.c
Check context before accessing its field.
[ffmpeg] / libavformat / wv.c
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