1. 36336fc Streamline Java wrapper by DRC · 14 years ago
  2. 4e8ae08 Add new functions to anonymous version script by DRC · 14 years ago
  3. b28fc57 Make the scaling API a bit more friendly by DRC · 14 years ago
  4. 45bd1f2 "TurboJPEG/OSS"="TurboJPEG", since the TurboJPEG header is used with other codecs besides libjpeg-turbo by DRC · 14 years ago
  5. 7d9d434 "TurboJPEG/OSS"="TurboJPEG", since the TurboJPEG header is used with other codecs besides libjpeg-turbo by DRC · 14 years ago
  6. f3cf973 Add TJBUFSIZEYUV() convenience function by DRC · 14 years ago
  7. 035aac4 RGBA=RGBX, BGRA=BGRX, ABGR=XBGR, ARGB=XRGB by DRC · 14 years ago
  8. b67c2dc Implement "ultra quiet mode" for generating output that is easy to copy/paste into a spreadsheet by DRC · 14 years ago
  9. c4c3049 Wordsmithing by DRC · 14 years ago
  10. 9cd2c42 Include jpgtest in Unix/Linux distribution packages by DRC · 14 years ago
  11. c62cc76 Include libjpeg run-time programs and jpgtest in installer; Move documentation in SDK distribution packages into doc\ subdirectory by DRC · 14 years ago
  12. 52c479d Disable CXX compiler check by DRC · 14 years ago
  13. b4b3140 RGBA=RGBX, BGRA=BGRX, ABGR=XBGR, ARGB=XRGB by DRC · 14 years ago
  14. 2a28599 Implement "ultra quiet mode" for generating output that is easy to copy/paste into a spreadsheet by DRC · 14 years ago
  15. 3e87c8b Wordsmithing by DRC · 14 years ago
  16. db8df01 by DRC · 14 years ago
  17. 240d82f Include jpgtest in Unix/Linux distribution packages by DRC · 14 years ago
  18. 8569c2f Include libjpeg run-time programs and jpgtest in installer; Move documentation in SDK distribution packages into doc\ subdirectory by DRC · 14 years ago
  19. 5d6f858 Disable CXX compiler check by DRC · 14 years ago
  20. 0df25a7 Wordsmithed the project description by DRC · 14 years ago
  21. 2ddcc63 Distribute high-quality and grayscale test images by DRC · 14 years ago
  22. f3281e8 Oops. We still had the description left over from VirtualGL by DRC · 14 years ago
  23. 0d2d965 Wordsmithed the project description by DRC · 14 years ago
  24. 16e761e Include high-quality test image in distribution by DRC · 14 years ago
  25. 69e1544 1.1.0 by DRC · 14 years ago
  26. da509e3 New C version of jpgtest needs libm by DRC · 14 years ago
  27. 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 · 14 years ago
  28. 4db36eb Add high-quality JPEG tests to CMake build system by DRC · 14 years ago
  29. 0700eab Various doc tweaks by DRC · 14 years ago
  30. a49c4e5 The SIMD quantization algorithm does not produce correct results with the fast forward integer DCT and JPEG qualities >= 98, so for now, use the non-SIMD quantization function under those circumstances. by DRC · 14 years ago
  31. 392e048 Updated (C) by DRC · 14 years ago
  32. c866633 SIMD-accelerated RGB-to-Grayscale color conversion by DRC · 14 years ago
  33. 23ce65d Updated (C) by DRC · 14 years ago
  34. 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 · 14 years ago
  35. c4ef01f Add high-quality JPEG tests to CMake by DRC · 14 years ago
  36. ab4db65 Various documentation tweaks by DRC · 14 years ago
  37. f0a5ba7 "integer forward DCT", not "forward integer DCT" by DRC · 14 years ago
  38. 7c1df0a Performance pitfalls by DRC · 14 years ago
  39. bb4465f by DRC · 14 years ago
  40. 72abc29 The SIMD quantization algorithm does not produce correct results with the fast forward integer DCT and JPEG qualities >= 98, so for now, use the non-SIMD quantization function under those circumstances. by DRC · 14 years ago
  41. fc1970a Fix typo that was causing visual artifacts in grayscale JPEGs by DRC · 14 years ago
  42. e2f3718 Fix typo that was causing visual artifacts in grayscale JPEGs by DRC · 14 years ago
  43. e1303ef Expose TurboJPEG scaling features in Java wrapper by DRC · 14 years ago
  44. 942029f Print scaled image size when performing verbose decompression test by DRC · 14 years ago
  45. 4a3322d Fix seg fault by DRC · 14 years ago
  46. dae3ee9 Test scaled decompression feature in TurboJPEG by DRC · 14 years ago
  47. dbf8003 Not using Intel codec anymore by DRC · 14 years ago
  48. bc507f6 Use same naming scheme for output files as v1.1 by DRC · 14 years ago
  49. 72b0f2b General code cleanup by DRC · 14 years ago
  50. 993bf0e General code cleanup by DRC · 14 years ago
  51. 8ed7b81 Added scaling API to TurboJPEG/OSS by DRC · 14 years ago
  52. 8254df1 Document that pitch=0 == pitch=width*pixelsize by DRC · 14 years ago
  53. e9cf55c Ensure that YUV temp buffers get properly freed if a failure occurs by DRC · 14 years ago
  54. 91e86ba Ensure that YUV temp buffers get properly freed if a failure occurs by DRC · 14 years ago
  55. f98553b Ensure that the exit status of the program indicates failure if one of the pixel value checks fails by DRC · 14 years ago
  56. cfef7f1 Ensure that the exit status of the program indicates failure if one of the pixel value checks fails by DRC · 14 years ago
  57. b306607 Ported jpgtest.cxx to pure C to avoid the need for a C++ compiler by DRC · 14 years ago
  58. b8cc52b Ported jpgtest.cxx to pure C to avoid the need for a C++ compiler by DRC · 14 years ago
  59. e27124a by DRC · 14 years ago
  60. c5a4199 Restructure Java classes into their own package by DRC · 14 years ago
  61. 2413cb8 Use Java capitalization conventions by DRC · 14 years ago
  62. 2e4e0c0 New C version of jpgtest needs libm by DRC · 14 years ago
  63. 2e4d044 Ported jpgtest.cxx to pure C to avoid the need for a C++ compiler by DRC · 14 years ago
  64. a3c3059 Ported jpgtest.cxx to pure C to avoid the need for a C++ compiler by DRC · 14 years ago
  65. 8b38f49 by DRC · 14 years ago
  66. 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 · 14 years ago
  67. d00dea3 Update (C) message by DRC · 14 years ago
  68. 0caa0b4 1.1.90 by DRC · 14 years ago
  69. 207a03b Add java/ to dist by DRC · 14 years ago
  70. 1b0c3b0 Propagate --with-jni down to RPM SPEC by DRC · 14 years ago
  71. 1421a26 Don't set BUILDJNILIB=1 or default JAVA_CFLAGS unless --with-jni is specified by DRC · 14 years ago
  72. 218c0c1 Build JNI wrapper on Windows by DRC · 14 years ago
  73. f2214c2 by DRC · 14 years ago
  74. ed6526f by DRC · 14 years ago
  75. 25c5870 OS X Tiger requires that JNI libraries have the extension .jnilib, so create a sym link to make it happy by DRC · 14 years ago
  76. 285bbef by DRC · 14 years ago
  77. 063ab49 Detect jni.h; Provide mechanism for adding include paths necessary to find it; Set intelligent defaults for Linux/Mac/Solaris by DRC · 14 years ago
  78. 9af1aed Eliminate compiler warnings in Sun Studio by DRC · 14 years ago
  79. 5ccb982 JNI interface changed for TJ class, since it only has static methods now by DRC · 14 years ago
  80. de3c861 1.1.90 by DRC · 14 years ago
  81. f8e0055 Add JNI wrapper for TurboJPEG/OSS by DRC · 14 years ago
  82. 353477f Oops. Committed debugging code by DRC · 14 years ago
  83. af1ca9b Clarify that the C wrappers and headers fall under the same license as the rest of the SIMD code by DRC · 14 years ago
  84. daae6d9 Clarify that the C wrappers and headers fall under the same license as the rest of the SIMD code by DRC · 14 years ago
  85. 958b2c0 by DRC · 14 years ago
  86. 4a1c2d9 by DRC · 14 years ago
  87. 9dcb1af by DRC · 14 years ago
  88. c4bce48 by DRC · 14 years ago
  89. b52e733 by DRC · 14 years ago
  90. a4efd4e Create 1.1.x branch by DRC · 14 years ago
  91. fa1d183 Further protect against invalid Huffman codes by DRC · 14 years ago
  92. 79778f6 1.0.2 by DRC · 14 years ago
  93. a432ff4 Create 1.0.x branch by DRC · 14 years ago
  94. 2d94e26 The fast integer DCT degrades for qualities > 95, so use the slow integer DCT instead to ensure that perceptually lossless performance is maintained. by DRC · 14 years ago
  95. e1716b8 The fast integer DCT degrades for qualities > 95, so use the slow integer DCT instead to ensure that perceptually lossless performance is maintained. by DRC · 14 years ago
  96. 01e6909 Clarifications by DRC · 14 years ago
  97. 5742307 Eliminate all of the __memalign() mess and just handle the alignment ourselves by DRC · 14 years ago
  98. 2a2e451 Ensure temp. buffers for YUV output are 16-byte aligned on 32-bit Windows by DRC · 14 years ago
  99. 990e28d Make arithmetic coding support status messages more clear by DRC · 14 years ago
  100. 49aedf4 Further protect against invalid Huffman codes by DRC · 14 years ago