1. f7f3ea4 Use consistent formatting conventions by DRC · 13 years ago
  2. 20ec358 Add getScalingFactors() method to libturbojpeg version script by DRC · 13 years ago
  3. 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 · 13 years ago
  4. 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 · 13 years ago
  5. 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 · 13 years ago
  6. 438affe by DRC · 13 years ago
  7. 1a3dbe6 Unused variables by DRC · 13 years ago
  8. 23f2bba Improve performance a bit for the non-SIMD case by DRC · 13 years ago
  9. 5a9d6c3 Improve performance a bit for the non-SIMD case by DRC · 13 years ago
  10. 66df5ec Oops. cconvert is still needed for 12-bit samples by DRC · 13 years ago
  11. ddb158c Add short names for RGB->grayscale MMX functions by DRC · 13 years ago
  12. 07122dd Change filename in header by DRC · 13 years ago
  13. 0244061 Make Visual C++ happy by DRC · 13 years ago
  14. da58a91 Make Visual C++ happy by DRC · 13 years ago
  15. 890f1e0 Expose libjpeg lossless transform feature in TurboJPEG/OSS by DRC · 13 years ago
  16. 17ac372 Fix compiler warnings by DRC · 13 years ago
  17. 5d1e034 Enable full GCC compiler warnings by default by DRC · 13 years ago
  18. 0769f50 Fix compiler warnings by DRC · 13 years ago
  19. b4a50ce Enable full GCC compiler warnings by default by DRC · 13 years ago
  20. 992611b "tjScaledSize"="tjGetScaledSize" (again) by DRC · 13 years ago
  21. 98a7bde Remove entry for tjScaledSize() by DRC · 13 years ago
  22. 89d1164 Include tjGetScaledSize() in version scripts by DRC · 13 years ago
  23. 1b1e886 "tjScaledSize"="tjGetScaledSize" by DRC · 13 years ago
  24. 361a637 Fix uninitialized variables by DRC · 13 years ago
  25. 88534c5 Add RGB --> Grayscale YUV decoding test by DRC · 13 years ago
  26. 3484e0b Add RGB-->Grayscale YUV decode test by DRC · 13 years ago
  27. e4d9b5b by DRC · 13 years ago
  28. 4f1580c Implement YUV encode/decode methods at the Java level; Remove some of the arguments from the Java API and replace with get/set methods; General API cleanup; Fix BufferedImage grayscale tests in TJUnitTest by DRC · 13 years ago
  29. d5a69af Fix the buffer size regression test so that it generates the intended pixel patterns by DRC · 13 years ago
  30. 0a192ac Oops. Committed some debugging code by DRC · 13 years ago
  31. 8424160 Replace the TJ_YUV flag with two new API functions by DRC · 13 years ago
  32. 0745c0f Correct memory allocation failure messages by DRC · 13 years ago
  33. 94476c6 Only access TJBUFSIZEYUV symbol if YUV encoding is enabled, and add 1 to the buffer size; This allows jpgtest to be used to benchmark the old TurboJPEG/IPP libraries. by DRC · 13 years ago
  34. 0cc1279 Use correct size for YUV buffers by DRC · 13 years ago
  35. 6a1580f Tiling doesn't work with YUV encoding either by DRC · 13 years ago
  36. f8552fa Fix various CR/LF issues by DRC · 13 years ago
  37. 9fa9559 Use a proper version script for libturbojpeg by DRC · 13 years ago
  38. 10e3193 by DRC · 13 years ago
  39. eeab695 Replace the TJ_YUV flag with two new API functions, and add TJBUFSIZEYUV() from trunk by DRC · 13 years ago
  40. 5cb1b68 Tiling doesn't work with YUV encoding either by DRC · 13 years ago
  41. 0b11d1c Fix various CR/LF issues by DRC · 13 years ago
  42. 582a46a Ensure that libjpeg state is reset if an error occurs by DRC · 13 years ago
  43. 6e51e19 Use a proper version script for libturbojpeg, since we've added functions to it since 1.0 by DRC · 13 years ago
  44. 0ad78a6 Add line feed by DRC · 14 years ago
  45. 026f7ce Numerous enhancements, including using the new BufferedImage support to read/write non-JPEG files by DRC · 14 years ago
  46. b605cac Check for invalid subsampling factor by DRC · 14 years ago
  47. 84a1bcc Support for compressing from/decompressing to a BufferedImage in the Java wrapper by DRC · 14 years ago
  48. 3bad53f More JNI cleanup + added unit test and fixed bugs uncovered by it by DRC · 14 years ago
  49. 2ca3eb5 Oops. dumpbuf() was displaying only red components. by DRC · 14 years ago
  50. cce6b43 Oops. dumpbuf() was displaying only red components. by DRC · 14 years ago
  51. 7ffa0c8 Oops. dumpbuf() was displaying only red components. by DRC · 14 years ago
  52. 404e82e Test all YUV decode paths by DRC · 14 years ago
  53. 601a433 Test all YUV decode paths by DRC · 14 years ago
  54. e0d4d34 by DRC · 14 years ago
  55. 36336fc Streamline Java wrapper by DRC · 14 years ago
  56. 4e8ae08 Add new functions to anonymous version script by DRC · 14 years ago
  57. b28fc57 Make the scaling API a bit more friendly by DRC · 14 years ago
  58. 45bd1f2 "TurboJPEG/OSS"="TurboJPEG", since the TurboJPEG header is used with other codecs besides libjpeg-turbo by DRC · 14 years ago
  59. 7d9d434 "TurboJPEG/OSS"="TurboJPEG", since the TurboJPEG header is used with other codecs besides libjpeg-turbo by DRC · 14 years ago
  60. f3cf973 Add TJBUFSIZEYUV() convenience function by DRC · 14 years ago
  61. 035aac4 RGBA=RGBX, BGRA=BGRX, ABGR=XBGR, ARGB=XRGB by DRC · 14 years ago
  62. b67c2dc Implement "ultra quiet mode" for generating output that is easy to copy/paste into a spreadsheet by DRC · 14 years ago
  63. c4c3049 Wordsmithing by DRC · 14 years ago
  64. 9cd2c42 Include jpgtest in Unix/Linux distribution packages by DRC · 14 years ago
  65. c62cc76 Include libjpeg run-time programs and jpgtest in installer; Move documentation in SDK distribution packages into doc\ subdirectory by DRC · 14 years ago
  66. 52c479d Disable CXX compiler check by DRC · 14 years ago
  67. b4b3140 RGBA=RGBX, BGRA=BGRX, ABGR=XBGR, ARGB=XRGB by DRC · 14 years ago
  68. 2a28599 Implement "ultra quiet mode" for generating output that is easy to copy/paste into a spreadsheet by DRC · 14 years ago
  69. 3e87c8b Wordsmithing by DRC · 14 years ago
  70. db8df01 by DRC · 14 years ago
  71. 240d82f Include jpgtest in Unix/Linux distribution packages by DRC · 14 years ago
  72. 8569c2f Include libjpeg run-time programs and jpgtest in installer; Move documentation in SDK distribution packages into doc\ subdirectory by DRC · 14 years ago
  73. 5d6f858 Disable CXX compiler check by DRC · 14 years ago
  74. 0df25a7 Wordsmithed the project description by DRC · 14 years ago
  75. 2ddcc63 Distribute high-quality and grayscale test images by DRC · 14 years ago
  76. f3281e8 Oops. We still had the description left over from VirtualGL by DRC · 14 years ago
  77. 0d2d965 Wordsmithed the project description by DRC · 14 years ago
  78. 16e761e Include high-quality test image in distribution by DRC · 14 years ago
  79. 69e1544 1.1.0 by DRC · 14 years ago
  80. da509e3 New C version of jpgtest needs libm by DRC · 14 years ago
  81. 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
  82. 4db36eb Add high-quality JPEG tests to CMake build system by DRC · 14 years ago
  83. 0700eab Various doc tweaks by DRC · 14 years ago
  84. 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
  85. 392e048 Updated (C) by DRC · 14 years ago
  86. c866633 SIMD-accelerated RGB-to-Grayscale color conversion by DRC · 14 years ago
  87. 23ce65d Updated (C) by DRC · 14 years ago
  88. 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
  89. d24b276 Re-order high-quality JPEG test per existing convention by DRC · 14 years ago
  90. 94a4023 Also run high-quality JPEG test when code is built without SIMD extensions by DRC · 14 years ago
  91. c4ef01f Add high-quality JPEG tests to CMake by DRC · 14 years ago
  92. ab4db65 Various documentation tweaks by DRC · 14 years ago
  93. 856fd82 More doc tweaks by DRC · 14 years ago
  94. 39f3aa0 Various documentation tweaks by DRC · 14 years ago
  95. 6514105 Include high-quality test image in distribution by DRC · 14 years ago
  96. 6ca6953 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
  97. f0a5ba7 "integer forward DCT", not "forward integer DCT" by DRC · 14 years ago
  98. 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
  99. 7c1df0a Performance pitfalls by DRC · 14 years ago
  100. bb4465f by DRC · 14 years ago