1. 049aef5 Eliminate excessive I/O overhead when reading BMP files in cjpeg by DRC · 13 years ago
  2. e43d21d by DRC · 13 years ago
  3. 2a33dfc by DRC · 13 years ago
  4. e7fde87 Fix jpegoptim with v7 emulation as well by DRC · 13 years ago
  5. 59a5834 Ensure that image_width and image_height are initialized if libjpeg v8 emulation is enabled. by DRC · 13 years ago
  6. 9e50fa7 Fixed a regression bug in the NSIS script that caused the Windows installer by DRC · 13 years ago
  7. 47aaf6f MinGW64 no longer prefixes symbols with underscores by default by DRC · 13 years ago
  8. 1da7858 MinGW64 no longer prefixes symbols with underscores by default by DRC · 13 years ago
  9. a6471c3 by DRC · 13 years ago
  10. fe6a2ee Throw a warning if an unexpected marker is found in the middle of the JPEG data stream by DRC · 13 years ago
  11. df1c38d Throw a warning if an unexpected marker is found in the middle of the JPEG data stream by DRC · 13 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 · 13 years ago
  13. 10e3193 by DRC · 14 years ago
  14. db8df01 by DRC · 14 years ago
  15. 240d82f Include jpgtest in Unix/Linux distribution packages by DRC · 14 years ago
  16. 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
  17. 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
  18. 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
  19. bb4465f by DRC · 14 years ago
  20. 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
  21. e2f3718 Fix typo that was causing visual artifacts in grayscale JPEGs by DRC · 14 years ago
  22. fc1970a Fix typo that was causing visual artifacts in grayscale JPEGs by DRC · 14 years ago
  23. 2e4d044 Ported jpgtest.cxx to pure C to avoid the need for a C++ compiler by DRC · 14 years ago
  24. 4a1c2d9 by DRC · 14 years ago
  25. 9dcb1af by DRC · 14 years ago
  26. c4bce48 by DRC · 14 years ago
  27. fa1d183 Further protect against invalid Huffman codes by DRC · 14 years ago
  28. 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
  29. 01e6909 Clarifications by DRC · 14 years ago
  30. 49aedf4 Further protect against invalid Huffman codes by DRC · 14 years ago
  31. 50c657b by DRC · 14 years ago
  32. 9e17f7d Provide TJ_YUV option for tjDecompress() as well by DRC · 14 years ago
  33. fbb6747 Merge the TurboJPEG planar YUV encoding feature from VirtualGL 2.2 by DRC · 14 years ago
  34. 245cfdf Allow arithmetic encoding/decoding to be disabled in CMake build by DRC · 14 years ago
  35. e372004 Added configure options to disable arithmetic encoding/decoding by DRC · 14 years ago
  36. 66f97e6 Support arithmetic encoding and decoding by DRC · 14 years ago
  37. ec31193 by DRC · 14 years ago
  38. d1c281a Create /opt/libjpeg-turbo/lib32 and /opt/libjpeg-turbo/lib64 symlinks when doing 'make install' by DRC · 14 years ago
  39. e89bbae Document jpgtest decompress-only feature by DRC · 14 years ago
  40. 09854f5 Grayscale bitmap support in TurboJPEG/OSS by DRC · 14 years ago
  41. efa618e by DRC · 14 years ago
  42. 766dc5c Mention new v7/v8 extensions by DRC · 14 years ago
  43. bdb1288 Automatically determine whether INCOMPLETE_TYPES_BROKEN should be defined by DRC · 14 years ago
  44. 025a279 Strike that! Reverse it! by DRC · 14 years ago
  45. 3095971 Fix typo in SIMD dispatch routines which was causing 4:2:0 upsampling to by DRC · 14 years ago
  46. 0fbb28e Handle erroneous Huffman codes by DRC · 14 years ago
  47. df3337c Log only changes to this source tree, not the external build scripts by DRC · 14 years ago
  48. 38ccf85 by DRC · 14 years ago
  49. eadc3c0 Cygwin distribution package by DRC · 14 years ago
  50. c773d10 Added bug tracker ID's by DRC · 14 years ago
  51. 4bf3b58 by DRC · 14 years ago
  52. 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
  53. 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
  54. 1a2219e by DRC · 14 years ago
  55. 0f413b2 Fix x86-64 build on FreeBSD systems by DRC · 14 years ago
  56. ae19bf6 Add ChangeLog to repository by DRC · 14 years ago