1. 3993b37 Update libjpeg-turbo to 2.0.0 by Leon Scroggins III · 6 years ago
  2. 0f4469c Oops. Include the tjPlane*() functions in the mapfile so that they are exposed in the shared library on ELF systems. by DRC · 10 years ago
  3. aecea38 Extend the TurboJPEG C API to support handling YUV images stored in separate image planes instead of a unified buffer by DRC · 10 years ago
  4. 34dca05 Implement a YUV decode function in the TurboJPEG API, to be symmetric with tjEncodeYUV(). by DRC · 10 years ago
  5. 910a357 Extend the TurboJPEG C API to support compressing JPEG images from YUV planar images by DRC · 11 years ago
  6. cd7c3e6 Add CMYK support to the TurboJPEG C API by DRC · 11 years ago
  7. f610d61 Extend the TurboJPEG C API to support generating YUV images with arbitrary padding and to support image scaling when decompressing to YUV by DRC · 11 years ago
  8. 9b49f0e Re-work TJBUFSIZE() to take into account the level of chrominance subsampling by DRC · 13 years ago
  9. 6b76f75 Add new API functions, tjAlloc() and tjFree(), which allow memory to be allocated and freed using a method of the library's choosing. At the moment, the primary purpose for this is to avoid allocating/freeing memory across the DLL boundary on Windows. by DRC · 13 years ago
  10. cb6205a Add new API functions to JNI mapfile as well by DRC · 13 years ago
  11. 9b28def Completely refactored the TurboJPEG C API so that it uses pixel formats instead of the clunky pixel size + flags combination to define the pixel size and component order. tjCompress2() and tjTransform() can also now grow the JPEG buffer as needed, which can allow programs to save memory by not pre-allocating the "worst-case" buffer size calculated by TJBUFSIZE(). Converted API documentation to Doxygen. There is no legacy code remaining, so the refactored version of the library has been re-licensed under a BSD-style license. by DRC · 13 years ago
  12. 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 · 13 years ago
  13. 890f1e0 Expose libjpeg lossless transform feature in TurboJPEG/OSS by DRC · 13 years ago
  14. 98a7bde Remove entry for tjScaledSize() by DRC · 13 years ago
  15. 89d1164 Include tjGetScaledSize() in version scripts by DRC · 13 years ago
  16. 8424160 Replace the TJ_YUV flag with two new API functions by DRC · 13 years ago
  17. 9fa9559 Use a proper version script for libturbojpeg by DRC · 13 years ago
  18. 4e8ae08 Add new functions to anonymous version script by DRC · 13 years ago
  19. b28fc57 Make the scaling API a bit more friendly by DRC · 13 years ago
  20. 8ed7b81 Added scaling API to TurboJPEG/OSS by DRC · 13 years ago
  21. 190d549 Include new tjDecompressHeader2() function by DRC · 13 years ago
  22. 6f8c668 Build TurboJPEG/OSS with a version script to prevent any non-global symbols from being accessible (this is to protect against potential namespace conflicts when preloading it into an application via VirtualGL.) by DRC · 14 years ago