shaka-packager/packager/media
Aaron Vaage 5f072e3b08 Start Segments At First Sample in Text Chunker
We always assumed that text stream started at zero in the text chunker.
This meant that if the text stream started later than zero (like in a
live stream) we would generate a lot of empty segments.

Instead the text chunker will assume that segments should be adjusted
to align with multiple of segment duration. The text chunker will assume
that an earlier component in the pipeline (i.e. text padder) will ensure
that the first sample has the time that we want to start segments at
(even it needs to add an empty sample).

Issue #416

Change-Id: Ie45844354d6e9448787cae896841b5ab31721ed6
2018-07-02 17:57:10 +00:00
..
base Update "One to many" example in Media Handler 2018-06-21 18:26:42 +00:00
chunking Start Segments At First Sample in Text Chunker 2018-07-02 17:57:10 +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 [Cleanup] Use int64_t for time for consistency 2018-06-29 22:53:06 +00:00
formats Don't Always Start Text At Time Zero 2018-06-29 23:02:22 +00:00
origin Address gcc build failures in some platforms 2017-12-07 11:45:26 -08:00
public Support entitlement license with Widevine key server 2018-05-17 21:03:05 +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