1. 6ee5459 Don't call jpeg_finish_compress() with YUV output, because it tries to insert an EOI marker right in the middle of our image data. by DRC · 14 years ago
  2. da58a91 Make Visual C++ happy by DRC · 14 years ago
  3. 3484e0b Add RGB-->Grayscale YUV decode test by DRC · 14 years ago
  4. d5a69af Fix the buffer size regression test so that it generates the intended pixel patterns by DRC · 14 years ago
  5. eeab695 Replace the TJ_YUV flag with two new API functions, and add TJBUFSIZEYUV() from trunk by DRC · 14 years ago
  6. 2ca3eb5 Oops. dumpbuf() was displaying only red components. by DRC · 14 years ago
  7. cce6b43 Oops. dumpbuf() was displaying only red components. by DRC · 14 years ago
  8. 404e82e Test all YUV decode paths by DRC · 14 years ago
  9. b4b3140 RGBA=RGBX, BGRA=BGRX, ABGR=XBGR, ARGB=XRGB by DRC · 14 years ago
  10. cfef7f1 Ensure that the exit status of the program indicates failure if one of the pixel value checks fails 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. ea19788 dumpbuf() should have void return type by DRC · 15 years ago
  16. 65d05c1 Exit with non-zero status if an error is encountered by DRC · 15 years ago
  17. 61e51f9 Test fast upsampling "4:1:1 = 4:2:0" by DRC · 16 years ago
  18. 2e7b76b Include low-level unit tests borrowed from VirtualGL by DRC · 16 years ago