[FFmpeg-devel] [PATCH 1/2] ADPCM IMA Dialogic decoder
Paul B Mahol
onemda at gmail.com
Sat Nov 24 12:05:08 CET 2012
On 11/23/12, Paul B Mahol <onemda at gmail.com> wrote:
> Signed-off-by: Paul B Mahol <onemda at gmail.com>
> ---
> Now with extra riff tag. Tested with Vox Studio and its output
> match reference decoder. Gonna apply soon.
> ---
> doc/general.texi | 1 +
> libavcodec/Makefile | 1 +
> libavcodec/adpcm.c | 35 +++++++++++++++++++++++++++++++++++
> libavcodec/adpcm_data.c | 8 ++++++++
> libavcodec/adpcm_data.h | 1 +
> libavcodec/allcodecs.c | 1 +
> libavcodec/avcodec.h | 1 +
> libavcodec/codec_desc.c | 7 +++++++
> libavcodec/utils.c | 1 +
> libavformat/riff.c | 2 ++
> 10 files changed, 58 insertions(+)
>
applied
More information about the ffmpeg-devel
mailing list