Re: [FFmpeg-devel] [PATCH] doc/filters: add documentation to all existing OpenCL filters, except tonemap filter

2018-07-11 Thread Gyan Doshi
On 12-07-2018 04:33 AM, Mark Thompson wrote: I'm not sure I'm completely in favour of that change, anyway? The section feels more coherent to me as "OpenCL versions of other filters" rather than "all filters using OpenCL" - program_opencl/openclsrc do something really quite different.

Re: [FFmpeg-devel] [PATCH] doc/filters: add documentation to all existing OpenCL filters, except tonemap filter

2018-07-11 Thread Mark Thompson
On 05/07/18 15:11, Danil Iashchenko wrote: > add documentation to all existing OpenCL filters > --- >> I like this patch, the other thing, is it have any plan to update >> openCL part like VAAPI (https://trac.ffmpeg.org/wiki/Hardware/VAAPI) >> in https://trac.ffmpeg.org/wiki/HWAccelIntro, thanks.

[FFmpeg-devel] [PATCH] doc/filters: add documentation to all existing OpenCL filters, except tonemap filter

2018-07-05 Thread Danil Iashchenko
add documentation to all existing OpenCL filters --- >I like this patch, the other thing, is it have any plan to update >openCL part like VAAPI (https://trac.ffmpeg.org/wiki/Hardware/VAAPI) >in https://trac.ffmpeg.org/wiki/HWAccelIntro, thanks. I am going to add it during the next week, thanks!

Re: [FFmpeg-devel] [PATCH] doc/filters: add documentation to all existing OpenCL filters, except tonemap filter

2018-07-02 Thread Gyan Doshi
On 03-07-2018 08:20 AM, Danil Iashchenko wrote: Add documentation to all existing OpenCL filters, except tonemap filter. Why not for tonemap_opencl? +@section avgblur_opencl + +Apply average blur filter. + +Works like existing @ref{avgblur} filter. Since these filters are distinct,

Re: [FFmpeg-devel] [PATCH] doc/filters: add documentation to all existing OpenCL filters, except tonemap filter

2018-07-02 Thread myp...@gmail.com
On Tue, Jul 3, 2018 at 10:51 AM Danil Iashchenko wrote: > > Add documentation to all existing OpenCL filters, except tonemap filter. > > --- > Creation of the seperate section for OpenCL filters is motivated by > developing support for Vulkan and CUDA and it is easier to show the > capabilities

[FFmpeg-devel] [PATCH] doc/filters: add documentation to all existing OpenCL filters, except tonemap filter

2018-07-02 Thread Danil Iashchenko
Add documentation to all existing OpenCL filters, except tonemap filter. --- Creation of the seperate section for OpenCL filters is motivated by developing support for Vulkan and CUDA and it is easier to show the capabilities of each platform by adding new sections. doc/filters.texi | 193