shaka-packager/packager/media
Aaron Vaage 1600909c4b Don't Always Start Text At Time Zero
Previously, the text padder media handler would assume that text always
started at time zero. This would work for VOD but would result with a
large pad at the start of LIVE content.

To avoid this, the text padder will use a bias to test whether or not it
thinks the content starts at zero. Right now the bias is set to be 10
minutes, but will later be configurable with a command line flag.

10 minutes was used as LIVE content will have much larger values and VOD
content should have much lower values.

Issue: #416

Change-Id: I07af15a577392fb030e36f052085cd4e667700e8
2018-06-29 23:02:22 +00:00
..
base Update "One to many" example in Media Handler 2018-06-21 18:26:42 +00:00
chunking Merge Create and Dispatch in Cue Alignment Tests 2018-06-21 18:27:01 +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