1. aa769fe Fix compiler warnings under Visual C++ by DRC · 9 years ago
  2. 1e32fe3 Replace INT32 with a new internal datatype (JLONG) by DRC · 9 years ago
  3. 7e3acc0 Rename README, LICENSE, BUILDING text files by DRC · 9 years ago
  4. 72a3cc0 Fix issues with RGB565 color conversion on big endian machines. The RGB565 routines are now abstracted in a separate file, with separate little-endian and big-endian versions defined at compile time through the use of macros (this is similar to how the colorspace extension routines work.) This allows big-endian machines to take advantage of the same performance optimizations as little-endian machines, and it retains the performance on little-endian machines, since the conditional branch for endianness is at a very coarse-grained level. by DRC · 10 years ago