[FFmpeg-devel] [PATCH] sws: add a new scaling API

2021-09-03 Thread Anton Khirnov
--- Better doxy for output slice alignment. --- libswscale/swscale.c | 294 ++ libswscale/swscale.h | 92 +++ libswscale/swscale_internal.h | 21 +++ libswscale/swscale_unscaled.c | 2 + libswscale/utils.c| 72 + 5

Re: [FFmpeg-devel] [PATCH] sws: add a new scaling API

2021-09-02 Thread Michael Niedermayer
On Sun, Aug 29, 2021 at 06:38:58PM +0200, Anton Khirnov wrote: > --- > Now with a new public function to query required slice alignment, which > fixes the yuv410p->yuv420p conversion issue reported by Michael. {...] > +/** > + * Indicate that a horizontal slice of input data is available in the sou

[FFmpeg-devel] [PATCH] sws: add a new scaling API

2021-08-29 Thread Anton Khirnov
--- Now with a new public function to query required slice alignment, which fixes the yuv410p->yuv420p conversion issue reported by Michael. --- libswscale/swscale.c | 294 ++ libswscale/swscale.h | 90 +++ libswscale/swscale_internal.h |