1. fd3aba3 Added flags to the TurboJPEG API that allow the caller to force the use of either the fast or the accurate DCT/IDCT algorithms in the underlying codec. by DRC · 12 years ago
  2. 67ce3b2 Added new alpha channel colorspace constants/pixel formats, so applications can specify that they need the unused byte in a 4-component RGB output buffer set to 0xFF when decompressing. by DRC · 13 years ago
  3. 80803ae "which"="that" by DRC · 13 years ago
  4. f546711 Implement custom filter callback in Java by DRC · 13 years ago
  5. c08e8c1 When decompressing to a 4-byte RGB buffer, set the unused byte to 0xFF so it can be interpreted as an opaque alpha channel. by DRC · 13 years ago
  6. 9b49f0e Re-work TJBUFSIZE() to take into account the level of chrominance subsampling by DRC · 13 years ago
  7. 848f225 Oops. Constructor should actually do something. by DRC · 14 years ago
  8. 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 · 14 years ago
  9. 86e51f2 Fix compiler warning with OpenJDK by DRC · 14 years ago
  10. 1f014c3 Fix compression from/decompression to TYPE_INT_{RGB|BGR} BufferedImages on big endian platforms by DRC · 14 years ago
  11. 2c74e51 More Java API cleanup by DRC · 14 years ago
  12. 92549de Java code cleanup + Java docs by DRC · 14 years ago
  13. 6bd084a Oops. Forgot to add TJTransform class by DRC · 14 years ago
  14. 3133441 Add access methods for getting at the JPEG buffer by DRC · 14 years ago
  15. d0a8136 Handle 4:4:0 (transposed 4:2:2 subsampling) by DRC · 14 years ago
  16. e857301 Implement lossless cropping interface in Java by DRC · 14 years ago
  17. ad05754 Methods of a final class are automatically final by DRC · 14 years ago
  18. f7f3ea4 Use consistent formatting conventions by DRC · 14 years ago
  19. 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
  20. 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
  21. b605cac Check for invalid subsampling factor by DRC · 14 years ago
  22. 84a1bcc Support for compressing from/decompressing to a BufferedImage in the Java wrapper by DRC · 14 years ago
  23. 3bad53f More JNI cleanup + added unit test and fixed bugs uncovered by it by DRC · 14 years ago
  24. 36336fc Streamline Java wrapper by DRC · 14 years ago
  25. b28fc57 Make the scaling API a bit more friendly by DRC · 14 years ago
  26. e1303ef Expose TurboJPEG scaling features in Java wrapper by DRC · 14 years ago
  27. c5a4199 Restructure Java classes into their own package by DRC · 14 years ago