1. 2ab5ea6 Add the ability to benchmark YCCK JPEG compression/decompression. This is particularly useful since that is the only way to test the performance of the "plain" upsampling routines, which are accelerated on some platforms. by DRC · 10 years ago
  2. 1a45b81 Remove trailing spaces (+ one additional tab in TJUnitTest.java that was missed in the previous commit) by DRC · 10 years ago
  3. df42b3c Whitespace tweaks by DRC · 10 years ago
  4. 8e11a05 Make sure we don't call jpeg_destroy_[de]compress() on an uninitialized struct, as bad mojo can ensue. by DRC · 13 years ago
  5. 296c71b MinGW seems to barf unless jinclude.h is included before jpeglib.h by DRC · 13 years ago
  6. 4348464 Fix build on Windows by DRC · 13 years ago
  7. 0fc884a Completely refactor BMP library so that it takes advantage of the existing BMP and PPM load/save routines in libjpeg by DRC · 13 years ago
  8. 2e7b76b Include low-level unit tests borrowed from VirtualGL by DRC · 15 years ago