1. 294079c Add option for setting luminance & chrominance quality independently (currently only works if using libjpeg v7 or v8 code base) by DRC · 14 years ago
  2. a4ecaac The Independent JPEG Group's JPEG software v8b by Guido Vollbeding · 14 years ago
  3. f18f81b The Independent JPEG Group's JPEG software v8a by Guido Vollbeding · 15 years ago
  4. 989630f The Independent JPEG Group's JPEG software v8 by Guido Vollbeding · 15 years ago
  5. 5996a25 The Independent JPEG Group's JPEG software v7 by Guido Vollbeding · 15 years ago
  6. 1e247ac The Independent JPEG Group's JPEG software v6b with arithmetic coding support by Guido Vollbeding · 27 years ago
  7. 5ead57a The Independent JPEG Group's JPEG software v6b by Thomas G. Lane · 27 years ago
  8. 489583f The Independent JPEG Group's JPEG software v6a by Thomas G. Lane · 29 years ago
  9. bc79e06 The Independent JPEG Group's JPEG software v6 by Thomas G. Lane · 29 years ago
  10. a8b67c4 The Independent JPEG Group's JPEG software v5b by Thomas G. Lane · 30 years ago
  11. 9ba2f5e The Independent JPEG Group's JPEG software v5a by Thomas G. Lane · 30 years ago
  12. 36a4ccc The Independent JPEG Group's JPEG software v5 by Thomas G. Lane · 30 years ago
  13. cc7150e The Independent JPEG Group's JPEG software v4a by Thomas G. Lane · 32 years ago
  14. 88aeed4 The Independent JPEG Group's JPEG software v4 by Thomas G. Lane · 32 years ago
  15. 4a6b730 The Independent JPEG Group's JPEG software v3 by Thomas G. Lane · 33 years ago
  16. bd543f0 The Independent JPEG Group's JPEG software v2 by Thomas G. Lane · 33 years ago
  17. 2cbeb8a The Independent JPEG Group's JPEG software v1 by Thomas G. Lane · 33 years ago
  18. 2cdd2ae Display libjpeg-turbo version/copyrights in run-time programs by DRC · 14 years ago
  19. 517e1c0 Add -raw option to rdjpgcom for outputting non-printable characters as-is; Make rdjpgcom locale-aware. by DRC · 14 years ago
  20. 1658c79 Fix byte order issue with 16bit PPM/PGM files by DRC · 14 years ago
  21. 9a648cc Fix transpose feature with jpeg v6b code base by DRC · 14 years ago
  22. c04bd3c Implement lossless crop feature from jpeg v7 and v8 by DRC · 14 years ago
  23. c54275c Fix version numbers for v7/v8 shared libs by DRC · 14 years ago
  24. 49967cd Improve readability and flexibility of compatibility macros by DRC · 14 years ago
  25. 10acd81 Remove comments describing DCT scaling feature by DRC · 14 years ago
  26. 553d868 Oops. Forgot to include the new macro header by DRC · 14 years ago
  27. a5ee9df Bump revision to 1.1 alpha by DRC · 14 years ago
  28. eafbe8a Bump revision to 1.1 alpha by DRC · 14 years ago
  29. 36a6eec Added optional emulation of the jpeg-7 or jpeg-8b API/ABI's by DRC · 14 years ago
  30. e5d7bc9 "OS/X" = "OS X" by DRC · 14 years ago
  31. 9026b37 "OS/X"="OS X" by DRC · 13 years ago
  32. 254937b Update build instructions to reflect the fact that 32-bit LJT build doesn't work with NASM 0.99 or 2.00 by DRC · 13 years ago
  33. 1da7858 MinGW64 no longer prefixes symbols with underscores by default by DRC · 14 years ago
  34. fe6a2ee Throw a warning if an unexpected marker is found in the middle of the JPEG data stream by DRC · 14 years ago
  35. cce6b43 Oops. dumpbuf() was displaying only red components. by DRC · 14 years ago
  36. d24b276 Re-order high-quality JPEG test per existing convention by DRC · 14 years ago
  37. 94a4023 Also run high-quality JPEG test when code is built without SIMD extensions by DRC · 14 years ago
  38. 856fd82 More doc tweaks by DRC · 14 years ago
  39. 39f3aa0 Various documentation tweaks by DRC · 14 years ago
  40. 6514105 Include high-quality test image in distribution by DRC · 14 years ago
  41. 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
  42. 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
  43. e2f3718 Fix typo that was causing visual artifacts in grayscale JPEGs by DRC · 14 years ago
  44. 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
  45. 9dcb1af by DRC · 14 years ago
  46. fa1d183 Further protect against invalid Huffman codes by DRC · 14 years ago
  47. 79778f6 1.0.2 by DRC · 14 years ago
  48. a432ff4 Create 1.0.x branch by DRC · 14 years ago
  49. 585a017 Use testimgflt.ppm in Windows tests by DRC · 14 years ago
  50. 5263a80 Require a full build prior to testing (this fixes a problem whereby running 'make test' on an unbuilt tree would fail) by DRC · 14 years ago
  51. 50503c7 Include testimgflt.ppm in distribution by DRC · 14 years ago
  52. c21e538 Most of the "nosimd" test images no longer exist, so don't try to include them in the distribution by DRC · 14 years ago
  53. babb815 1.0.1 by DRC · 14 years ago
  54. c06073a Remove simd/ prefix from #include (not necessary and was causing problems with Visual Studio project) by DRC · 14 years ago
  55. bdb1288 Automatically determine whether INCOMPLETE_TYPES_BROKEN should be defined by DRC · 14 years ago
  56. ae7fe0b Clarify licensing by DRC · 14 years ago
  57. 025a279 Strike that! Reverse it! by DRC · 14 years ago
  58. 3da06c7 No longer need separate test BMP for non-SIMD unit tests by DRC · 14 years ago
  59. 3095971 Fix typo in SIMD dispatch routines which was causing 4:2:0 upsampling to by DRC · 14 years ago
  60. 231a43f Fix build with YASM by DRC · 14 years ago
  61. 0fbb28e Handle erroneous Huffman codes by DRC · 14 years ago
  62. bab2941 1.0.1 by DRC · 14 years ago
  63. 575c342 Document NASM version requirement for 64-bit backward compatible build by DRC · 14 years ago
  64. f1372d2 We're no longer using the RM macro in Makefile.am, so it doesn't need to be substituted anymore by DRC · 14 years ago
  65. 0dedd1a 64-bit support doesn't just exist in 10.6. by DRC · 14 years ago
  66. df3337c Log only changes to this source tree, not the external build scripts by DRC · 14 years ago
  67. 38ccf85 by DRC · 14 years ago
  68. 7b99172 Not all platforms define RM by DRC · 14 years ago
  69. 13b0944 Include non-SIMD test images in distribution by DRC · 14 years ago
  70. 83f2144 Don't require --without-simd to be specified on non-x86 architectures, and fix 'make test' on such architectures by DRC · 14 years ago
  71. bdf7986 1.0.0 by DRC · 14 years ago
  72. eadc3c0 Cygwin distribution package by DRC · 14 years ago
  73. ae79fdb Cygwin package build by DRC · 14 years ago
  74. c773d10 Added bug tracker ID's by DRC · 14 years ago
  75. 2093c63 Oops by DRC · 14 years ago
  76. 3d1dd07 Ensure that libdir is set properly during build and install so that the run-time library bindings for the binary programs will be correct by DRC · 14 years ago
  77. 995c831 Remove bin and man directories when uninstalling package by DRC · 14 years ago
  78. cbda81a Distribute man pages in source tarball by DRC · 14 years ago
  79. 4bf3b58 by DRC · 14 years ago
  80. e238603 Install libjpeg run-time programs and man pages and include in Unix/Linux packages; Create a 32-bit compatibility package for amd64 Debian which has only the 32-bit libraries by DRC · 14 years ago
  81. 45d4829 Create sym. link from /opt/libjpeg-turbo/lib/64 to /opt/libjpeg-turbo/lib/amd64 by DRC · 14 years ago
  82. ff95aa6 by DRC · 14 years ago
  83. d90c9a2 Allow arbitrary package name to be specified by DRC · 14 years ago
  84. 8e2bba9 Install libjpeg run-time programs and man pages and include in Unix/Linux packages by DRC · 14 years ago
  85. 8c2b9fa Some Linux platforms require -m32 in the LDFLAGS as well by DRC · 14 years ago
  86. 64586cd Don't need to use sudo when building Solaris PKG or RPM's by DRC · 14 years ago
  87. e16eaed Oops by DRC · 14 years ago
  88. f12c7db Create sym links so that headers and static libs can always be found in the same place on Solaris, Linux, and Mac by DRC · 14 years ago
  89. bf5a12d Go ahead and set the version to 1.0.0 so all interim builds will be release candidates by DRC · 14 years ago
  90. 12fc3ea 0.0.94 by DRC · 14 years ago
  91. 4959787 64-bit FreeBSD sets host_cpu to "amd64", not "x86_64". Handle that case so that configure will work without explicitly specifying --host. by DRC · 14 years ago
  92. 991c2fc Some systems (FreeBSD, in particular) don't define the RM macro in automake by DRC · 14 years ago
  93. 4ea16c0 Define TJ_411 so that VirtualGL <= 2.1.x and TurboVNC <= 0.6 can be built with the libjpeg-turbo SDK by DRC · 14 years ago
  94. 377add7 Updated Windows build information by DRC · 14 years ago
  95. a51ada6 Use new e-mail alias by DRC · 14 years ago
  96. ef663e3 Only disable filesystem redirection in the 64-bit installers by DRC · 14 years ago
  97. be09b20 Handle cases in which MinGW inexplicably builds the DLL as libjpeg-0.dll instead of libjpeg-62.dll by DRC · 14 years ago
  98. 9ca2364 Use "make nsi" instead of "make dist" to be consistent with MinGW build by DRC · 14 years ago
  99. 3dc1bc2 Create separate packages for Win64 binaries by DRC · 14 years ago
  100. 1a2219e by DRC · 14 years ago