Re: [FFmpeg-devel] [PATCH 06/21] swscale/output: add AYUV output support

2024-10-11 Thread Michael Niedermayer
On Fri, Oct 11, 2024 at 07:54:48PM -0300, James Almer wrote: > On 10/11/2024 7:46 PM, Michael Niedermayer wrote: > > On Tue, Oct 08, 2024 at 07:50:11PM -0300, James Almer wrote: > > > Signed-off-by: James Almer > > > --- > > > libswscale/output.c | 323 --

Re: [FFmpeg-devel] [PATCH 06/21] swscale/output: add AYUV output support

2024-10-11 Thread James Almer
On 10/11/2024 7:46 PM, Michael Niedermayer wrote: On Tue, Oct 08, 2024 at 07:50:11PM -0300, James Almer wrote: Signed-off-by: James Almer --- libswscale/output.c | 323 --- libswscale/utils.c | 2 +- tests/ref/fate/filter-pixd

Re: [FFmpeg-devel] [PATCH 06/21] swscale/output: add AYUV output support

2024-10-11 Thread Michael Niedermayer
On Tue, Oct 08, 2024 at 07:50:11PM -0300, James Almer wrote: > Signed-off-by: James Almer > --- > libswscale/output.c | 323 --- > libswscale/utils.c | 2 +- > tests/ref/fate/filter-pixdesc-ayuv | 1 + > tests/ref/fate/filte

[FFmpeg-devel] [PATCH 06/21] swscale/output: add AYUV output support

2024-10-08 Thread James Almer
Signed-off-by: James Almer --- libswscale/output.c | 323 --- libswscale/utils.c | 2 +- tests/ref/fate/filter-pixdesc-ayuv | 1 + tests/ref/fate/filter-pixfmts-copy | 1 + tests/ref/fate/filter-pixfmts-crop |