shaka-packager/packager
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
..
app Fix mpd duration not set in static live manifest 2017-02-10 17:31:02 -08:00
buildtools/third_party Update DEPS to fix mac build failure 2016-08-19 13:49:41 -07:00
hls Some misc cleanup 2016-09-07 10:15:50 -07:00
media Fix possible integer overflow in WebM duration 2017-04-04 17:28:17 -07:00
mpd Fix mpd duration not set in static live manifest 2017-02-10 17:31:02 -08:00
testing Get rid of svn dependencies 2015-10-16 20:11:20 +00:00
third_party Fix x64 build on Windows. 2017-01-05 14:19:35 -08:00
tools [pssh] Support widevine pssh generation with protection_scheme 2016-10-10 10:39:41 -07:00
version Windows build working 2016-08-18 08:30:26 -07:00
common.gypi Windows build working 2016-08-18 08:30:26 -07:00
packager.gyp Update cmd flags to support static mpd with live profile 2017-01-13 20:00:10 +00:00