diff options
author | Steve Lhomme <robux4@gmail.com> | 2017-04-03 09:29:45 +0200 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2017-04-06 11:26:25 -0300 |
commit | b378f5bd640177801681479ddb9fe80ececd9cf8 (patch) | |
tree | 9ff921d7c9c124e76ab1a0d5305f148316936f22 /doc | |
parent | 2a512f86c12d2ed588733c454a12930efbad49f4 (diff) | |
download | ffmpeg-b378f5bd640177801681479ddb9fe80ececd9cf8.tar.gz |
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')
-rw-r--r-- | doc/APIchanges | 5 |
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(). |