summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2016-11-11 17:25:43 -0500
committerVittorio Giovara <vittorio.giovara@gmail.com>2016-12-07 14:39:04 -0500
commit8f58ecc344a92e63193c38e28c173be987954bbb (patch)
tree726e17f01ac162d303f21356a118db8e7568e08e /doc
parentc188f358aaee5800af5a5d699dd657cef3fb43a6 (diff)
lavu: Add AVSphericalMapping type and frame side data
While no decoder currently exports spherical information, this type represents a frame property that has to be passed through from container to frames. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 3171c0560f..a3c39645fc 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,10 @@ libavutil: 2015-08-28
API changes, most recent first:
+2016-xx-xx - xxxxxxx - lavu 55.42.100 / 55.30.0 - spherical.h
+ Add AV_FRAME_DATA_SPHERICAL value, av_spherical_alloc() API and
+ AVSphericalMapping type to export and describe spherical video properties.
+
2016-11-18 - xxxxxxx - lavf 57.58.100 - avformat.h
Add av_stream_add_side_data().