Re: [FFmpeg-devel] [PATCH 1/4] lavfi/vf_libplacebo: switch to new gamut mapping API

2023-05-22 Thread Niklas Haas
On Sun, 21 May 2023 14:24:35 +0200 Niklas Haas wrote: > From: Niklas Haas > > Upstream deprecated the old ad-hoc, enum/intent-based gamut mapping API > and added a new API based on colorimetrically accurate gamut mapping > functions. > > The relevant change for us is the addition of several new

[FFmpeg-devel] [PATCH 1/4] lavfi/vf_libplacebo: switch to new gamut mapping API

2023-05-21 Thread Niklas Haas
From: Niklas Haas Upstream deprecated the old ad-hoc, enum/intent-based gamut mapping API and added a new API based on colorimetrically accurate gamut mapping functions. The relevant change for us is the addition of several new modes, as well as deprecation of the old options. Update the documen