[FFmpeg-devel] [PATCH] lavfi: port sab filter from libmpcodecs

Stefano Sabatini stefasab at gmail.com
Mon Jun 3 15:10:03 CEST 2013


On date Monday 2013-06-03 15:02:18 +0200, Stefano Sabatini encoded:
> ---
>  LICENSE                  |    1 +
>  configure                |    1 +
>  doc/filters.texi         |   34 +++++
>  libavfilter/Makefile     |    2 +
>  libavfilter/allfilters.c |    1 +
>  libavfilter/vf_sab.c     |  336 ++++++++++++++++++++++++++++++++++++++++++++++
>  6 files changed, 375 insertions(+)
>  create mode 100644 libavfilter/vf_sab.c

Bitexact equivalent version of mp=sab, I'll drop the wrapper as this
is approved.

What it is really lacking is an explanation of how it compares with
the other blur filters (smartblur, boxblur), and how the various
parameters affect the output (e.g. the pre-filter thing), and MPlayer
docs are no help.

Can someone help with that? Also an explanation of the employed
algorithm would be useful (michaelni?).
-- 
FFmpeg = Fostering and Forgiving Meaningful Pitiful EnGine


More information about the ffmpeg-devel mailing list