]> git.sesse.net Git - ffmpeg/commit
avcodec: add cdtoons decoder
authorAlyssa Milburn <amilburn@zall.org>
Sun, 5 Jan 2020 18:41:14 +0000 (19:41 +0100)
committerPaul B Mahol <onemda@gmail.com>
Sat, 15 Feb 2020 09:55:33 +0000 (10:55 +0100)
commit732d77dc500e01fb8ca2e11bf0f9836e65a0f3b7
tree3e84f1f1f78ea4daedec0fbc09648a93db58268d
parent55755b4ab27a94bfa1d91e494441dc2168164d19
avcodec: add cdtoons decoder

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@zall.org>
Changelog
doc/general.texi
libavcodec/Makefile
libavcodec/allcodecs.c
libavcodec/avcodec.h
libavcodec/cdtoons.c [new file with mode: 0644]
libavcodec/codec_desc.c
libavcodec/version.h
libavformat/isom.c