[FFmpeg-devel] GSoC

Danil Iashchenko danyaschenko at gmail.com
Thu Mar 8 00:32:00 EET 2018


*** Hi everybody! I Implemented vf_convolution_opencl filter as qualification task for GSoC Video filtering with OpenCL project***

Danil Iashchenko (1):
  add vf_convolution_opencl

 configure                           |   1 +
 libavfilter/Makefile                |   2 +
 libavfilter/allfilters.c            |   1 +
 libavfilter/opencl/convolution.cl   |  80 ++++++++
 libavfilter/opencl_source.h         |   2 +
 libavfilter/vf_convolution_opencl.c | 374 ++++++++++++++++++++++++++++++++++++
 6 files changed, 460 insertions(+)
 create mode 100644 libavfilter/opencl/convolution.cl
 create mode 100644 libavfilter/vf_convolution_opencl.c

-- 
2.7.4



More information about the ffmpeg-devel mailing list