summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRaphaël Zumer <raphael.zumer@vimeo.com>2023-03-14 19:05:35 -0400
committerJames Almer <jamrial@gmail.com>2023-03-21 13:52:39 -0300
commit0a3ce5f73842714de9bc29719ae5f965901bd1de (patch)
tree9b7c8600eaf6106d9a46ac1207303830f21ce5f3 /doc
parent6f2413a203c7dced3230f82cbc2c053872c1a713 (diff)
downloadffmpeg-0a3ce5f73842714de9bc29719ae5f965901bd1de.tar.gz
avutil: add HDR10+ dynamic metadata serialization function
Co-authored-by: Mohammad Izadi <moh.izadi@gmail.com> Signed-off-by: Raphaël Zumer <rzumer@tebako.net> Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 5914fac2cd..931c172b78 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -2,6 +2,11 @@ The last version increases of all libraries were on 2023-02-09
API changes, most recent first:
+2023-03-21 - xxxxxxxxxx - lavu 58.5.100 - hdr_dynamic_metadata.h
+ Add av_dynamic_hdr_plus_from_t35() and av_dynamic_hdr_plus_to_t35()
+ functions to convert between raw T.35 payloads containing dynamic
+ HDR10+ metadata and their parsed representations as AVDynamicHDRPlus.
+
2023-03-17 - xxxxxxxxxx - lavu 58.4.100 - hdr_dynamic_vivid_metadata.h
Add two group of three spline params.
Deprecate previous define which only supports one group of params.