shaka-packager/packager
KongQun Yang a4659c40dd Fix AssetId overflow for classic WVM decryption
Javascript/JSON does not support int64_t or unsigned numbers. asset_id,
if greater than 0x80000000 will be converted to negative number. Use
double to represent asset_id instead as 32-bit integer can be lossless
represented using double.

Bug: 26309000

Change-Id: I3e800c396a1231375776295154fb0d96156e980b
2016-01-06 20:18:42 +00:00
..
app Fix MPD validation problems 2016-01-05 13:50:32 -08:00
media Fix AssetId overflow for classic WVM decryption 2016-01-06 20:18:42 +00:00
mpd Fix MPD validation problems 2016-01-05 13:50:32 -08:00
testing Get rid of svn dependencies 2015-10-16 20:11:20 +00:00
third_party Disable HAVE_STROPTS_H which is not available in CentOS 2015-11-17 19:55:32 +00:00
tools Add ignore file for TSan build 2015-11-13 18:57:54 +00:00
common.gypi Update code to resolve problems due to base updates. 2015-10-16 20:09:56 +00:00
packager.gyp Pull profiling dependency from Chromium 2015-12-29 17:14:02 -08:00