[FFmpeg-devel] [PATCH] lavfi: add sobel, prewitt, roberts filters
Marton Balint
cus at passwd.hu
Mon Jun 25 11:41:47 EEST 2018
On Mon, 25 Jun 2018, Danil Iashchenko wrote:
> Add opencl version of sobel, prewitt, roberts filters.
> ---
> configure | 3 +
> libavfilter/Makefile | 8 +-
> libavfilter/allfilters.c | 3 +
> libavfilter/opencl/convolution.cl | 82 ++++++++++
> libavfilter/vf_convolution_opencl.c | 306 ++++++++++++++++++++++++++++++------
> 5 files changed, 353 insertions(+), 49 deletions(-)
>
Please add proper documentation as well.
Thanks,
Marton
More information about the ffmpeg-devel
mailing list