shaka-packager/packager/media
sylt a092c3b461 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-04-04 17:28:17 -07:00
..
base Fix possible integer overflow in WebM duration 2017-04-04 17:28:17 -07:00
codecs Fix signed/unsigned mismatch on Windows. 2017-01-06 17:29:53 -08:00
event Fix mpd duration not set in static live manifest 2017-02-10 17:31:02 -08:00
file Add support for udp_file in Windows. (#185) 2017-01-10 10:05:28 -08:00
formats [WebM] Fix output truncated if using the same file name for I/O 2017-03-17 10:55:55 -07:00
test Update cmd flags to support static mpd with live profile 2017-01-13 20:00:10 +00:00