1. aba7ced Oops. Forgot to implement access method for the colorspace & extend TJBench by DRC · 11 years ago
  2. b2c4745 Wordsmithing by DRC · 11 years ago
  3. 38cb1ec Add CMYK support to the TurboJPEG Java API & clean up a few things in the C API by DRC · 11 years ago
  4. fef9852 Extend the TurboJPEG Java API to support generating YUV images with arbitrary padding and to support image scaling when decompressing to YUV by DRC · 11 years ago
  5. bb9e147 Fix backward compatibility between the Java classes and the 1.2.x JNI library (as long as the 1.3 Java features are not used.) by DRC · 11 years ago
  6. 1d29c5f Correct misuse of the word "pitch" + more code formatting tweaks by DRC · 11 years ago
  7. 67bee86 Code formatting tweaks by DRC · 11 years ago
  8. 65d4a46 Java doc tweaks by DRC · 11 years ago
  9. f659f43 Add x, y parameters to TJDecompressor so that it can be used to decompress to an arbitrary position in the destination image (TurboVNC needs this.) by DRC · 12 years ago
  10. 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
  11. 80803ae "which"="that" by DRC · 13 years ago
  12. 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
  13. 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
  14. 1f014c3 Fix compression from/decompression to TYPE_INT_{RGB|BGR} BufferedImages on big endian platforms by DRC · 14 years ago
  15. 2c74e51 More Java API cleanup by DRC · 14 years ago
  16. 92549de Java code cleanup + Java docs by DRC · 14 years ago
  17. 3133441 Add access methods for getting at the JPEG buffer by DRC · 14 years ago
  18. e857301 Implement lossless cropping interface in Java by DRC · 14 years ago
  19. f7f3ea4 Use consistent formatting conventions by DRC · 14 years ago
  20. 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
  21. 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
  22. b605cac Check for invalid subsampling factor by DRC · 14 years ago
  23. 84a1bcc Support for compressing from/decompressing to a BufferedImage in the Java wrapper by DRC · 14 years ago
  24. 3bad53f More JNI cleanup + added unit test and fixed bugs uncovered by it by DRC · 14 years ago
  25. 36336fc Streamline Java wrapper by DRC · 14 years ago
  26. b28fc57 Make the scaling API a bit more friendly by DRC · 14 years ago
  27. e1303ef Expose TurboJPEG scaling features in Java wrapper by DRC · 14 years ago
  28. c5a4199 Restructure Java classes into their own package by DRC · 14 years ago[Renamed (61%) from java/TurboJPEG.java]
  29. 2413cb8 Use Java capitalization conventions by DRC · 14 years ago[Renamed (79%) from java/turbojpeg.java]
  30. f8e0055 Add JNI wrapper for TurboJPEG/OSS by DRC · 14 years ago