shaka-packager/packager/media/chunking
Joey Parrish cfbe5c08c2 cleanup: Convert all time parameters to signed
This converts all time parameters to signed, finishing a cleanup that
was started in 2018 in b4256bf0.  This changes the type of:
  - timestamps
    - PTS specifically
  - timestamp offsets
  - timescales
  - durations

This excludes:
  - MP4 box definitions
  - DTS specifically

This is meant to address signed/unsigned conversion issues on arm64
that caused some test cases to fail.

Change-Id: Ic752a20cbc6e31fea6bc0894d1771833171e7cbe
2021-08-05 18:24:15 +00:00
..
chunking.gyp Rename WebVttSegmenter To TextChunker 2018-03-26 17:58:56 +00:00
chunking_handler.cc cleanup: Convert all time parameters to signed 2021-08-05 18:24:15 +00:00
chunking_handler.h cleanup: Convert all time parameters to signed 2021-08-05 18:24:15 +00:00
chunking_handler_unittest.cc cleanup: Convert all time parameters to signed 2021-08-05 18:24:15 +00:00
cue_alignment_handler.cc cleanup: Convert all time parameters to signed 2021-08-05 18:24:15 +00:00
cue_alignment_handler.h Fix vector+unique_ptr issues with MSVS 2019 2021-06-14 12:17:24 -07:00
cue_alignment_handler_unittest.cc cleanup: Convert all time parameters to signed 2021-08-05 18:24:15 +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 cleanup: Convert all time parameters to signed 2021-08-05 18:24:15 +00:00