shaka-packager/packager/media/formats/webvtt
Aaron Vaage b9dee56294 Rebuild Text WebVtt to MP4 WebVtt
The previous text to mp4 webvtt pipeline was incomplete. It
did not insert ad cues and it could only insert a segment
after a sample ended.

Now the pipeline supports ad cue insert and segment insertion
mid text sample. This required the pipeline to use the text
chunker (to split samples and insert segments) and required
a major overhaul of the text to mp4 converter.

Before the converter came before the chunker. This meant that
the converter only expected to see stream info and text samples.
Moving the converter after the cue aligner and chunker means
that the convert had to be aware of segments and cues.

The general approach is the same, however the converter will
convert the samples per-segment as the chunker will introduce
duplicate samples if a sample spans across segments.

Closes #362
Closes #382

Change-Id: I0f54a40524c36a602ad3804a0da26e80851c92fd
2018-06-01 19:49:56 +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 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 Fixed Incorrect BOM used in WEBVTT Header 2018-05-17 17:33:31 +00: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 Rename webvtt_output_handler files 2018-05-25 18:56:54 +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 Rebuild Text WebVtt to MP4 WebVtt 2018-06-01 19:49:56 +00:00