[FFmpeg-devel] [PATCH] sws: implement slice threading

2021-09-03 Thread Anton Khirnov
--- Now actually committing the changes. --- libswscale/options.c | 3 ++ libswscale/swscale.c | 59 libswscale/swscale_internal.h | 14 ++ libswscale/utils.c| 85 +++ 4 files changed, 161 insertions(+) di

[FFmpeg-devel] [PATCH] sws: implement slice threading

2021-09-03 Thread Anton Khirnov
--- Added a verbose log to context_init_threaded(). --- libswscale/options.c | 3 ++ libswscale/swscale.c | 59 + libswscale/swscale_internal.h | 14 ++ libswscale/utils.c| 82 +++ 4 files changed, 158 inser

Re: [FFmpeg-devel] [PATCH] sws: implement slice threading

2021-09-02 Thread Michael Niedermayer
On Sun, Aug 29, 2021 at 06:40:47PM +0200, Anton Khirnov wrote: > --- > Updated to conform to the slice alignment requirements > --- > libswscale/options.c | 3 ++ > libswscale/swscale.c | 59 + > libswscale/swscale_internal.h | 14 ++ > libswscale/uti

[FFmpeg-devel] [PATCH] sws: implement slice threading

2021-08-29 Thread Anton Khirnov
--- Updated to conform to the slice alignment requirements --- libswscale/options.c | 3 ++ libswscale/swscale.c | 59 + libswscale/swscale_internal.h | 14 ++ libswscale/utils.c| 82 +++ 4 files changed, 15