[FFmpeg-devel] [PATCH] lavfi: add sobel, prewitt, roberts filters

Mark Thompson sw at jkqxz.net
Tue Jul 3 02:15:07 EEST 2018


On 30/06/18 01:46, Danil Iashchenko wrote:
> Add opencl version of sobel, prewitt, roberts filters.
> ---
> Fixed, Thanks!
> Docs to all opencl-based filters will be added in another patch.
> 
>  configure                           |   3 +
>  libavfilter/Makefile                |   8 +-
>  libavfilter/allfilters.c            |   3 +
>  libavfilter/opencl/convolution.cl   |  82 +++++++++++++
>  libavfilter/vf_convolution_opencl.c | 237 +++++++++++++++++++++++++++++-------
>  5 files changed, 285 insertions(+), 48 deletions(-)

Tested, LGTM, applied.

Thanks,

- Mark


More information about the ffmpeg-devel mailing list