shaka-packager/packager/media/formats
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
..
mp2t Fix TS mimetype in DASH 2018-05-21 20:31:40 +00:00
mp4 Fix incorrect data_reference_index in TextSampleEntry 2018-05-25 19:33:54 +00:00
packed_audio Implemented PackedAudioWriter 2018-05-16 21:52:18 +00:00
webm Fix potential partial DASH segments during live packaging 2018-05-03 09:26:23 -07:00
webvtt Rebuild Text WebVtt to MP4 WebVtt 2018-06-01 19:49:56 +00:00
wvm Clean up #ifndef in packager/media. (#310) 2017-12-19 16:56:36 -08:00