1. 2bfdb5d by DRC · 14 years ago
  2. e873854 Fix I/O redirection in cjpeg and djpeg on Windows by DRC · 14 years ago
  3. fad469f New libjpeg-turbo domain by DRC · 14 years ago
  4. 83c8f14 Eliminate excessive I/O overhead when reading BMP files in cjpeg by DRC · 14 years ago
  5. c56a74c Get rid of unused IS_WIN32 conditional by DRC · 14 years ago
  6. 51705fb by DRC · 14 years ago
  7. 9e6378c The previous attempt to handle unexpected markers in the data stream caused breakage in applications that attempted to set bytes_in_buffer to a larger value than the actual size of the JPEG image. The latter behavior was causing the fast decoder to be used for the last MCU in the image under certain circumstances, and this sometimes caused the EOI marker to be encountered by the fast decoder, which was treating it as an "unexpected" marker and throwing an error. Now, the fast decoder simply hands off the decoding of the block to the slow decoder if any marker is encountered. by DRC · 14 years ago
  8. 9026b37 "OS/X"="OS X" by DRC · 14 years ago
  9. 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 · 14 years ago
  10. 1da7858 MinGW64 no longer prefixes symbols with underscores by default by DRC · 14 years ago
  11. fe6a2ee Throw a warning if an unexpected marker is found in the middle of the JPEG data stream by DRC · 14 years ago
  12. cce6b43 Oops. dumpbuf() was displaying only red components. by DRC · 14 years ago
  13. d24b276 Re-order high-quality JPEG test per existing convention by DRC · 14 years ago
  14. 94a4023 Also run high-quality JPEG test when code is built without SIMD extensions by DRC · 14 years ago
  15. 856fd82 More doc tweaks by DRC · 14 years ago
  16. 39f3aa0 Various documentation tweaks by DRC · 14 years ago
  17. 6514105 Include high-quality test image in distribution by DRC · 14 years ago
  18. 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
  19. 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
  20. e2f3718 Fix typo that was causing visual artifacts in grayscale JPEGs by DRC · 14 years ago
  21. 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
  22. 9dcb1af by DRC · 15 years ago
  23. fa1d183 Further protect against invalid Huffman codes by DRC · 15 years ago
  24. 79778f6 1.0.2 by DRC · 15 years ago
  25. a432ff4 Create 1.0.x branch by DRC · 15 years ago
  26. 585a017 Use testimgflt.ppm in Windows tests by DRC · 15 years ago
  27. 5263a80 Require a full build prior to testing (this fixes a problem whereby running 'make test' on an unbuilt tree would fail) by DRC · 15 years ago
  28. 50503c7 Include testimgflt.ppm in distribution by DRC · 15 years ago
  29. c21e538 Most of the "nosimd" test images no longer exist, so don't try to include them in the distribution by DRC · 15 years ago
  30. babb815 1.0.1 by DRC · 15 years ago
  31. c06073a Remove simd/ prefix from #include (not necessary and was causing problems with Visual Studio project) by DRC · 15 years ago
  32. bdb1288 Automatically determine whether INCOMPLETE_TYPES_BROKEN should be defined by DRC · 15 years ago
  33. ae7fe0b Clarify licensing by DRC · 15 years ago
  34. 025a279 Strike that! Reverse it! by DRC · 15 years ago
  35. 3da06c7 No longer need separate test BMP for non-SIMD unit tests by DRC · 15 years ago
  36. 3095971 Fix typo in SIMD dispatch routines which was causing 4:2:0 upsampling to by DRC · 15 years ago
  37. 231a43f Fix build with YASM by DRC · 15 years ago
  38. 0fbb28e Handle erroneous Huffman codes by DRC · 15 years ago
  39. bab2941 1.0.1 by DRC · 15 years ago
  40. 575c342 Document NASM version requirement for 64-bit backward compatible build by DRC · 15 years ago
  41. f1372d2 We're no longer using the RM macro in Makefile.am, so it doesn't need to be substituted anymore by DRC · 15 years ago
  42. 0dedd1a 64-bit support doesn't just exist in 10.6. by DRC · 15 years ago
  43. df3337c Log only changes to this source tree, not the external build scripts by DRC · 15 years ago
  44. 38ccf85 by DRC · 15 years ago
  45. 7b99172 Not all platforms define RM by DRC · 15 years ago
  46. 13b0944 Include non-SIMD test images in distribution by DRC · 15 years ago
  47. 83f2144 Don't require --without-simd to be specified on non-x86 architectures, and fix 'make test' on such architectures by DRC · 15 years ago
  48. bdf7986 1.0.0 by DRC · 15 years ago
  49. eadc3c0 Cygwin distribution package by DRC · 15 years ago
  50. ae79fdb Cygwin package build by DRC · 15 years ago
  51. c773d10 Added bug tracker ID's by DRC · 15 years ago
  52. 2093c63 Oops by DRC · 15 years ago
  53. 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 · 15 years ago
  54. 995c831 Remove bin and man directories when uninstalling package by DRC · 15 years ago
  55. cbda81a Distribute man pages in source tarball by DRC · 15 years ago
  56. 4bf3b58 by DRC · 15 years ago
  57. 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 · 15 years ago
  58. 45d4829 Create sym. link from /opt/libjpeg-turbo/lib/64 to /opt/libjpeg-turbo/lib/amd64 by DRC · 15 years ago
  59. ff95aa6 by DRC · 15 years ago
  60. d90c9a2 Allow arbitrary package name to be specified by DRC · 15 years ago
  61. 8e2bba9 Install libjpeg run-time programs and man pages and include in Unix/Linux packages by DRC · 15 years ago
  62. 8c2b9fa Some Linux platforms require -m32 in the LDFLAGS as well by DRC · 15 years ago
  63. 64586cd Don't need to use sudo when building Solaris PKG or RPM's by DRC · 15 years ago
  64. e16eaed Oops by DRC · 15 years ago
  65. 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 · 15 years ago
  66. bf5a12d Go ahead and set the version to 1.0.0 so all interim builds will be release candidates by DRC · 15 years ago
  67. 12fc3ea 0.0.94 by DRC · 15 years ago
  68. 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 · 15 years ago
  69. 991c2fc Some systems (FreeBSD, in particular) don't define the RM macro in automake by DRC · 15 years ago
  70. 4ea16c0 Define TJ_411 so that VirtualGL <= 2.1.x and TurboVNC <= 0.6 can be built with the libjpeg-turbo SDK by DRC · 15 years ago
  71. 377add7 Updated Windows build information by DRC · 15 years ago
  72. a51ada6 Use new e-mail alias by DRC · 15 years ago
  73. ef663e3 Only disable filesystem redirection in the 64-bit installers by DRC · 15 years ago
  74. be09b20 Handle cases in which MinGW inexplicably builds the DLL as libjpeg-0.dll instead of libjpeg-62.dll by DRC · 15 years ago
  75. 9ca2364 Use "make nsi" instead of "make dist" to be consistent with MinGW build by DRC · 15 years ago
  76. 3dc1bc2 Create separate packages for Win64 binaries by DRC · 15 years ago
  77. 1a2219e by DRC · 15 years ago
  78. b6f097f xmm6-xmm15 must also be preserved by the callee; Win64 should fully work now by DRC · 15 years ago
  79. d3e320f Win64 should fully work now by DRC · 15 years ago
  80. 830d5fc Use 64-bit holding buffer on Win64 for increased performance by DRC · 15 years ago
  81. 4132b1d Updated (C) by DRC · 15 years ago
  82. f9bdeb6 Not sure why the cjpeg/djpeg image loaders got disabled, but re-enable them by DRC · 15 years ago
  83. e728ed7 Win64 (mostly) works now by DRC · 15 years ago
  84. a644fb0 Use correct filenames in headers by DRC · 15 years ago
  85. 86d8c0a 0.0.93 by DRC · 15 years ago
  86. fb096ff Only have to use 32-bit mov for r14, since it is populated from the stack by DRC · 15 years ago
  87. 14ecb53 Attempt to fix Win64 issues by DRC · 15 years ago
  88. 0927195 0.0.92 by DRC · 15 years ago
  89. 7bac07b Added FreeBSD build instructions by DRC · 15 years ago
  90. 0f413b2 Fix x86-64 build on FreeBSD systems by DRC · 15 years ago
  91. 97f8ec4 I'm not sure why, but this was necessary in order to return the 32-bit performance to the 0.0.90 baseline by DRC · 15 years ago
  92. 1e6b5b4 Clarify license description by DRC · 15 years ago
  93. ae19bf6 Add ChangeLog to repository by DRC · 15 years ago
  94. e885a8b Fix data corruption issues when decompressing large JPEG images and/or using buffered I/O. Specifically, decode_mcu_fast() can potentially process more than 1 MCU, so make sure there is enough space in the buffer to accommodate this case. Otherwise, the buffer pointer goes negative, and bad mojo ensues. Also, the fast decoder's method of handling unread markers doesn't make libjpeg's restart handler happy, so disable fast decode when restarts are used. by DRC · 15 years ago
  95. 0b7d4ed Include ChangeLog.txt in dist by DRC · 15 years ago
  96. 10a094f Bump version number by DRC · 15 years ago
  97. f8b77c4 Don't allow code path to be forced on a system that doesn't support it by DRC · 15 years ago
  98. 0489909 Bleepin' Windows uses LLP64, not LP64 by DRC · 15 years ago
  99. d3c7eff Oops. Debian users might like documentation as well. by DRC · 15 years ago
  100. 0248dd9 Clarify the DLL hell problem by DRC · 15 years ago