[FFmpeg-devel] [PATCH] add support for "Forward Uncompressed" (issue1467)

Kostya kostya.shishkov
Wed Oct 14 07:28:30 CEST 2009


On Tue, Oct 13, 2009 at 08:32:41PM +0200, Reimar D?ffinger wrote:
> On Tue, Oct 13, 2009 at 09:24:59PM +0300, Kostya wrote:
> > On Tue, Oct 13, 2009 at 08:09:27PM +0200, Reimar D?ffinger wrote:
> > > On Tue, Oct 13, 2009 at 08:02:02PM +0200, Michael Niedermayer wrote:
> > > > On Tue, Oct 13, 2009 at 07:54:09PM +0200, Reimar D?ffinger wrote:
> > > > > On Tue, Oct 13, 2009 at 07:38:11PM +0200, Michael Niedermayer wrote:
> > > > [...]
> > > > > > > +static av_cold int decode_close(AVCodecContext *avctx)
> > > > > > > +{
> > > > > > > +    av_freep(&avctx->coded_frame);
> > > > > > > +
> > > > > > > +    return 0;
> > > > > > > +}
> > > > > > 
> > > > > > missing release_buffer()
> > > > > 
> > > > > Hm... at least v210dec.c and v210x.c lack that, too...
> > > > 
> > > > feel free to add it
> > > 
> > > Well, I will, but I could use some help, because the complete list is:
> > [...]
> > 
> > > indeo2.c
> > > loco.c
> > > qdrw.c
> > > truemotion2.c
> > > ulti.c
> > > wnv1.c
> > > xl.c
> > 
> > As a maintainer of following files I can do the changes on them if you
> > show an example.
> 
> That would be great!
> See my recent commits to 4xm, v210dec, v210x.
> Maybe best apply my patch that adds the warning first.

Done.



More information about the ffmpeg-devel mailing list