1. 087ec12 tjbenchtest: Test new TurboJPEG progressive flag by DRC · 7 years ago
  2. cd8a125 Build: Fix 'tjtest' target on Windows by DRC · 7 years ago
  3. 4893e5d Merge branch 'master' into dev by DRC · 7 years ago
  4. 78e97e3 Uniquify tjbenchtest log file names based on args by DRC · 7 years ago
  5. 952191d Build: Fix issues when building as a Git submodule by DRC · 8 years ago
  6. 6abd391 Unified CMake-based build system by DRC · 8 years ago
  7. d92949b Run the TurboJPEG conformance tests out of a directory in /tmp (for improved performance, if the source directory is on a remote file share.) Fix an issue in TJBench.java that prevented it from working properly if the source image resided in a directory with a dot in the name. by DRC · 10 years ago
  8. 1a45b81 Remove trailing spaces (+ one additional tab in TJUnitTest.java that was missed in the previous commit) by DRC · 10 years ago
  9. 7a6ed07 Extend YUVImage class to allow reuse of the same buffer with different metadata; port TJBench changes that treat YUV encoding/decoding as an intermediate step of the JPEG compression/decompression pipeline rather than a separate test case; add YUV encode/decode tests to the Java version of tjbenchtest by DRC · 10 years ago
  10. fac3bea Add a Java version of TJBench and extend the TurboJPEG Java API to support it (this involved adding a polymorphic method in TJCompressor that accepts x and y offsets into a larger buffer, similar to the previous modification that had been done to TJDecompressor.) by DRC · 12 years ago