]> git.sesse.net Git - ffmpeg/commit
lavfi: Add boxblur_opencl filter
authorDanil Iashchenko <danyaschenko@gmail.com>
Wed, 20 Jun 2018 01:33:02 +0000 (04:33 +0300)
committerMark Thompson <sw@jkqxz.net>
Wed, 20 Jun 2018 23:31:42 +0000 (00:31 +0100)
commit714da1fd898f83c7bef38fe427af3692917cbcb2
tree08174795d3d01a41deeebdacfcf41b48ca2aeef3
parente8050aa79152899dbe50d4fb31e9303db8818cc2
lavfi: Add boxblur_opencl filter

Behaves like existing boxblur filter.
configure
libavfilter/Makefile
libavfilter/allfilters.c
libavfilter/boxblur.c [new file with mode: 0644]
libavfilter/boxblur.h [new file with mode: 0644]
libavfilter/vf_avgblur_opencl.c
libavfilter/vf_boxblur.c