Re: [FFmpeg-devel] [PATCH v5 0/4] swscale: rgbaf32 input/output support

2022-12-04 Thread Mark Reid
On Wed, Nov 23, 2022 at 11:35 AM wrote: > From: Mark Reid > > This patch series adds swscale input/output support for the packed rgb > float formats. > A few of the filters also needed support the larger 96/128 bit packed > pixel sizes. > > I also plan to eventually add lossless unscaled convers

[FFmpeg-devel] [PATCH v5 0/4] swscale: rgbaf32 input/output support

2022-11-23 Thread mindmark
From: Mark Reid This patch series adds swscale input/output support for the packed rgb float formats. A few of the filters also needed support the larger 96/128 bit packed pixel sizes. I also plan to eventually add lossless unscaled conversions between the planer and packed formats. changes