1. bb0e0b5 Add TJTransformer JNI functions to mapfile by DRC · 13 years ago
  2. 20ec358 Add getScalingFactors() method to libturbojpeg version script by DRC · 14 years ago
  3. 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
  4. 890f1e0 Expose libjpeg lossless transform feature in TurboJPEG/OSS by DRC · 14 years ago
  5. 98a7bde Remove entry for tjScaledSize() by DRC · 14 years ago
  6. 89d1164 Include tjGetScaledSize() in version scripts by DRC · 14 years ago
  7. 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
  8. 8424160 Replace the TJ_YUV flag with two new API functions by DRC · 14 years ago
  9. 9fa9559 Use a proper version script for libturbojpeg by DRC · 14 years ago
  10. 84a1bcc Support for compressing from/decompressing to a BufferedImage in the Java wrapper by DRC · 14 years ago
  11. 36336fc Streamline Java wrapper by DRC · 14 years ago
  12. 4e8ae08 Add new functions to anonymous version script by DRC · 14 years ago
  13. b28fc57 Make the scaling API a bit more friendly by DRC · 14 years ago
  14. e1303ef Expose TurboJPEG scaling features in Java wrapper by DRC · 14 years ago
  15. c5a4199 Restructure Java classes into their own package by DRC · 14 years ago
  16. 2413cb8 Use Java capitalization conventions by DRC · 14 years ago
  17. f8e0055 Add JNI wrapper for TurboJPEG/OSS by DRC · 14 years ago