shaka-packager/packager/media/event
Cosmin Stejerean a99cfe036f
feat: support Dolby Vision profile 8.x (HEVC) and 10.x (AV1) in HLS and DASH (#1396)
Support Dolby Vision profile 8.1, 8.2, 8.4, 10.1, 10.4 signaling in HLS
and DASH.

Adds new option `--use_dovi_supplemental_codecs` (off by default) to use
SUPPLEMENTAL-CODECS in HLS and `scte214:supplementalCodecs` and
`scte214:supplementalProfiles` for DASH.

To maintain compatibility with existing players the current behavior of
using two entries in the manifest remains the default. This will be
changed in a future version where `use_dovi_supplemental_codecs` will
become on by default.

Adds Dolby Vision compatible brands, 'db1p', 'db2g', 'db4g', 'db4h',
'dby1' based on https://mp4ra.org/#/brands

---------

Co-authored-by: Xingzhao Yun <xyun@dolby.com>
2024-05-10 17:42:34 -07:00
..
CMakeLists.txt feat!: Rewrite build system and third-party dependencies (#1310) 2023-12-01 09:32:19 -08:00
combined_muxer_listener.cc feat: get start number from muxer and specify initial sequence number (#879) 2024-05-02 13:25:49 -07:00
combined_muxer_listener.h feat: get start number from muxer and specify initial sequence number (#879) 2024-05-02 13:25:49 -07:00
event_info.h feat: get start number from muxer and specify initial sequence number (#879) 2024-05-02 13:25:49 -07:00
hls_notify_muxer_listener.cc feat: get start number from muxer and specify initial sequence number (#879) 2024-05-02 13:25:49 -07:00
hls_notify_muxer_listener.h feat: get start number from muxer and specify initial sequence number (#879) 2024-05-02 13:25:49 -07:00
hls_notify_muxer_listener_unittest.cc feat: get start number from muxer and specify initial sequence number (#879) 2024-05-02 13:25:49 -07:00
mock_muxer_listener.cc feat!: Rewrite build system and third-party dependencies (#1310) 2023-12-01 09:32:19 -08:00
mock_muxer_listener.h feat: get start number from muxer and specify initial sequence number (#879) 2024-05-02 13:25:49 -07:00
mpd_notify_muxer_listener.cc feat: get start number from muxer and specify initial sequence number (#879) 2024-05-02 13:25:49 -07:00
mpd_notify_muxer_listener.h feat: get start number from muxer and specify initial sequence number (#879) 2024-05-02 13:25:49 -07:00
mpd_notify_muxer_listener_unittest.cc feat: support Dolby Vision profile 8.x (HEVC) and 10.x (AV1) in HLS and DASH (#1396) 2024-05-10 17:42:34 -07:00
multi_codec_muxer_listener.cc feat!: Rewrite build system and third-party dependencies (#1310) 2023-12-01 09:32:19 -08:00
multi_codec_muxer_listener.h feat!: Rewrite build system and third-party dependencies (#1310) 2023-12-01 09:32:19 -08:00
multi_codec_muxer_listener_unittest.cc feat: get start number from muxer and specify initial sequence number (#879) 2024-05-02 13:25:49 -07:00
muxer_listener.h feat: get start number from muxer and specify initial sequence number (#879) 2024-05-02 13:25:49 -07:00
muxer_listener_factory.cc feat: HLS / DASH support forced subtitle (#1020) 2024-02-14 20:27:57 -08:00
muxer_listener_factory.h feat: Allow LIVE UDP WebVTT input (#1349) 2024-02-23 16:02:19 -08:00
muxer_listener_internal.cc feat: support Dolby Vision profile 8.x (HEVC) and 10.x (AV1) in HLS and DASH (#1396) 2024-05-10 17:42:34 -07:00
muxer_listener_internal.h feat!: Rewrite build system and third-party dependencies (#1310) 2023-12-01 09:32:19 -08:00
muxer_listener_internal_unittest.cc feat: This patch adds support for DTS:X Profile 2 audio in MP4 files. (#1303) 2024-02-14 23:03:03 -08:00
muxer_listener_test_helper.cc feat: support Dolby Vision profile 8.x (HEVC) and 10.x (AV1) in HLS and DASH (#1396) 2024-05-10 17:42:34 -07:00
muxer_listener_test_helper.h feat: support Dolby Vision profile 8.x (HEVC) and 10.x (AV1) in HLS and DASH (#1396) 2024-05-10 17:42:34 -07:00
progress_listener.h feat!: Rewrite build system and third-party dependencies (#1310) 2023-12-01 09:32:19 -08:00
vod_media_info_dump_muxer_listener.cc feat: get start number from muxer and specify initial sequence number (#879) 2024-05-02 13:25:49 -07:00
vod_media_info_dump_muxer_listener.h feat: get start number from muxer and specify initial sequence number (#879) 2024-05-02 13:25:49 -07:00
vod_media_info_dump_muxer_listener_unittest.cc feat: support Dolby Vision profile 8.x (HEVC) and 10.x (AV1) in HLS and DASH (#1396) 2024-05-10 17:42:34 -07:00