1. b28fc57 Make the scaling API a bit more friendly by DRC · 14 years ago
  2. f3cf973 Add TJBUFSIZEYUV() convenience function by DRC · 14 years ago
  3. 8ed7b81 Added scaling API to TurboJPEG/OSS by DRC · 14 years ago
  4. 91e86ba Ensure that YUV temp buffers get properly freed if a failure occurs by DRC · 14 years ago
  5. 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
  6. 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
  7. 5742307 Eliminate all of the __memalign() mess and just handle the alignment ourselves by DRC · 14 years ago
  8. 2a2e451 Ensure temp. buffers for YUV output are 16-byte aligned on 32-bit Windows by DRC · 14 years ago
  9. 1fe80f8 Added extended tjDecompressHeader() function which can determine the type of subsampling used in the JPEG image by DRC · 14 years ago
  10. a6f4fca Fix various memory corruption issues in the new JPEG->YUV feature by DRC · 14 years ago
  11. 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
  12. 9e17f7d Provide TJ_YUV option for tjDecompress() as well by DRC · 14 years ago
  13. fbb6747 Merge the TurboJPEG planar YUV encoding feature from VirtualGL 2.2 by DRC · 14 years ago
  14. 09854f5 Grayscale bitmap support in TurboJPEG/OSS by DRC · 14 years ago
  15. efa4ddc Space = Tab by DRC · 14 years ago
  16. 0489909 Bleepin' Windows uses LLP64, not LP64 by DRC · 15 years ago
  17. 0c6a271 Make TJ_FORCE* options work correctly by DRC · 15 years ago
  18. 61e51f9 Test fast upsampling "4:1:1 = 4:2:0" by DRC · 15 years ago
  19. 2e7b76b Include low-level unit tests borrowed from VirtualGL by DRC · 15 years ago