shaka-packager/packager/media/formats/webvtt
Aaron Vaage e5fe2a76d2 Created Text Padder Handler To Fill Gaps
Created a media handler to come after parsers that will handle filling
in gaps between text samples. The padder takes a min duration, and if
the samples do not cover the min duration when flushed, one last empty
sample will be injected so that the samples will go up to the min duration.

Change-Id: I88605059664d09279676edac418ff3d4990d7556
2018-04-02 23:11:26 +00:00
..
cue.cc Make WebVttMediaParser use WebVttSampleConverter 2017-03-15 20:44:36 +00:00
cue.h Make WebVttMediaParser use WebVttSampleConverter 2017-03-15 20:44:36 +00:00
text_padder.cc Created Text Padder Handler To Fill Gaps 2018-04-02 23:11:26 +00:00
text_padder.h Created Text Padder Handler To Fill Gaps 2018-04-02 23:11:26 +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 Created Text Padder Handler To Fill Gaps 2018-04-02 23:11:26 +00:00
webvtt_output_handler.cc WebVTT Output 2018-01-05 00:05:48 +00:00
webvtt_output_handler.h WebVTT Output 2018-01-05 00:05:48 +00:00
webvtt_output_handler_unittest.cc Use Mock Muxer Listener in WebVttOutput Tests 2018-01-10 17:51:39 +00:00
webvtt_parser.cc Clean Up WebVtt Parser 2018-03-23 14:19:52 -07:00
webvtt_parser.h WebVtt Ignore Zero Duration Cues 2018-03-02 01:25:41 +00:00
webvtt_parser_unittest.cc WebVtt Ignore Zero Duration Cues 2018-03-02 01:25:41 +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 Change Text Sample to Use int64_t 2018-03-26 20:46:58 +00:00
webvtt_to_mp4_handler.h Change Text Sample to Use int64_t 2018-03-26 20:46:58 +00:00
webvtt_to_mp4_handler_unittest.cc Output Empty MP4 WebVtt Cues 2018-02-06 16:45:04 +00:00