[FFmpeg-devel] [PATCH 0/3] wavpack: buffer sizes

Christophe Gisquet christophe.gisquet at gmail.com
Tue Aug 19 14:26:46 CEST 2014


The decoder is reporting CRC errors instead of the prime cause of
end-of-packet. This happens with current encoder when there are a few
samples and the output buffer is undersized because its size didn't
account for headers.

Christophe Gisquet (3):
  wavpack: report if there is no bits left
  wavpackenc: report too small buffer
  wavpackenc: proper buffer allocation

 libavcodec/wavpack.c    |  4 ++++
 libavcodec/wavpackenc.c | 10 ++++++++--
 2 files changed, 12 insertions(+), 2 deletions(-)

-- 
1.9.2.msysgit.0



More information about the ffmpeg-devel mailing list