[FFmpeg-devel] [PATCH] avcodec: add cdtoons decoder

Paul B Mahol onemda at gmail.com
Sat Feb 15 11:15:03 EET 2020


Will apply with minor nits fixed.

On 2/12/20, Paul B Mahol <onemda at gmail.com> wrote:
> From: Alyssa Milburn <amilburn at zall.org>
>
> This adds a decoder for Broderbund's sprite-based QuickTime CDToons
> codec, based on the decoder I wrote for ScummVM.
>
> Signed-off-by: Alyssa Milburn <amilburn at zall.org>
> Signed-off-by: Paul B Mahol <onemda at gmail.com>
> ---
>  doc/general.texi        |   2 +
>  libavcodec/Makefile     |   1 +
>  libavcodec/allcodecs.c  |   1 +
>  libavcodec/avcodec.h    |   1 +
>  libavcodec/cdtoons.c    | 445 ++++++++++++++++++++++++++++++++++++++++
>  libavcodec/codec_desc.c |   7 +
>  libavformat/isom.c      |   1 +
>  7 files changed, 458 insertions(+)
>  create mode 100644 libavcodec/cdtoons.c


More information about the ffmpeg-devel mailing list