[FFmpeg-devel] [PATCH] ADPCM IMA WAV 2, 3 and 5 bits decoder

Paul B Mahol onemda at gmail.com
Wed Jul 3 22:02:59 CEST 2013


On 7/3/13, Michael Niedermayer <michaelni at gmx.at> wrote:
> On Tue, Jul 02, 2013 at 09:30:44PM +0000, Paul B Mahol wrote:
>> Signed-off-by: Paul B Mahol <onemda at gmail.com>
>> ---
>>
>> Fixes #625.
>>
>> Stereo files on that ticket do not match specification and lacks sanity,
>> as samples are most likely incorrectly interleaved.
>>
>> ---
>>  libavcodec/Makefile     |  2 +-
>>  libavcodec/adpcm.c      | 31 ++++++++++++++++++++++++++-----
>>  libavcodec/adpcm_data.c | 23 ++++++++++++++++++++++-
>>  libavcodec/adpcm_data.h |  4 ++++
>>  libavcodec/adpcm_ima.c  | 26 ++++++++++++++++++++++++++
>>  libavcodec/adpcm_ima.h  |  4 ++++
>>  libavcodec/utils.c      |  5 +++--
>>  7 files changed, 86 insertions(+), 9 deletions(-)
>>  create mode 100644 libavcodec/adpcm_ima.c
>>  create mode 100644 libavcodec/adpcm_ima.h
>
> breaks fate-adpcm-ima_wav-stereo

Fixed.

>
> [...]
> --
> Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
>
> Frequently ignored answer#1 FFmpeg bugs should be sent to our bugtracker.
> User
> questions about the command line tools should be sent to the ffmpeg-user
> ML.
> And questions about how to use libav* should be sent to the libav-user ML.
>


More information about the ffmpeg-devel mailing list