shaka-packager/packager/media/formats/webvtt
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
..
text_padder.cc Don't Always Start Text At Time Zero 2018-06-29 23:02:22 +00:00
text_padder.h Don't Always Start Text At Time Zero 2018-06-29 23:02:22 +00:00
text_readers.cc Change CharReader to FileReader 2018-01-04 14:36:52 -08:00
text_readers.h Change CharReader to FileReader 2018-01-04 14:36:52 -08:00
text_readers_unittest.cc Change CharReader to FileReader 2018-01-04 14:36:52 -08:00
webvtt.gyp Rename webvtt_output_handler files 2018-05-25 18:56:54 +00:00
webvtt_file_buffer.cc Simplify WebVtt Output 2018-05-24 18:09:48 +00:00
webvtt_file_buffer.h Disallow Copy and Assign WebVtt File Buffer 2018-05-24 21:47:56 +00:00
webvtt_parser.cc Fixed Incorrect BOM used in WEBVTT Header 2018-05-17 17:33:31 +00:00
webvtt_parser.h WebVtt Ignore Zero Duration Cues 2018-03-02 01:25:41 +00:00
webvtt_parser_unittest.cc Updated StreamData Matchers to Use Matchers 2018-06-13 15:36:22 -07:00
webvtt_text_output_handler.cc Rename webvtt_output_handler files 2018-05-25 18:56:54 +00:00
webvtt_text_output_handler.h Rename webvtt_output_handler files 2018-05-25 18:56:54 +00:00
webvtt_text_output_handler_unittest.cc Make Test Util 'GetTextStreamInfo' require Time Scale 2018-06-13 17:43:35 +00:00
webvtt_timestamp.cc Implement MsToWebVTTTimestamp 2017-08-30 18:30:43 +00:00
webvtt_timestamp.h Implement MsToWebVTTTimestamp 2017-08-30 18:30:43 +00:00
webvtt_timestamp_unittest.cc Implement MsToWebVTTTimestamp 2017-08-30 18:30:43 +00:00
webvtt_to_mp4_handler.cc Rebuild Text WebVtt to MP4 WebVtt 2018-06-01 19:49:56 +00:00
webvtt_to_mp4_handler.h Rebuild Text WebVtt to MP4 WebVtt 2018-06-01 19:49:56 +00:00
webvtt_to_mp4_handler_unittest.cc Add is_key_frame in IsMediaSample Matcher 2018-06-18 16:05:22 +00:00