1. 0af8d67 Add tests for the additional scaling factors by DRC · 12 years ago
  2. 7ab0364 Move test images into their own subdirectory by DRC · 12 years ago
  3. bf0bdac Bump version to 1.2.80 (1.3 alpha1) to prepare for receiving new features by DRC · 12 years ago
  4. b56ae3d 1.2.0 by DRC · 13 years ago
  5. 4ad6003 Always link tjbench against jpeg-static instead of the JPEG DLL, since we are only using libjpeg for bitmap I/O by DRC · 13 years ago
  6. 418dbdf turbojpegl.c=turbojpeg.c by DRC · 13 years ago
  7. e9f9ec4 jpegtran on Windows needs the same fix as cjpeg and djpeg to eliminate errors when I/O redirection is used. by DRC · 13 years ago
  8. 7e3fd2f jpegtran on Windows needs the same fix as cjpeg and djpeg to eliminate errors when I/O redirection is used. by DRC · 13 years ago
  9. 3185cb9 "jpegut"="tjunittest" & "jpgtest"="tjbench" by DRC · 13 years ago
  10. 4348464 Fix build on Windows by DRC · 13 years ago
  11. 9b28def Completely refactored the TurboJPEG C API so that it uses pixel formats instead of the clunky pixel size + flags combination to define the pixel size and component order. tjCompress2() and tjTransform() can also now grow the JPEG buffer as needed, which can allow programs to save memory by not pre-allocating the "worst-case" buffer size calculated by TJBUFSIZE(). Converted API documentation to Doxygen. There is no legacy code remaining, so the refactored version of the library has been re-licensed under a BSD-style license. by DRC · 13 years ago
  12. fd62eca Fix I/O redirection in cjpeg and djpeg on Windows by DRC · 13 years ago
  13. 5ee81f4 Fix I/O redirection in cjpeg and djpeg on Windows by DRC · 13 years ago
  14. 4852d28 Add more comprehensive tests for IDCT scaling by DRC · 13 years ago
  15. ddcd5a1 Use option() to handle configuration variables, so they will show up in the CMake GUI by DRC · 13 years ago
  16. 98b8529 Use option() to handle configuration variables, so they will show up in the CMake GUI by DRC · 13 years ago
  17. 926e01f Attempt to make build work with Visual Studio 2010 (still doesn't work if SIMD or Java are enabled-- see bug tracker) by DRC · 13 years ago
  18. b05ebcb Attempt to make build work with Visual Studio 2010 (still doesn't work if SIMD or Java are enabled-- see bug tracker) by DRC · 13 years ago
  19. 2ffcb8e Comment code by DRC · 13 years ago
  20. db42506 Allow customization of Java compiler flags by DRC · 13 years ago
  21. a0f878a Add testclean target for cleaning up test images by DRC · 13 years ago
  22. 957d623 Include TurboJPEG/OSS Java wrapper JAR in Windows distribution packages by DRC · 13 years ago
  23. b94f2de Clean up packaging system by DRC · 13 years ago
  24. 1c87e45 We want to keep the same name for the install directory, even though the installer name has changed by DRC · 13 years ago
  25. 95db4f4 Clean up packaging system by DRC · 13 years ago
  26. 1a79ede 1.1.1 by DRC · 13 years ago
  27. 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 · 13 years ago
  28. c62cc76 Include libjpeg run-time programs and jpgtest in installer; Move documentation in SDK distribution packages into doc\ subdirectory by DRC · 13 years ago
  29. 52c479d Disable CXX compiler check by DRC · 13 years ago
  30. 8569c2f Include libjpeg run-time programs and jpgtest in installer; Move documentation in SDK distribution packages into doc\ subdirectory by DRC · 13 years ago
  31. 5d6f858 Disable CXX compiler check by DRC · 13 years ago
  32. 69e1544 1.1.0 by DRC · 13 years ago
  33. 9af4077 The API/ABI should be described as "libjpeg v8", not "libjpeg v8b", since there are multiple libjpeg releases with the same interface by DRC · 13 years ago
  34. 4db36eb Add high-quality JPEG tests to CMake build system by DRC · 13 years ago
  35. f38eee0 The API/ABI should be described as "libjpeg v8", not "libjpeg v8b", since there are multiple libjpeg releases with the same interface by DRC · 13 years ago
  36. c4ef01f Add high-quality JPEG tests to CMake by DRC · 13 years ago
  37. 2e4d044 Ported jpgtest.cxx to pure C to avoid the need for a C++ compiler by DRC · 13 years ago
  38. a3c3059 Ported jpgtest.cxx to pure C to avoid the need for a C++ compiler by DRC · 13 years ago
  39. 389c472 JNI expects symbols to either have both an underscore and an @ suffix or to have neither, so since MinGW doesn't add an underscore, we need to disable the suffix as well by DRC · 13 years ago
  40. 0caa0b4 1.1.90 by DRC · 13 years ago
  41. 218c0c1 Build JNI wrapper on Windows by DRC · 13 years ago
  42. 990e28d Make arithmetic coding support status messages more clear by DRC · 14 years ago
  43. fbb6747 Merge the TurboJPEG planar YUV encoding feature from VirtualGL 2.2 by DRC · 14 years ago
  44. 245cfdf Allow arithmetic encoding/decoding to be disabled in CMake build by DRC · 14 years ago
  45. 66f97e6 Support arithmetic encoding and decoding by DRC · 14 years ago
  46. 3a60624 1.0.90 (1.1 beta1) by DRC · 14 years ago
  47. b42a48c Use built-in cmake compare_files function rather than GNU cmp (which isn't natively available on Windows) by DRC · 14 years ago
  48. e2befde Install headers as well by DRC · 14 years ago
  49. 7284c9a Allow installation from the build system (without needing to build an installer) by DRC · 14 years ago
  50. 6f4ba61 Eliminate redundant dependency statement; Notify user when SIMD is disabled by DRC · 14 years ago
  51. 2c0a4e1 Integrate installer build into CMake build system by DRC · 14 years ago
  52. 378da4d Print error message if trying to do a native Unix build by DRC · 14 years ago
  53. a9d5b25 Set version information for DLL's by DRC · 14 years ago
  54. eb2b9d6 Echo version and build by DRC · 14 years ago
  55. 8469703 First pass at a CMake build system by DRC · 14 years ago