aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>2024-05-30 16:09:32 +0100
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>2024-06-18 14:47:40 +0100
commit57bfba35d6ba45d6f0dbc46f129fe1893cd04252 (patch)
tree6ef5548ea308d657d3f0da32f2fd93211479ec59 /doc/APIchanges
parentb515088576bbeb746aa34a222bba76cc01b29e44 (diff)
downloadffmpeg-57bfba35d6ba45d6f0dbc46f129fe1893cd04252.tar.gz
avutil/spherical: Add more spherical types
These originate from the Apple Vision Pro, and are documented here: https://developer.apple.com/documentation/coremedia/cmprojectiontype Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 193e39ad4f..fcb20872a6 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -2,6 +2,11 @@ The last version increases of all libraries were on 2024-03-07
API changes, most recent first:
+2024-06-18 - xxxxxxxxxx - lavu 59.23.100 - spherical.h
+ Add AV_SPHERICAL_HALF_EQUIRECTANGULAR, AV_SPHERICAL_RECTILINEAR, and
+ AV_SPHERICAL_FISHEYE values to AVSphericalProjection, and initialize
+ to AV_SPHERICAL_RECTILINEAR on alloc.
+
2024-06-13 - xxxxxxxxxx - lavu 59.22.100 - common.h
Deprecate av_mod_uintp2[_c]() and replace it with av_zero_extend[_c]().