aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.dev>2024-11-28 13:59:02 +0100
committerNiklas Haas <git@haasn.dev>2024-12-23 12:33:43 +0100
commit45f0a7ad338cef639b32c8bc5330d3ff5415bdb5 (patch)
tree743bb5b3d67669ff0893507e0d45f6741b31b1b0 /doc/APIchanges
parent7b7c32322d1f754b3cd78c4dab02ac4c3992114c (diff)
downloadffmpeg-45f0a7ad338cef639b32c8bc5330d3ff5415bdb5.tar.gz
swscale: add ICC intent enum and option
This setting can be used to infuence the type of tone and gamut mapping used internally when color space conversions are required. As discussed at VDD'24, the default was set to relative colorimetric clipping, which is approximately associative, surjective and idempotent. As such, it roundtrips well, although it is strictly speaking not associative on out-of-gamut colors.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 5c7e82d84f..7f5b3ef3d3 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -2,6 +2,9 @@ The last version increases of all libraries were on 2024-03-07
API changes, most recent first:
+2024-12-xx - xxxxxxxxxx - lsws 8.13.100 - swscale.h
+ Add enum SwsIntent and SwsContext.intent.
+
2024-12-15 - xxxxxxxxxx - lavc 61.27.100 packet.h
Add av_container_fifo_alloc_avpacket().