[Ffmpeg-devel] BlackFin lowlevel pixel operations PATCH

Diego Biurrun diego
Tue Mar 27 13:18:59 CEST 2007


On Tue, Mar 27, 2007 at 07:11:33AM -0400, Marc Hoffman wrote:
> Diego Biurrun writes:
>  > On Mon, Mar 26, 2007 at 10:00:39PM -0400, Marc Hoffman wrote:
>  > Content-Description: message body text
>  > > 
>  > > This is the a set of video optimization for the Blackfin processor it
>  > > includes most of the low level pixel operations.
>  > > 
>  > > --- libavcodec/bfin/fdct_bfin.S	(revision 0)
>  > > +++ libavcodec/bfin/fdct_bfin.S	(revision 0)
>  > > @@ -0,0 +1,358 @@
>  > > +/*				-*- text -*-
>  > > + * This file is part of FFmpeg.
>  > > + *
>  > > + * 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
>  > > + */
>  > 
>  > The license header is wrong, just copy and paste a correct one from
>  > another file.  Dunno where you got this one from.
> 
> Is this the right one version 2 changes to 2.1 and a couple of other
> words.  Good catch, just double check this one.
> 
> /*				-*- text -*-
>  * Copyright (C) 2007 Marc Hoffman <marc.hoffman at analog.com>
>  *
>  * Blackfin Pixel Operations
>  *  
>  * This file is part of FFmpeg.
>  *
>  * FFmpeg 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.1 of the License, or (at your option) any later version.
>  *
>  * FFmpeg 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 FFmpeg; if not, write to the Free Software
>  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Yes, this one is correct.

Diego





More information about the ffmpeg-devel mailing list