shaka-packager/packager/media/chunking
KongQun Yang 9a26ec1e83 Ignore extra Ad cues at the end of the stream
They will result in empty DASH representations, which is not spec
compliant.

For text, if the cue is before the max end time, it will still be
dispatched as the text samples intercepted by the cue can be split into
two at the cue point.

Bug: 111359775.

Change-Id: I55c2025c4e9d64c88e6a685c0cf3024a0cc4a6d8
2018-07-24 18:46:30 +00:00
..
chunking.gyp Rename WebVttSegmenter To TextChunker 2018-03-26 17:58:56 +00:00
chunking_handler.cc Use PTS instead of DTS in ChunkingHandler 2018-07-02 21:58:45 +00:00
chunking_handler.h Use PTS instead of DTS in ChunkingHandler 2018-07-02 21:58:45 +00:00
chunking_handler_unittest.cc Add is_key_frame in IsMediaSample Matcher 2018-06-18 16:05:22 +00:00
cue_alignment_handler.cc Ignore extra Ad cues at the end of the stream 2018-07-24 18:46:30 +00:00
cue_alignment_handler.h Ignore extra Ad cues at the end of the stream 2018-07-24 18:46:30 +00:00
cue_alignment_handler_unittest.cc Ignore extra Ad cues at the end of the stream 2018-07-24 18:46:30 +00:00
sync_point_queue.cc Fix Cue Insertion at Text Stream End 2018-05-15 22:01:09 +00:00
sync_point_queue.h Fix Cue Insertion at Text Stream End 2018-05-15 22:01:09 +00:00
text_chunker.cc Start Segments At First Sample in Text Chunker 2018-07-02 17:57:10 +00:00
text_chunker.h Start Segments At First Sample in Text Chunker 2018-07-02 17:57:10 +00:00
text_chunker_unittest.cc Start Segments At First Sample in Text Chunker 2018-07-02 17:57:10 +00:00