On 24/03/18 15:57, Danil Iashchenko wrote:
> Behaves like existing convolution filter.
> 
> Patch uses global kernel.
> 
> ---
>  configure                           |   1 +
>  libavfilter/Makefile                |   1 +
>  libavfilter/allfilters.c            |   1 +
>  libavfilter/opencl/convolution.cl   |  42 ++++
>  libavfilter/opencl_source.h         |   1 +
>  libavfilter/vf_convolution_opencl.c | 368 
> ++++++++++++++++++++++++++++++++++++
>  6 files changed, 414 insertions(+)
>  create mode 100644 libavfilter/opencl/convolution.cl
>  create mode 100644 libavfilter/vf_convolution_opencl.c

I fixed some minor formatting issues locally (overlong lines), and applied.

(For future reference, look at the "-v" option to format-patch - that includes 
the patch version number inside the [PATCH] block in the title subject, where 
it won't leak into the commit message.)

Thanks!

- Mark
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to