Re: [FFmpeg-devel] [PATCH] libavfilter: unsharpen opencl filter optimizations

2014-12-19 Thread Michael Niedermayer
On Thu, Dec 18, 2014 at 07:24:27PM +, Titov, Alexey wrote: Hi Michael, Here is the patch. I attached a zip of this patch in the last email, but it was probably stripped off. Let me know how I can help. === [...] diff --git a/libavutil/opencl.c

Re: [FFmpeg-devel] [PATCH] libavfilter: unsharpen opencl filter optimizations

2014-12-18 Thread Wei Gao
2014-12-18 8:14 GMT+08:00 Titov, Alexey alexey.ti...@amd.com: Hi, here is a patch for optimized OpenCL implementation for libavfilter/unsharpen filter. This implementation leverages hardware acceleration where possible. Regards, Alexey --- libavfilter/unsharp.h | 4 ++

Re: [FFmpeg-devel] [PATCH] libavfilter: unsharpen opencl filter optimizations

2014-12-18 Thread Titov, Alexey
: Michael Niedermayer [mailto:michae...@gmx.at] Sent: Thursday, December 18, 2014 3:00 AM To: FFmpeg development discussions and patches; Titov, Alexey Subject: Re: [FFmpeg-devel] [PATCH] libavfilter: unsharpen opencl filter optimizations On Thu, Dec 18, 2014 at 12:14:52AM +, Titov, Alexey wrote

Re: [FFmpeg-devel] [PATCH] libavfilter: unsharpen opencl filter optimizations

2014-12-18 Thread Christophe Gisquet
Hi, Le 19 déc. 2014 07:28, Titov, Alexey alexey.ti...@amd.com a écrit : Hi Michael, Here is the patch. I attached a zip of this patch in the last email, but it was probably stripped off. Let me know how I can help. [...] diff --git a/libavutil/opencl.c b/libavutil/opencl.c index