aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2025-07-01 23:28:19 -0300
committerJames Almer <jamrial@gmail.com>2025-07-01 23:28:24 -0300
commit11d1b71c311d1a1432a280e0e1ee7bc0ba91d671 (patch)
tree74873f5074e69c41e266556cfec0efa229840ac0 /doc
parent5083f4ad8e26806b2113d8001dcbf20e220a7309 (diff)
downloadffmpeg-master.tar.gz
doc/APIchanges: add missing entries for the recent changesHEADmaster
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 91710bb27d..9c03e541fd 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -2,6 +2,16 @@ The last version increases of all libraries were on 2025-03-28
API changes, most recent first:
+2025-07-01 - 39d5a998bd - lavc 62.4.101 - packet.h
+ Add AV_PKT_DATA_3D_REFERENCE_DISPLAYS.
+
+2025-07-01 - b2e4b0e282 - lavu 60.4.101 - frame.h
+ Add AV_FRAME_DATA_3D_REFERENCE_DISPLAYS.
+
+2025-07-01 - 80a05bea4f - lavu 60.4.100 - tdrdi.h
+ Add AV3DReferenceDisplaysInfo and AV3DReferenceDisplay structs.
+ Add av_tdrdi_alloc() and av_tdrdi_get_display().
+
2025-05-21 - xxxxxxxxxx - lavu 60.3.100 - avassert.h
Add av_unreachable() and av_assume() macros.