shaka-packager/packager/media/chunking
Aaron Vaage 5a9a49034b Merge Create and Dispatch in Cue Alignment Tests
Originally the create and dispatch of stream data in the cue
alignment tests were separate to improve readability. The idea was
to separate building each stream and dispatching the streams muxed
together would make it easier to understand the streams.

However, coming back to the code, this did not hold up as it took just as
long to understand the code. So merging the two together allows for the
code to be more concise.

Change-Id: I77f6bb67e7fb0ca7af0553c3baf07082770da74c
2018-06-21 18:27:01 +00:00
..
chunking.gyp Rename WebVttSegmenter To TextChunker 2018-03-26 17:58:56 +00:00
chunking_handler.cc Generate full segment after cue point 2018-03-27 19:14:26 +00:00
chunking_handler.h Generate full segment after cue point 2018-03-27 19:14:26 +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 Remove Text Time Scale Assumption From Cue Alignment 2018-06-13 13:44:21 -07:00
cue_alignment_handler.h Store More Than One Cue 2018-05-14 22:10:07 +00:00
cue_alignment_handler_unittest.cc Merge Create and Dispatch in Cue Alignment Tests 2018-06-21 18:27:01 +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 Remove Time Scale Assumptions From Text Chunker 2018-06-13 17:43:49 +00:00
text_chunker.h Remove Time Scale Assumptions From Text Chunker 2018-06-13 17:43:49 +00:00
text_chunker_unittest.cc Updated StreamData Matchers to Use Matchers 2018-06-13 15:36:22 -07:00