summaryrefslogtreecommitdiff
path: root/libavutil/mastering_display_metadata.h
Commit message (Collapse)AuthorAge
* avutil/mastering_display_metadata: fix copyright header wrongly formated as doxyJames Almer2018-01-11
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* lavu: add support for Content Light Level side metadataSteve Lhomme2017-04-06
| | | | | | As found in HEVC. Signed-off-by: James Almer <jamrial@gmail.com>
* libavutil/mastering_display_metadata.h: change fields to be rationals as ↵Neil Birkbeck2016-01-29
| | | | | | | | | this is how they are typically coded. (this structure is not referenced anywhere yet) Signed-off-by: Neil Birkbeck <neil.birkbeck@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* libavutil: add mastering display metadata sidedataNeil Birkbeck2016-01-19
Adding mastering display metadata struct to avutil. The mastering display metadata contains information about the mastering display color volume (SMPTE 2086:2014). This info comes from HEVC in the SEI_TYPE_MASTERING_DISPLAY_INFO and is soon to be included in MKV: https://mailarchive.ietf.org/arch/search/?email_list=cellar&gbt=1&index=sZyfPTM-QY69P-0omfOIiTN622o so it is similar to SEI FPA / stereo_mode in MKV and as such this patch follows how AVStereo3D is implemented. I'll add support to HEVC in a follow-up (and MKV when spec is approved). Signed-off-by: Neil Birkbeck <neil.birkbeck@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>