[FFmpeg-devel] [PATCH] Add applyfn filter.

compn tempn
Tue Nov 30 01:04:07 CET 2010


On Tue, 30 Nov 2010 00:40:36 +0100, Michael Niedermayer wrote:
>On Sun, Nov 28, 2010 at 04:43:54PM +0100, Stefano Sabatini wrote:
>> Based on a patch by Zeger Knopf, <zeger AT customsoft DOT nl>.
>> ---
>>  doc/filters.texi         |   16 +++
>>  libavfilter/Makefile     |    1 +
>>  libavfilter/allfilters.c |    1 +
>>  libavfilter/vf_applyfn.c |  269 ++++++++++++++++++++++++++++++++++++++++++++++
>>  4 files changed, 287 insertions(+), 0 deletions(-)
>>  create mode 100644 libavfilter/vf_applyfn.c
>
>mplayers geq has more features and is just 199 lines
>
>So i strongly suggest people look at libmpcodecs before writing a libavfilter
>patch that adds a new filter because if its worse i can only reject it and
>point to that a wraper would have solved this better with less work

aha! your plan is to reject all new filters and then point to
libmpcodecs saying it has more filters! catch-22 indeed.

(yes, i am just kidding)

altho why we need a negative filter when eq2 does negative just fine i
dunno....

-compn



More information about the ffmpeg-devel mailing list