[FFmpeg-devel] [PATCH] CDToons decoder

2020-01-05 Thread Alyssa Milburn
This adds a decoder for Broderbund's sprite-based QuickTime CDToons codec, based on the decoder I wrote for ScummVM. A couple of samples can be found at http://noopwafel.net/cdtoons/. Signed-off-by: Alyssa Milburn --- Changelog | 1 + doc/general.texi| 2 + libav

Re: [FFmpeg-devel] [PATCH] CDToons decoder

2020-01-06 Thread Alyssa Milburn
On Sun, Jan 05, 2020 at 07:37:06PM -0300, James Almer wrote: > > + * Copyright (C) 2011 The FFmpeg project > > 2011? This patch has been lying around for a while. :/ Will update to 2020. > Use av_fast_malloc() instead of constantly freeing and reallocating > these buffers. See libavutil/mem.h S