lavu: add support for Content Light Level side metadata

As found in HEVC.

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
Steve Lhomme
2017-04-03 09:29:45 +02:00
committed by James Almer
parent 2a512f86c1
commit b378f5bd64
6 changed files with 75 additions and 1 deletions

View File

@@ -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().