shaka-packager/packager/media
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
..
base Update "One to many" example in Media Handler 2018-06-21 18:26:42 +00:00
chunking Use PTS instead of DTS in ChunkingHandler 2018-07-02 21:58:45 +00:00
codecs Disregard trailing null bytes when locating RBSP stop bit 2018-06-29 20:24:15 +00:00
crypto Add is_key_frame in IsMediaSample Matcher 2018-06-18 16:05:22 +00:00
demuxer Removed Old WebVtt Code 2018-03-02 20:59:23 +00:00
event Drepcate --num_subsegments_per_sidx 2018-07-02 21:59:14 +00:00
formats Drepcate --num_subsegments_per_sidx 2018-07-02 21:59:14 +00:00
origin Address gcc build failures in some platforms 2017-12-07 11:45:26 -08:00
public Drepcate --num_subsegments_per_sidx 2018-07-02 21:59:14 +00:00
replicator Address gcc build failures in some platforms 2017-12-07 11:45:26 -08:00
test Add support for FLAC codec 2018-05-02 00:16:51 +00:00
trick_play Align Trick Play Tests With Other Media Tests 2018-06-19 19:48:18 +00:00