On Wed, Mar 11, 2015 at 01:51:12PM -0400, Tucker DiNapoli wrote: > This moves c functions to process blocks horozontally into a seperate > file, so that none of the postprocessing algorithms are in the main > postprecess.c file [...] > diff --git a/libpostproc/postprocess_c.c b/libpostproc/postprocess_c.c > new file mode 100644 > index 0000000..bf22e95 > --- /dev/null > +++ b/libpostproc/postprocess_c.c > @@ -0,0 +1,373 @@ > +/****************************************************************************** > +* C implementation of postprocessing routines > +* Copyright (C) 2001-2002 Michael Niedermayer (michae...@gmx.at) > +* Copyright (c) 2015 Tucker DiNapoli > +* > +* 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 > +******************************************************************************/
libpostproc is under GPL this is the LGPL license also i suggest you add your name to the copyright when you made significant changes to the code not when its copy and pasted [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Everything should be made as simple as possible, but not simpler. -- Albert Einstein
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel