[FFmpeg-devel] [PATCH 0/1] libavfilter: Add OpenCL convolution filter v0.2
Mark Thompson
sw at jkqxz.net
Tue Mar 27 01:18:53 EEST 2018
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
More information about the ffmpeg-devel
mailing list