1. 47aaf6f MinGW64 no longer prefixes symbols with underscores by default by DRC · 14 years ago
  2. 1da7858 MinGW64 no longer prefixes symbols with underscores by default by DRC · 14 years ago
  3. 328c438 Oops. Forgot to generate makecygwinpkg by DRC · 14 years ago
  4. e6f597f Don't use architecture extension in package name, since we're building a combined package by DRC · 14 years ago
  5. bfa34cf "release/"="pkgscripts/" by DRC · 14 years ago
  6. 5e091d4 Need to put the generated packaging scripts in a directory other than release/ so they won't get distributed by DRC · 14 years ago
  7. 95db4f4 Clean up packaging system by DRC · 14 years ago
  8. 1a79ede 1.1.1 by DRC · 14 years ago
  9. a6471c3 by DRC · 14 years ago
  10. fe6a2ee Throw a warning if an unexpected marker is found in the middle of the JPEG data stream by DRC · 14 years ago
  11. df1c38d Throw a warning if an unexpected marker is found in the middle of the JPEG data stream by DRC · 14 years ago
  12. 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 · 15 years ago
  13. 66df5ec Oops. cconvert is still needed for 12-bit samples by DRC · 15 years ago
  14. da58a91 Make Visual C++ happy by DRC · 15 years ago
  15. 0769f50 Fix compiler warnings by DRC · 15 years ago
  16. b4a50ce Enable full GCC compiler warnings by default by DRC · 15 years ago
  17. 361a637 Fix uninitialized variables by DRC · 15 years ago
  18. 3484e0b Add RGB-->Grayscale YUV decode test by DRC · 15 years ago
  19. d5a69af Fix the buffer size regression test so that it generates the intended pixel patterns by DRC · 15 years ago
  20. 0745c0f Correct memory allocation failure messages by DRC · 15 years ago
  21. 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 · 15 years ago
  22. 0cc1279 Use correct size for YUV buffers by DRC · 15 years ago
  23. 10e3193 by DRC · 15 years ago
  24. eeab695 Replace the TJ_YUV flag with two new API functions, and add TJBUFSIZEYUV() from trunk by DRC · 15 years ago
  25. 5cb1b68 Tiling doesn't work with YUV encoding either by DRC · 15 years ago
  26. 0b11d1c Fix various CR/LF issues by DRC · 15 years ago
  27. 582a46a Ensure that libjpeg state is reset if an error occurs by DRC · 15 years ago
  28. 6e51e19 Use a proper version script for libturbojpeg, since we've added functions to it since 1.0 by DRC · 15 years ago
  29. cce6b43 Oops. dumpbuf() was displaying only red components. by DRC · 15 years ago
  30. 2ca3eb5 Oops. dumpbuf() was displaying only red components. by DRC · 15 years ago
  31. 404e82e Test all YUV decode paths by DRC · 15 years ago
  32. 7d9d434 "TurboJPEG/OSS"="TurboJPEG", since the TurboJPEG header is used with other codecs besides libjpeg-turbo by DRC · 15 years ago
  33. b4b3140 RGBA=RGBX, BGRA=BGRX, ABGR=XBGR, ARGB=XRGB by DRC · 15 years ago
  34. 2a28599 Implement "ultra quiet mode" for generating output that is easy to copy/paste into a spreadsheet by DRC · 15 years ago
  35. 3e87c8b Wordsmithing by DRC · 15 years ago
  36. db8df01 by DRC · 15 years ago
  37. 240d82f Include jpgtest in Unix/Linux distribution packages by DRC · 15 years ago
  38. 8569c2f Include libjpeg run-time programs and jpgtest in installer; Move documentation in SDK distribution packages into doc\ subdirectory by DRC · 15 years ago
  39. 5d6f858 Disable CXX compiler check by DRC · 15 years ago
  40. f3281e8 Oops. We still had the description left over from VirtualGL by DRC · 15 years ago
  41. 0d2d965 Wordsmithed the project description by DRC · 15 years ago
  42. 16e761e Include high-quality test image in distribution by DRC · 15 years ago
  43. 69e1544 1.1.0 by DRC · 15 years ago
  44. da509e3 New C version of jpgtest needs libm by DRC · 15 years ago
  45. 23ce65d Updated (C) by DRC · 15 years ago
  46. 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 · 15 years ago
  47. d24b276 Re-order high-quality JPEG test per existing convention by DRC · 15 years ago
  48. 94a4023 Also run high-quality JPEG test when code is built without SIMD extensions by DRC · 15 years ago
  49. c4ef01f Add high-quality JPEG tests to CMake by DRC · 15 years ago
  50. ab4db65 Various documentation tweaks by DRC · 15 years ago
  51. 856fd82 More doc tweaks by DRC · 15 years ago
  52. 39f3aa0 Various documentation tweaks by DRC · 15 years ago
  53. 6514105 Include high-quality test image in distribution by DRC · 15 years ago
  54. 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 · 15 years ago
  55. f0a5ba7 "integer forward DCT", not "forward integer DCT" by DRC · 15 years ago
  56. 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 · 15 years ago
  57. 7c1df0a Performance pitfalls by DRC · 15 years ago
  58. bb4465f by DRC · 15 years ago
  59. 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 · 15 years ago
  60. e2f3718 Fix typo that was causing visual artifacts in grayscale JPEGs by DRC · 15 years ago
  61. fc1970a Fix typo that was causing visual artifacts in grayscale JPEGs by DRC · 15 years ago
  62. dbf8003 Not using Intel codec anymore by DRC · 15 years ago
  63. 8254df1 Document that pitch=0 == pitch=width*pixelsize by DRC · 15 years ago
  64. 91e86ba Ensure that YUV temp buffers get properly freed if a failure occurs by DRC · 15 years ago
  65. cfef7f1 Ensure that the exit status of the program indicates failure if one of the pixel value checks fails by DRC · 15 years ago
  66. b8cc52b Ported jpgtest.cxx to pure C to avoid the need for a C++ compiler by DRC · 15 years ago
  67. e27124a by DRC · 15 years ago
  68. 2e4d044 Ported jpgtest.cxx to pure C to avoid the need for a C++ compiler by DRC · 15 years ago
  69. af1ca9b Clarify that the C wrappers and headers fall under the same license as the rest of the SIMD code by DRC · 15 years ago
  70. daae6d9 Clarify that the C wrappers and headers fall under the same license as the rest of the SIMD code by DRC · 15 years ago
  71. 4a1c2d9 by DRC · 15 years ago
  72. 9dcb1af by DRC · 15 years ago
  73. c4bce48 by DRC · 15 years ago
  74. a4efd4e Create 1.1.x branch by DRC · 15 years ago
  75. fa1d183 Further protect against invalid Huffman codes by DRC · 15 years ago
  76. 79778f6 1.0.2 by DRC · 15 years ago
  77. a432ff4 Create 1.0.x branch by DRC · 15 years ago
  78. 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 · 15 years ago
  79. 01e6909 Clarifications by DRC · 15 years ago
  80. 5742307 Eliminate all of the __memalign() mess and just handle the alignment ourselves by DRC · 15 years ago
  81. 2a2e451 Ensure temp. buffers for YUV output are 16-byte aligned on 32-bit Windows by DRC · 15 years ago
  82. 990e28d Make arithmetic coding support status messages more clear by DRC · 15 years ago
  83. 49aedf4 Further protect against invalid Huffman codes by DRC · 15 years ago
  84. 190d549 Include new tjDecompressHeader2() function by DRC · 15 years ago
  85. 50c657b by DRC · 15 years ago
  86. cad1cfe Added YUV decode functionality to the "decompress only" test by DRC · 15 years ago
  87. 1fe80f8 Added extended tjDecompressHeader() function which can determine the type of subsampling used in the JPEG image by DRC · 15 years ago
  88. a6f4fca Fix various memory corruption issues in the new JPEG->YUV feature by DRC · 15 years ago
  89. f9cf5c7 If the output width/height are not an even number of MCU's, then use an intermediate buffer to ensure that the output format is XVideo-compatible by DRC · 15 years ago
  90. 9e17f7d Provide TJ_YUV option for tjDecompress() as well by DRC · 15 years ago
  91. ac08ef6 Don't require quality argument when encoding to YUV by DRC · 15 years ago
  92. fbb6747 Merge the TurboJPEG planar YUV encoding feature from VirtualGL 2.2 by DRC · 15 years ago
  93. 541e651 Hide internal SIMD symbols in libjpeg-turbo shared library by DRC · 15 years ago
  94. a46830b Eliminate spurious global symbols by DRC · 15 years ago
  95. f0b7fef Include arithmetic coding test files in dist by DRC · 15 years ago
  96. 245cfdf Allow arithmetic encoding/decoding to be disabled in CMake build by DRC · 15 years ago
  97. e372004 Added configure options to disable arithmetic encoding/decoding by DRC · 15 years ago
  98. 66f97e6 Support arithmetic encoding and decoding by DRC · 15 years ago
  99. a4ecaac The Independent JPEG Group's JPEG software v8b by Guido Vollbeding · 15 years ago
  100. f18f81b The Independent JPEG Group's JPEG software v8a by Guido Vollbeding · 16 years ago