[FFmpeg-devel] [PATCH] lavfi: port libmpcodecs remove-logo filter

Stefano Sabatini stefasab at gmail.com
Tue Mar 13 19:24:10 CET 2012


On date Sunday 2012-03-11 04:01:32 +0100, Stefano Sabatini encoded:
> Address trac issue #249.
> ---
>  configure                   |    1 +
>  doc/filters.texi            |   23 ++
>  libavfilter/Makefile        |    2 +
>  libavfilter/allfilters.c    |    1 +
>  libavfilter/extutils.c      |  121 +++++++++
>  libavfilter/extutils.h      |   53 ++++
>  libavfilter/vf_removelogo.c |  584 +++++++++++++++++++++++++++++++++++++++++++
>  7 files changed, 785 insertions(+), 0 deletions(-)
>  create mode 100644 libavfilter/extutils.c
>  create mode 100644 libavfilter/extutils.h
>  create mode 100644 libavfilter/vf_removelogo.c

Replaced extutils with {lsws,lavf}utils, updated against the new
bbox code.
-- 
FFmpeg = Fabulous & Fiendish Merciless Puristic Evil Ghost
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-lavfi-port-libmpcodecs-remove-logo-filter.patch
Type: text/x-diff
Size: 39240 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120313/5015b470/attachment.bin>


More information about the ffmpeg-devel mailing list