What's status of this?
On 1/5/20, Alyssa Milburn wrote:
> 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/.
>
If you do not plan on sending updated patch,
On 1/5/20, Alyssa Milburn wrote:
> 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
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
Am So., 5. Jan. 2020 um 22:57 Uhr schrieb Alyssa Milburn :
> diff --git a/libavformat/riff.c b/libavformat/riff.c
> index c73f6e9db0..560a3aa208 100644
> --- a/libavformat/riff.c
> +++ b/libavformat/riff.c
> @@ -491,6 +491,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
> { AV_CODEC_ID_IMM5,
On 1/5/2020 6:57 PM, Alyssa Milburn wrote:
> 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
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 +
libavcodec/