Added support for clli box and mdcv box.
commit04fbd81ef82ebd20b9ee21b6e0934d26a22fcac9
authorBlake <blake_orth@cable.comcast.com>
Fri, 15 Dec 2017 21:23:01 +0000 (15 14:23 -0700)
committerYusuke Nakamura <muken.the.vfrmaniac@gmail.com>
Fri, 30 Mar 2018 04:22:55 +0000 (30 13:22 +0900)
tree1bb32d2d81b6f3ea60597fd628d09dcf6f47153d
parent74329b46c401d500f3eff72675f4d55af393ad0d
Added support for clli box and mdcv box.
 - CLLI (Content Light Level Information)
   - Supports read, write, printing and lsmash.h summary access to the ccli data.
   - clli syntax corresponds to the content_light_level_information SEI message from H.265.
 - MDCV (Mastering Display Color Volume)
   - Added read, write and print functions for mdcv.
   - mdcv box syntax is the same as H.265 SEI Payload 137.
 - Marked CLLI and MDCV as QT since the ISO box types are likely to differ from QT in the future.
 - MDCV and CLLI are both conveyed in the same manner as other QT specific data.
codecs/description.c
core/box.c
core/box.h
core/box_default.c
core/box_default.h
core/box_type.h
core/print.c
core/read.c
core/write.c
lsmash.h