]> git.sesse.net Git - ffmpeg/commit
lavfi: add erosion_opencl, dilation_opencl filters
authorDanil Iashchenko <danyaschenko@gmail.com>
Sun, 12 Aug 2018 20:12:08 +0000 (23:12 +0300)
committerMark Thompson <sw@jkqxz.net>
Sun, 12 Aug 2018 20:52:06 +0000 (21:52 +0100)
commit5423fe29da6bbf28f5253800cace133ac8343a7e
tree7120977708bbd08cebfd4398ded219e1b93f961d
parent0f4c3b0b8e5435d13fd3b64c91969b31c3c018dc
lavfi: add erosion_opencl, dilation_opencl filters

Add erosion_opencl, dilation_opencl filters. Behave like existing erosion and dilation filters.
configure
libavfilter/Makefile
libavfilter/allfilters.c
libavfilter/opencl/neighbor.cl [new file with mode: 0644]
libavfilter/opencl_source.h
libavfilter/vf_neighbor_opencl.c [new file with mode: 0644]