summaryrefslogtreecommitdiff
path: root/libavfilter/vf_boxblur.c
Commit message (Collapse)AuthorAge
* lavfi: port boxblur filter from libmpcodecsStefano Sabatini2011-10-17
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>