[FFmpeg-devel] (no subject)

2018-03-25 Thread dylanf123
Thanks, fixed - Dylan ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH] avfilter/vf_avgblur_opencl: fix error when clSetKernelArg fails

2018-03-25 Thread dylanf123
From: drfer3 Fixes Coverity CID 1430382 --- libavfilter/vf_avgblur_opencl.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/libavfilter/vf_avgblur_opencl.c b/libavfilter/vf_avgblur_opencl.c index 5ee66c0ba2..53db83c21f 100644 --- a/libavfilter/vf_avgblur_opencl.c +++ b/libavfilter/vf_a

[FFmpeg-devel] [PATCH] avfilter/vf_avgblur_opencl: fix error when clSetKernelArg fails

2018-03-25 Thread dylanf123
From: drfer3 Fixes Coverity CID 1430382 --- libavfilter/vf_avgblur_opencl.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/libavfilter/vf_avgblur_opencl.c b/libavfilter/vf_avgblur_opencl.c index 5ee66c0ba2..09caa1fd4f 100644 --- a/libavfilter/vf_avgblur_opencl.c +++ b/libavfilter/vf_a

[FFmpeg-devel] [PATCH] lavfi: Add OpenCL avgblur filter

2018-03-18 Thread dylanf123
From: drfer3 Behaves like the existing avgblur filter, except working on OpenCL hardware frames. Takes exactly the same options. --- configure | 1 + libavfilter/Makefile| 2 + libavfilter/allfilters.c| 1 + libavfilter/opencl/avgblur.cl | 60 ++

[FFmpeg-devel] [PATCH] lavfi: Add OpenCL avgblur filter

2018-03-18 Thread dylanf123
From: drfer3 Behaves like the existing avgblur filter, except working on OpenCL hardware frames. Takes exactly the same options. --- configure | 1 + libavfilter/Makefile| 2 + libavfilter/allfilters.c| 1 + libavfilter/opencl/avgblur.cl | 60 ++

[FFmpeg-devel] [PATCH] lavfi: Add OpenCL avgblur filter

2018-03-16 Thread dylanf123
From: drfer3 Behaves like the existing avgblur filter, except working on OpenCL hardware frames. Takes exactly the same options. --- configure | 1 + libavfilter/Makefile| 2 + libavfilter/allfilters.c| 1 + libavfilter/opencl/avgblur.cl | 60 ++

[FFmpeg-devel] [PATCH] lavfi: Add OpenCL avgblur filter

2018-03-16 Thread dylanf123
From: drfer3 Behaves like the existing avgblur filter, except working on OpenCL hardware frames. Takes exactly the same options. --- configure | 1 + libavfilter/Makefile| 2 + libavfilter/allfilters.c| 1 + libavfilter/opencl/avgblur.cl | 60 ++