[FFmpeg-devel] [PATCH] Add Escape (RPL) ADPCM decoder

Eli Friedman eli.friedman
Wed Apr 2 02:43:22 CEST 2008


Currently, RPL files with ADPCM audio are using
CODEC_ID_ADPCM_IMA_EA_SEAD, which isn't really right (the sound is
clearly quieter than it should be).  Per Mike Melanson, the correct
algorithm is actually IMA ADPCM minus the "+0.5" step, although I
can't hear the difference between that and regular IMA ADPCM.
Attached patch adds a separate Escape ADPCM decoder that uses this
algorithm.

-Eli
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: temp27.txt
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080401/af806008/attachment.txt>



More information about the ffmpeg-devel mailing list