1. b2f9415 Slight refactor to put ScalingFactor into its own class (mainly because the $ in the class name was wreaking havoc on the build scripts, but also to add a few convenience methods to it) and to create a separate loader class so we can provide a .jar file with the MinGW distribution that loads the correct DLL by DRC · 13 years ago
  2. 92549de Java code cleanup + Java docs by DRC · 13 years ago
  3. 23da0c0 On Windows, long is 32-bit, so use jlong instead by DRC · 13 years ago
  4. e857301 Implement lossless cropping interface in Java by DRC · 13 years ago
  5. e6ab539 Fix compiler warnings in Visual C++ by DRC · 14 years ago
  6. 6acf52b Perform size checks on arrays by DRC · 14 years ago
  7. 109a578 tjGetScaledSize() would never be able to accommodate scaling factors > 1, so replace it with a function that returns a list of fractional scaling factors that TurboJPEG supports. by DRC · 14 years ago
  8. 1a3dbe6 Unused variables by DRC · 14 years ago
  9. 1b1e886 "tjScaledSize"="tjGetScaledSize" by DRC · 14 years ago
  10. 4f1580c Implement YUV encode/decode methods at the Java level; Remove some of the arguments from the Java API and replace with get/set methods; General API cleanup; Fix BufferedImage grayscale tests in TJUnitTest by DRC · 14 years ago
  11. 84a1bcc Support for compressing from/decompressing to a BufferedImage in the Java wrapper by DRC · 14 years ago
  12. 3bad53f More JNI cleanup + added unit test and fixed bugs uncovered by it by DRC · 14 years ago
  13. 36336fc Streamline Java wrapper by DRC · 14 years ago
  14. b28fc57 Make the scaling API a bit more friendly by DRC · 14 years ago
  15. e1303ef Expose TurboJPEG scaling features in Java wrapper by DRC · 14 years ago
  16. c5a4199 Restructure Java classes into their own package by DRC · 14 years ago
  17. 2413cb8 Use Java capitalization conventions by DRC · 14 years ago
  18. 9af1aed Eliminate compiler warnings in Sun Studio by DRC · 14 years ago
  19. 5ccb982 JNI interface changed for TJ class, since it only has static methods now by DRC · 14 years ago
  20. f8e0055 Add JNI wrapper for TurboJPEG/OSS by DRC · 14 years ago