On Tue, 16 Mar 2010 02:13:16 -0400 Alex Converse <[email protected]> wrote:
> On Tue, Mar 16, 2010 at 2:03 AM, koorogi <[email protected]> > wrote: > > Author: koorogi > > Date: Tue Mar 16 07:03:18 2010 > > New Revision: 5674 > > > > Log: > > Add filters for manipulating video aspect ratio > > > > Added: > > libavfilter/vf_aspect.c > > Modified: > > libavfilter/Makefile > > libavfilter/allfilters.c > > > ... > > Added: libavfilter/vf_aspect.c > > ============================================================================== > > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > > +++ libavfilter/vf_aspect.c Tue Mar 16 07:03:18 2010 > > (r5674) @@ -0,0 +1,132 @@ > > +/* > > + * This file is part of FFmpeg. > > + * > > Generally some sort of copyright line is expected so we know who owns > the code. Just my luck to choose the one file without a copyright notice to copy this text from. > > > + * 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 > > + */ > ... > _______________________________________________ > FFmpeg-soc mailing list > [email protected] > https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc -- Bobby Bingham このメールは再利用されたバイトでできている。 _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
