Re: [FFmpeg-devel] [PATCH v2 14/16] swscale/graph: add color mapping pass

2024-12-10 Thread Michael Niedermayer
Hi On Fri, Dec 06, 2024 at 03:32:13PM +0100, Niklas Haas wrote: > From: Niklas Haas > > This leverages the previously introduced color management subsystem in order > to adapt between transfer functions and color spaces, as well as for HDR tone > mapping. > > Take special care to handle graysca

[FFmpeg-devel] [PATCH v2 14/16] swscale/graph: add color mapping pass

2024-12-06 Thread Niklas Haas
From: Niklas Haas This leverages the previously introduced color management subsystem in order to adapt between transfer functions and color spaces, as well as for HDR tone mapping. Take special care to handle grayscale formats without a colorspace gracefully. --- libswscale/graph.c | 95 ++