> -----Original Message----- > From: ffmpeg-devel [mailto:[email protected]] On Behalf > Of Mark Thompson > Sent: Tuesday, May 21, 2019 6:16 AM > To: 'FFmpeg development discussions and patches' <ffmpeg- > [email protected]> > Subject: Re: [FFmpeg-devel] [PATCH V3] lavfi/opencl: add nlmeans_opencl > filter > > On 20/05/2019 02:18, Song, Ruiling wrote: > >> -----Original Message----- > >> From: Song, Ruiling > >> Sent: Monday, May 13, 2019 10:18 AM > >> To: FFmpeg development discussions and patches <ffmpeg- > >> [email protected]>; 'Mark Thompson' <[email protected]> > >> Subject: RE: [FFmpeg-devel] [PATCH V3] lavfi/opencl: add > nlmeans_opencl > >> filter > >> > >>> -----Original Message----- > >>> From: ffmpeg-devel [mailto:[email protected]] On > >> Behalf > >>> Of Ruiling Song > >>> Sent: Tuesday, May 7, 2019 10:45 AM > >>> To: [email protected] > >>> Cc: Song, Ruiling <[email protected]> > >>> Subject: [FFmpeg-devel] [PATCH V3] lavfi/opencl: add nlmeans_opencl > >> filter > >>> > >>> Signed-off-by: Ruiling Song <[email protected]> > >>> --- > >>> 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. > > No more from me. I also did some testing of this on Mali, all good. Thanks Mark for your valuable comments on the patch, will apply.
> > Thanks, > > - Mark > _______________________________________________ > ffmpeg-devel mailing list > [email protected] > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe". _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
