summaryrefslogtreecommitdiff
path: root/libavfilter/vf_boxblur.c
Commit message (Collapse)AuthorAge
* Mark mutable static data const where appropriate.Alex Converse2012-02-21
|
* 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>