shaka-packager/packager/media
sylt d2c9a88ec5 Fix possible integer overflow in WebM duration
The issue could lead to the MPD attribute mediaPresentationDuration being
wrongly generated for WebM streams with a duration longer than INT32_MAX.

The root-cause was that StreamInfo::set_duration() accepted an int instead of a
uint64_t. This seems like a pure typo, since StreamInfo already uses a uint64_t
internally for representing duration.
2017-03-23 09:38:51 -07:00
..
base Fix possible integer overflow in WebM duration 2017-03-23 09:38:51 -07:00
chunking Update EncryptionHandler to support key rotation and SampleAes 2017-03-21 23:50:53 +00:00
codecs Remove redundant flags in H264SliceHeader 2017-03-17 00:05:36 +00:00
crypto Fix break in Windows (#213) 2017-03-22 09:57:18 -07:00
event Integrate ChunkingHandler 2017-03-16 20:54:36 +00:00
file Add support for udp_file in Windows. (#185) 2017-01-10 10:05:28 -08:00
formats Make CENC behavior of VP8/9 in ISO-BMFF the same as in WebM 2017-03-21 23:12:57 +00:00
test Integrate ChunkingHandler 2017-03-16 20:54:36 +00:00