summaryrefslogtreecommitdiff
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorSteve Lhomme <robux4@gmail.com>2017-04-03 09:29:45 +0200
committerJames Almer <jamrial@gmail.com>2017-04-06 11:26:25 -0300
commitb378f5bd640177801681479ddb9fe80ececd9cf8 (patch)
tree9ff921d7c9c124e76ab1a0d5305f148316936f22 /doc/APIchanges
parent2a512f86c12d2ed588733c454a12930efbad49f4 (diff)
lavu: add support for Content Light Level side metadata
As found in HEVC. Signed-off-by: James Almer <jamrial@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 adff133855..e2e6c9067f 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,11 @@ libavutil: 2015-08-28
API changes, most recent first:
+2016-04-06 - xxxxxxx - lavu 55.60.100 - mastering_display_metadata.h
+ Add AV_FRAME_DATA_CONTENT_LIGHT_LEVEL value, av_content_light_metadata_alloc()
+ and av_content_light_metadata_create_side_data() API, and AVContentLightMetadata
+ type to export content light level video properties.
+
2017-03-31 - xxxxxxx - lavu 55.57.100 - spherical.h
Add av_spherical_projection_name().
Add av_spherical_from_name().