[FFmpeg-devel] [PATCH] lavfi: add smartblur filter
Stefano Sabatini
stefasab at gmail.com
Mon Aug 27 17:59:34 CEST 2012
On date Monday 2012-08-27 17:08:44 +0200, Jérémy Tran encoded:
> This is a port of the MPlayer smartblur filter (libmpcodecs/vf_smartblur.c)
> by Michael Niedermayer.
> The code got relicensed with the original author permission.
Specify to what license it was relicensed.
> ---
> doc/filters.texi | 26 ++++
> libavfilter/Makefile | 2 +
> libavfilter/allfilters.c | 1 +
> libavfilter/vf_smartblur.c | 305 +++++++++++++++++++++++++++++++++++++++++++++
> 4 files changed, 334 insertions(+)
> create mode 100644 libavfilter/vf_smartblur.c
[...]
> +/*
> + * Copyright (c) 2002 Michael Niedermayer <michaelni at gmx.at>
> + * Copyright (c) 2012 Jeremy Tran
> + *
> + * This file is part of FFmpeg.
> + *
> + * FFmpeg is free software; you can redistribute it and/or modify
> + * it under the terms of the GNU General Public License as published by
^^^^^^^^^^^^^^^^^^^^^^^^^^
It should be LGPL. I assume Michael is OK with the relicensing.
> + * the Free Software Foundation; either version 2 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 General Public License for more details.
> + *
> + * You should have received a copy of the GNU 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 = Frenzy and Formidable Multipurpose Perennial Elaborated Ghost
More information about the ffmpeg-devel
mailing list