[FFmpeg-soc] [soc]: r5674 - in libavfilter: Makefile allfilters.c vf_aspect.c

Alex Converse alex.converse at gmail.com
Tue Mar 16 07:13:16 CET 2010


On Tue, Mar 16, 2010 at 2:03 AM, koorogi <subversion at mplayerhq.hu> 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.

> + * 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
> + */
...


More information about the FFmpeg-soc mailing list