[FFmpeg-devel] [PATCH V3] lavfi/opencl: add nlmeans_opencl filter
Song, Ruiling
ruiling.song at intel.com
Mon May 20 04:18:41 EEST 2019
> -----Original Message-----
> From: Song, Ruiling
> Sent: Monday, May 13, 2019 10:18 AM
> To: FFmpeg development discussions and patches <ffmpeg-
> devel at ffmpeg.org>; 'Mark Thompson' <sw at jkqxz.net>
> Subject: RE: [FFmpeg-devel] [PATCH V3] lavfi/opencl: add nlmeans_opencl
> filter
>
> > -----Original Message-----
> > From: ffmpeg-devel [mailto:ffmpeg-devel-bounces at ffmpeg.org] On
> Behalf
> > Of Ruiling Song
> > Sent: Tuesday, May 7, 2019 10:45 AM
> > To: ffmpeg-devel at ffmpeg.org
> > Cc: Song, Ruiling <ruiling.song at intel.com>
> > Subject: [FFmpeg-devel] [PATCH V3] lavfi/opencl: add nlmeans_opencl
> filter
> >
> > Signed-off-by: Ruiling Song <ruiling.song at intel.com>
> > ---
> > configure | 1 +
> > doc/filters.texi | 4 +
> > libavfilter/Makefile | 1 +
> > libavfilter/allfilters.c | 1 +
> > libavfilter/opencl/nlmeans.cl | 115 +++++++++
> > libavfilter/opencl_source.h | 1 +
> > libavfilter/vf_nlmeans_opencl.c | 443
> > ++++++++++++++++++++++++++++++++
> > 7 files changed, 566 insertions(+)
> > create mode 100644 libavfilter/opencl/nlmeans.cl
> > create mode 100644 libavfilter/vf_nlmeans_opencl.c
> Hi Mark,
>
> Do you have further comment on v3?
Will apply if no further comments.
>
> Ruiling
More information about the ffmpeg-devel
mailing list