[FFmpeg-devel] [PATCH 3/4] lavfi: add pp filter.

Clément Bœsch ubitux at gmail.com
Sun Dec 23 19:07:51 CET 2012


On Fri, Dec 21, 2012 at 10:31:15PM +0100, Clément Bœsch wrote:
> Ported from MPlayer. Original author is A'rpi, with various
> contributions from Michael Niedermayer. The original documentation was
> mostly written by Diego Biurrun. See the MPlayer history for full
> credits.
> 
> The filter is under GPL like the original filter, even if it differs
> quite a lot. There is not much point in making it LGPL since pp is under
> GPL.
> ---
>  Changelog                 |   1 +
>  LICENSE                   |   1 +
>  configure                 |   1 +
>  doc/filters.texi          | 168 +++++++++++++++++++++++++++++++++++++++++++++
>  libavfilter/Makefile      |   1 +
>  libavfilter/allfilters.c  |   1 +
>  libavfilter/version.h     |   2 +-
>  libavfilter/vf_pp.c       | 169 ++++++++++++++++++++++++++++++++++++++++++++++
>  tests/lavfi-regression.sh |  12 ++--
>  9 files changed, 349 insertions(+), 7 deletions(-)
>  create mode 100644 libavfilter/vf_pp.c
> 

Added YUVJ pix formats and applied.

[...]

-- 
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20121223/257ef3f6/attachment.asc>


More information about the ffmpeg-devel mailing list