1. 8ed7b81 Added scaling API to TurboJPEG/OSS by DRC · 14 years ago
  2. 91e86ba Ensure that YUV temp buffers get properly freed if a failure occurs by DRC · 14 years ago
  3. 2d94e26 The fast integer DCT degrades for qualities > 95, so use the slow integer DCT instead to ensure that perceptually lossless performance is maintained. by DRC · 14 years ago
  4. e1716b8 The fast integer DCT degrades for qualities > 95, so use the slow integer DCT instead to ensure that perceptually lossless performance is maintained. by DRC · 14 years ago
  5. 5742307 Eliminate all of the __memalign() mess and just handle the alignment ourselves by DRC · 14 years ago
  6. 2a2e451 Ensure temp. buffers for YUV output are 16-byte aligned on 32-bit Windows by DRC · 14 years ago
  7. 1fe80f8 Added extended tjDecompressHeader() function which can determine the type of subsampling used in the JPEG image by DRC · 14 years ago
  8. a6f4fca Fix various memory corruption issues in the new JPEG->YUV feature by DRC · 14 years ago
  9. f9cf5c7 If the output width/height are not an even number of MCU's, then use an intermediate buffer to ensure that the output format is XVideo-compatible by DRC · 14 years ago
  10. 9e17f7d Provide TJ_YUV option for tjDecompress() as well by DRC · 14 years ago
  11. fbb6747 Merge the TurboJPEG planar YUV encoding feature from VirtualGL 2.2 by DRC · 14 years ago
  12. 09854f5 Grayscale bitmap support in TurboJPEG/OSS by DRC · 14 years ago
  13. efa4ddc Space = Tab by DRC · 14 years ago
  14. 0489909 Bleepin' Windows uses LLP64, not LP64 by DRC · 15 years ago
  15. 0c6a271 Make TJ_FORCE* options work correctly by DRC · 15 years ago
  16. 61e51f9 Test fast upsampling "4:1:1 = 4:2:0" by DRC · 16 years ago
  17. 2e7b76b Include low-level unit tests borrowed from VirtualGL by DRC · 16 years ago