[FFmpeg-devel] [PATCH v2 1/2] avcodec: add decoder for argonaut games' adpcm codec

Tomas Härdin tjoppen at acc.umu.se
Sun Jan 19 23:24:07 EET 2020


sön 2020-01-19 klockan 08:33 +0000 skrev Zane van Iperen:
> Adds support for the ADPCM variant used by some Argonaut Games'
> games,
> such as 'Croc! Legend of the Gobbos', and 'Croc 2'.
> 
> Signed-off-by: Zane van Iperen <zane at zanevaniperen.com>
> ---
>  Changelog               |   2 +-
>  doc/general.texi        |   1 +
>  libavcodec/Makefile     |   1 +
>  libavcodec/adpcm_argo.c | 264
> ++++++++++++++++++++++++++++++++++++++++
>  libavcodec/allcodecs.c  |   1 +
>  libavcodec/avcodec.h    |   1 +
>  libavcodec/codec_desc.c |   7 ++
>  libavcodec/version.h    |   2 +-
>  8 files changed, 277 insertions(+), 2 deletions(-)
>  create mode 100644 libavcodec/adpcm_argo.c
> 

Is there any reason why this can't share code with the other ADPCM
decoders?

/Tomas



More information about the ffmpeg-devel mailing list