shaka-packager/packager/media/event
KongQun Yang 1742e03471 Drepcate --num_subsegments_per_sidx
This flag was designed for two purpose:
- Grouping fragments into subsegments, achieving three level hierarchy:
  segment < subsegment < fragment.
- Indicate whether to generate 'sidx' box in media segments (when the
  value is set to a negative number).

There are no practical use case for the first purpose. Removing it to
simplify the code and reduce the confusion.

Introduce another flag --generate_sidx_in_media_segments for the second
purpose.

Change-Id: I4be7cd42662fb324c1158b978e05768ee49dd048
2018-07-02 21:59:14 +00:00
..
combined_muxer_listener.cc [Cleanup] Use int64_t for time for consistency 2018-06-29 22:53:06 +00:00
combined_muxer_listener.h [Cleanup] Use int64_t for time for consistency 2018-06-29 22:53:06 +00:00
event_info.h [Cleanup] Use int64_t for time for consistency 2018-06-29 22:53:06 +00:00
hls_notify_muxer_listener.cc [Cleanup] Use int64_t for time for consistency 2018-06-29 22:53:06 +00:00
hls_notify_muxer_listener.h [Cleanup] Use int64_t for time for consistency 2018-06-29 22:53:06 +00:00
hls_notify_muxer_listener_unittest.cc Update MuxerListeners to support multiple OnMediaStart/End 2018-05-25 20:43:34 +00:00
media_event.gyp Use start_time from CueEvent in NotifyCueEvent 2018-01-20 01:18:38 +00:00
mock_muxer_listener.cc Remove size parameter in OnMediaEnd 2017-07-21 20:42:44 +00:00
mock_muxer_listener.h [Cleanup] Use int64_t for time for consistency 2018-06-29 22:53:06 +00:00
mpd_notify_muxer_listener.cc [Cleanup] Use int64_t for time for consistency 2018-06-29 22:53:06 +00:00
mpd_notify_muxer_listener.h [Cleanup] Use int64_t for time for consistency 2018-06-29 22:53:06 +00:00
mpd_notify_muxer_listener_unittest.cc Drepcate --num_subsegments_per_sidx 2018-07-02 21:59:14 +00:00
muxer_listener.h [Cleanup] Use int64_t for time for consistency 2018-06-29 22:53:06 +00:00
muxer_listener_factory.cc Support 'iframe_playlist_name' stream descriptor 2018-02-02 22:00:18 +00:00
muxer_listener_factory.h Support 'iframe_playlist_name' stream descriptor 2018-02-02 22:00:18 +00:00
muxer_listener_internal.cc [Ad Insertion] Support one file per Representation per Period 2018-05-31 23:59:21 +00:00
muxer_listener_internal.h Update MuxerListeners to support multiple OnMediaStart/End 2018-05-25 20:43:34 +00:00
muxer_listener_test_helper.cc Drepcate --num_subsegments_per_sidx 2018-07-02 21:59:14 +00:00
muxer_listener_test_helper.h Refactor ProtectionSystemSpecificInfo class to struct 2018-05-11 00:10:07 +00:00
progress_listener.h Clean up #ifndef in packager/media. (#310) 2017-12-19 16:56:36 -08:00
vod_media_info_dump_muxer_listener.cc [Cleanup] Use int64_t for time for consistency 2018-06-29 22:53:06 +00:00
vod_media_info_dump_muxer_listener.h [Cleanup] Use int64_t for time for consistency 2018-06-29 22:53:06 +00:00
vod_media_info_dump_muxer_listener_unittest.cc Use MessageDifferencer for proto comparison 2018-05-08 21:30:50 +00:00