[FFmpeg-devel] [PATCH] Made wavpack decoder output 32 bits samples.
Kostya
kostya.shishkov
Thu Apr 23 10:23:03 CEST 2009
On Sat, Apr 18, 2009 at 09:47:08PM +0200, Laurent Aimar wrote:
> This patches is needed to extend wavpack to support > 16 bits files.
This renders decoder unusable in some cases - for example,
http://samples.mplayerhq.hu/A-codecs/lossless/wavpack/crc_error-decoded_correctly_by_wvunpack.exe_4.40.wv
requires output buffer of size 44100*2*4 bytes, which is about twice as much
as current limit for output buffer; same situation with many lossy compression
samples (http://samples.mplayerhq.hu/A-codecs/lossless/wavpack/test_suite/hybrid_bitrates/).
If you convince Michael to increase AVCODEC_MAX_AUDIO_FRAME_SIZE, I'll apply
the rest of patches.
More information about the ffmpeg-devel
mailing list