aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.dev>2024-11-25 13:35:34 +0100
committerNiklas Haas <git@haasn.dev>2024-12-05 12:26:49 +0100
commitbf0a6c4111184ffab9f157db7ee7c8a0f59df077 (patch)
treed9275dc053fc03e137a3085404b011f2cc17b033 /doc/APIchanges
parent28f217780bcdc3f0f5b8b1678ab7f68283f109ea (diff)
downloadffmpeg-bf0a6c4111184ffab9f157db7ee7c8a0f59df077.tar.gz
avutil/csp: add av_csp_trc_inv_from_id()
Mathematical inverse of av_csp_trc_from_id(), plus testing to make sure it roundtrips correctly with the corresponding TRC.
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 fac0fff8ea..cdd2afb851 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-05 - xxxxxxxxxx - lavu 59.48.100 - csp.h
+ Add av_csp_trc_func_inv_from_id().
+
2024-11-25 - xxxxxxxxxx - lsws 8.12.100 - swscale.h
Allow using sws_frame_scale() dynamically, without first initializing the
SwsContext. Deprecate sws_init_context(). Add sws_frame_setup() instead.