lavfi: port boxblur filter from libmpcodecs
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Sat, 9 Jul 2011 16:13:10 +0000 (18:13 +0200)
committerAnton Khirnov <anton@khirnov.net>
Mon, 17 Oct 2011 16:05:41 +0000 (18:05 +0200)
commitce6b6ef645f6ac17f78e937837fe8f37a1b2beaf
tree5a31f399b00796d0f69daf20861709f96964f6b7
parent171868e25a231ff06864e9f37400680148af10b4
lavfi: port boxblur filter from libmpcodecs

With the following additions:
* support to gray format
* support to yuva420p format
* parametric luma/chroma/alpha radius
* consistency check on the radius values, avoid crashes with invalid values

Signed-off-by: Anton Khirnov <anton@khirnov.net>
Changelog
configure
doc/filters.texi
libavfilter/Makefile
libavfilter/allfilters.c
libavfilter/avfilter.h
libavfilter/vf_boxblur.c [new file with mode: 0644]