shaka-packager/packager/media
KongQun Yang 571ee24f3e Use PTS instead of DTS in ChunkingHandler
DTS was used in ChunkingHandler. As a result, SegmentInfo contained
timestamp in DTS. MP4Muxer has a logic to change SegmentInfo to use
PTS but not in other muxers.

Benefits of using PTS in ChunkingHandler:

- De-dup the redundant logic in MP4Muxer
- Ensure consistent behavior in different output containers
- Consistent with other timestamps, e.g. Ad Cue timestamps

Issue #413

Change-Id: Ib671badf144e0c0866d60f4ff0ac0cbbdd33817e
2018-07-02 21:58:45 +00:00
..
base Update "One to many" example in Media Handler 2018-06-21 18:26:42 +00:00
chunking Use PTS instead of DTS in ChunkingHandler 2018-07-02 21:58:45 +00:00
codecs Disregard trailing null bytes when locating RBSP stop bit 2018-06-29 20:24:15 +00:00
crypto Add is_key_frame in IsMediaSample Matcher 2018-06-18 16:05:22 +00:00
demuxer Removed Old WebVtt Code 2018-03-02 20:59:23 +00:00
event [Cleanup] Use int64_t for time for consistency 2018-06-29 22:53:06 +00:00
formats Don't Always Start Text At Time Zero 2018-06-29 23:02:22 +00:00
origin Address gcc build failures in some platforms 2017-12-07 11:45:26 -08:00
public Support entitlement license with Widevine key server 2018-05-17 21:03:05 +00:00
replicator Address gcc build failures in some platforms 2017-12-07 11:45:26 -08:00
test Add support for FLAC codec 2018-05-02 00:16:51 +00:00
trick_play Align Trick Play Tests With Other Media Tests 2018-06-19 19:48:18 +00:00