shaka-packager/packager
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
..
app Make CENC behavior of VP8/9 in ISO-BMFF the same as in WebM 2017-03-21 23:12:57 +00:00
buildtools/third_party Update DEPS to fix mac build failure 2016-08-19 13:49:41 -07:00
hls Add HLS audio language support 2017-03-10 16:14:14 -08:00
media Fix possible integer overflow in WebM duration 2017-03-23 09:38:51 -07:00
mpd Add HLS audio language support 2017-03-10 16:14:14 -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 Fix pssh README to avoid confusion 2017-03-03 16:13:25 -08: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 Integrate ChunkingHandler 2017-03-16 20:54:36 +00:00