Re: [FFmpeg-devel] [PATCH] lavfi: add vflip_opencl, hflip_opencl

2018-07-11 Thread Mark Thompson
On 09/07/18 03:26, Danil Iashchenko wrote: > lavfi: add vflip_opencl, hflip_opencl. > Behaves like existing vflip, hflip filters. > --- > configure | 2 + > libavfilter/Makefile | 4 + > libavfilter/allfilters.c | 2 + > libavfilter/opencl/vflip.cl | 60 +

[FFmpeg-devel] [PATCH] lavfi: add vflip_opencl, hflip_opencl

2018-07-08 Thread Danil Iashchenko
lavfi: add vflip_opencl, hflip_opencl. Behaves like existing vflip, hflip filters. --- configure | 2 + libavfilter/Makefile | 4 + libavfilter/allfilters.c | 2 + libavfilter/opencl/vflip.cl | 60 ++ libavfilter/opencl_source.h | 1 + libavfi