Re: [FFmpeg-devel] [PATCH] lavfi/colorlevels: Add slice threading support

2019-05-21 Thread myp...@gmail.com
On Tue, May 21, 2019 at 9:49 AM Jun Zhao wrote: > > From: Jun Zhao > > Add slice threading support, use the command like: > > ./ffmpeg -i input -vf colorlevel with 1080p h264 clip, the fps > from 39 fps to 79 fps in the local > > Signed-off-by: Jun Zhao > --- > libavfilter/vf_colorlevels.c | 1

[FFmpeg-devel] [PATCH] lavfi/colorlevels: Add slice threading support

2019-05-20 Thread Jun Zhao
From: Jun Zhao Add slice threading support, use the command like: ./ffmpeg -i input -vf colorlevel with 1080p h264 clip, the fps from 39 fps to 79 fps in the local Signed-off-by: Jun Zhao --- libavfilter/vf_colorlevels.c | 125 +++-- 1 files changed, 106 i