aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorJan Ekström <jeebjp@gmail.com>2024-03-29 00:42:10 +0200
committerJan Ekström <jeebjp@gmail.com>2024-04-03 21:31:35 +0300
commit29561c8e2d4ccecaa93afcaed73678e3f6011b0a (patch)
tree4b01d497d51f1fe5a03a98c7d1e46e6f196cbe5f /doc/APIchanges
parent924402f783d7d056eefa5c065504fbae2731235b (diff)
downloadffmpeg-29561c8e2d4ccecaa93afcaed73678e3f6011b0a.tar.gz
avutil/pix{desc,fmt}: add new matrix coefficients from H.273 v3
* SMPTE ST 2128 IPT-C2 defines the coefficients utilized in DoVi Profile 5. Profile 5 can thus now be represented in VUI as {AVCOL_RANGE_JPEG, AVCOL_PRI_BT2020, AVCOL_TRC_SMPTE2084, AVCOL_SPC_IPT_C2, AVCHROMA_LOC_LEFT} (although other chroma sample locations are allowed). AVCOL_TRC_SMPTE2084 should in this case be interpreted as 'PQ with reshaping'. * YCgCo-Re and YCgCo-Ro define the bitexact YCgCo-R, where the number of bits added to a source RGB bit depth is 2 (i.e., even) and 1 (i.e., odd), respectively.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 7eda1321cb..0a39b6d7ab 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -2,6 +2,10 @@ The last version increases of all libraries were on 2024-03-07
API changes, most recent first:
+2024-04-03 - xxxxxxxxxx - lavu 59.13.100 - pixfmt.h
+ Add AVCOL_SPC_IPT_C2, AVCOL_SPC_YCGCO_RE and AVCOL_SPC_YCGCO_RO
+ to map new matrix coefficients defined by H.273 v3.
+
2024-04-xx - xxxxxxxxxx - lavu 59.12.100 - dovi_meta.h
Add AVDOVIMetadata.ext_block_{offset,size}, AVDOVIMetadata.num_ext_blocks,
AVDOVIDmData and AVDOVIDmLevel{1..6,8..11,254..255}, av_dovi_get_ext()