[Ffmpeg-devel] [RFC] TIFF image decoder

Kostya kostya.shishkov
Thu Oct 12 06:59:07 CEST 2006


On Wed, Oct 11, 2006 at 05:00:30PM +0200, Diego Biurrun wrote:
> On Wed, Oct 11, 2006 at 05:58:56PM +0300, Kostya wrote:
> > Here is another image format support. For now it's 24-bpp only.
> 
> > --- libavcodec/tiff.c	(revision 0)
> > +++ libavcodec/tiff.c	(revision 0)
> > @@ -0,0 +1,425 @@
> > +/*
> > + * TIFF image decoder
> > + * Copyright (c) 2006 Konstantin Shishkov
> > + *
> > + * This library is free software; you can redistribute it and/or
> > + * modify it under the terms of the GNU Lesser General Public
> > + * License as published by the Free Software Foundation; either
> > + * version 2 of the License, or (at your option) any later version.
> > + *
> > + * This library is distributed in the hope that it will be useful,
> > + * but WITHOUT ANY WARRANTY; without even the implied warranty of
> > + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
> > + * Lesser General Public License for more details.
> > + *
> > + * You should have received a copy of the GNU Lesser General Public
> > + * License along with this library; if not, write to the Free Software
> > + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
> > + */
> 
> Please fix the license header to conform to the other ones.
> 
> Diego
> 
I'll update it.




More information about the ffmpeg-devel mailing list