Re: [FFmpeg-devel] [PATCH] avfilter/vf_unsharp: enable slice threading

2019-05-12 Thread Song, Ruiling
> -Original Message- > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf > Of Carl Eugen Hoyos > Sent: Friday, May 10, 2019 4:53 PM > To: FFmpeg development discussions and patches de...@ffmpeg.org> > Subject: Re: [FFmpeg-devel] [PATCH] avfilt

Re: [FFmpeg-devel] [PATCH] avfilter/vf_unsharp: enable slice threading

2019-05-10 Thread Carl Eugen Hoyos
Am Fr., 10. Mai 2019 um 08:50 Uhr schrieb Song, Ruiling : > > > -Original Message- > > From: Song, Ruiling > > Sent: Thursday, May 9, 2019 3:43 PM > > To: ffmpeg-devel@ffmpeg.org > > Cc: Song, Ruiling > > Subject: [PATCH] avfilter/vf_unsharp: enable slice threading > > > > Signed-off-by:

Re: [FFmpeg-devel] [PATCH] avfilter/vf_unsharp: enable slice threading

2019-05-10 Thread Song, Ruiling
> -Original Message- > From: Song, Ruiling > Sent: Thursday, May 9, 2019 3:43 PM > To: ffmpeg-devel@ffmpeg.org > Cc: Song, Ruiling > Subject: [PATCH] avfilter/vf_unsharp: enable slice threading > > Signed-off-by: Ruiling Song > --- > libavfilter/unsharp.h| 4 +- >

[FFmpeg-devel] [PATCH] avfilter/vf_unsharp: enable slice threading

2019-05-09 Thread Ruiling Song
Signed-off-by: Ruiling Song --- libavfilter/unsharp.h| 4 +- libavfilter/vf_unsharp.c | 98 ++-- 2 files changed, 78 insertions(+), 24 deletions(-) diff --git a/libavfilter/unsharp.h b/libavfilter/unsharp.h index caff986fc1..a60b30f31a 100644 ---