1. 04def09 Use the same naming convention for the output files as the Java tests by DRC · 14 years ago
  2. a3f68b4 Handle 4:4:0 (transposed 4:2:2 subsampling) by DRC · 14 years ago
  3. 3c2d7f2 Move per-format flag assignments to the actual TurboJPEG function calls by DRC · 14 years ago
  4. 9977e28 Make the C version work more like the Java version by DRC · 14 years ago
  5. 45358dd Generate separate JPEG images for the YUV decode tests by DRC · 14 years ago
  6. da5220a Fix Windows build; Add grayscale tests to Windows build; Add proper implementation of snprintf on Windows and use snprintf() in TurboJPEG library and tests instead of sprintf() by DRC · 14 years ago
  7. b15b7df Use "bailout" label to be more consistent with other TurboJPEG C code by DRC · 14 years ago
  8. 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
  9. 7166bb7 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
  10. 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
  11. 0244061 Make Visual C++ happy by DRC · 14 years ago
  12. da58a91 Make Visual C++ happy by DRC · 14 years ago
  13. 1b1e886 "tjScaledSize"="tjGetScaledSize" by DRC · 14 years ago
  14. 88534c5 Add RGB --> Grayscale YUV decoding test by DRC · 14 years ago
  15. 3484e0b Add RGB-->Grayscale YUV decode test by DRC · 14 years ago
  16. d5a69af Fix the buffer size regression test so that it generates the intended pixel patterns by DRC · 14 years ago
  17. 8424160 Replace the TJ_YUV flag with two new API functions by DRC · 14 years ago
  18. eeab695 Replace the TJ_YUV flag with two new API functions, and add TJBUFSIZEYUV() from trunk by DRC · 14 years ago
  19. 3bad53f More JNI cleanup + added unit test and fixed bugs uncovered by it by DRC · 14 years ago
  20. 2ca3eb5 Oops. dumpbuf() was displaying only red components. by DRC · 14 years ago
  21. cce6b43 Oops. dumpbuf() was displaying only red components. by DRC · 14 years ago
  22. 7ffa0c8 Oops. dumpbuf() was displaying only red components. by DRC · 14 years ago
  23. 404e82e Test all YUV decode paths by DRC · 14 years ago
  24. 601a433 Test all YUV decode paths by DRC · 14 years ago
  25. b28fc57 Make the scaling API a bit more friendly by DRC · 14 years ago
  26. f3cf973 Add TJBUFSIZEYUV() convenience function by DRC · 14 years ago
  27. 035aac4 RGBA=RGBX, BGRA=BGRX, ABGR=XBGR, ARGB=XRGB by DRC · 14 years ago
  28. b4b3140 RGBA=RGBX, BGRA=BGRX, ABGR=XBGR, ARGB=XRGB by DRC · 14 years ago
  29. 8ed7b81 Added scaling API to TurboJPEG/OSS by DRC · 14 years ago
  30. cfef7f1 Ensure that the exit status of the program indicates failure if one of the pixel value checks fails by DRC · 14 years ago
  31. 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
  32. 9e17f7d Provide TJ_YUV option for tjDecompress() as well by DRC · 14 years ago
  33. fbb6747 Merge the TurboJPEG planar YUV encoding feature from VirtualGL 2.2 by DRC · 14 years ago
  34. 09854f5 Grayscale bitmap support in TurboJPEG/OSS by DRC · 14 years ago
  35. ea19788 dumpbuf() should have void return type by DRC · 15 years ago
  36. 65d05c1 Exit with non-zero status if an error is encountered by DRC · 15 years ago
  37. 61e51f9 Test fast upsampling "4:1:1 = 4:2:0" by DRC · 16 years ago
  38. 2e7b76b Include low-level unit tests borrowed from VirtualGL by DRC · 16 years ago