]> git.sesse.net Git - ffmpeg/commit
avfilter/vf_geq: Add support for reading sample sums and means of rectangles
authorMichael Niedermayer <michael@niedermayer.cc>
Fri, 6 Dec 2019 12:49:15 +0000 (13:49 +0100)
committerMichael Niedermayer <michael@niedermayer.cc>
Sat, 28 Dec 2019 10:20:48 +0000 (11:20 +0100)
commit5c0d1f78968ce088b6750a0bfdc2a9c1ddc3692d
treea390949e77b8e5a29beefdef09160a46557d5768
parent47fd73ace2dba47222780189112592a2a84f0000
avfilter/vf_geq: Add support for reading sample sums and means of rectangles

This allows integrating box blur style filters in geq.

Without this computing the mean of an area in geq would have been excessivly slow

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavfilter/vf_geq.c