shaka-packager/packager/media
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
..
base Fix AssetId overflow for classic WVM decryption 2016-01-06 20:18:42 +00:00
event VOD text support 2015-11-11 12:26:25 -08:00
file Added MemoryFile, a File type stored in memory. 2016-01-04 22:50:07 +00:00
filters Implement vp8 bit stream parser. 2015-12-30 21:40:10 +00:00
formats Implement SampleEncryption box parsing and generation 2016-01-05 01:56:06 +00:00
test Implement SampleEncryption box parsing and generation 2016-01-05 01:56:06 +00:00