media/library
Lei YU a9b2120fc9 Fix an issue in BitArray.readUnsignedByte() returns incorrect value when bitOffset is not zero and data[byteOffset + 1] starts with bit 1.
This is caused by signed right shift, the fix is simply to make it unsigned right shift.
2015-01-23 16:44:23 +08:00
..
doc/images Bring internal/external branches closer. 2014-11-19 15:58:26 +00:00
src/main Fix an issue in BitArray.readUnsignedByte() returns incorrect value when bitOffset is not zero and data[byteOffset + 1] starts with bit 1. 2015-01-23 16:44:23 +08:00
build.gradle Include gradle plugin 1.0.0 2014-12-22 10:34:46 +08:00