1. 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
  2. bdf7986 1.0.0 by DRC · 14 years ago
  3. eadc3c0 Cygwin distribution package by DRC · 14 years ago
  4. ae79fdb Cygwin package build by DRC · 14 years ago
  5. c773d10 Added bug tracker ID's by DRC · 14 years ago
  6. 2093c63 Oops by DRC · 14 years ago
  7. 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
  8. 995c831 Remove bin and man directories when uninstalling package by DRC · 14 years ago
  9. cbda81a Distribute man pages in source tarball by DRC · 14 years ago
  10. 4bf3b58 by DRC · 14 years ago
  11. 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
  12. 45d4829 Create sym. link from /opt/libjpeg-turbo/lib/64 to /opt/libjpeg-turbo/lib/amd64 by DRC · 14 years ago
  13. ff95aa6 by DRC · 14 years ago
  14. d90c9a2 Allow arbitrary package name to be specified by DRC · 14 years ago
  15. 8e2bba9 Install libjpeg run-time programs and man pages and include in Unix/Linux packages by DRC · 14 years ago
  16. 8c2b9fa Some Linux platforms require -m32 in the LDFLAGS as well by DRC · 14 years ago
  17. 64586cd Don't need to use sudo when building Solaris PKG or RPM's by DRC · 14 years ago
  18. e16eaed Oops by DRC · 14 years ago
  19. 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
  20. bf5a12d Go ahead and set the version to 1.0.0 so all interim builds will be release candidates by DRC · 14 years ago
  21. 12fc3ea 0.0.94 by DRC · 14 years ago
  22. 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
  23. 991c2fc Some systems (FreeBSD, in particular) don't define the RM macro in automake by DRC · 14 years ago
  24. 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
  25. 377add7 Updated Windows build information by DRC · 14 years ago
  26. a51ada6 Use new e-mail alias by DRC · 14 years ago
  27. ef663e3 Only disable filesystem redirection in the 64-bit installers by DRC · 14 years ago
  28. be09b20 Handle cases in which MinGW inexplicably builds the DLL as libjpeg-0.dll instead of libjpeg-62.dll by DRC · 14 years ago
  29. 9ca2364 Use "make nsi" instead of "make dist" to be consistent with MinGW build by DRC · 14 years ago
  30. 3dc1bc2 Create separate packages for Win64 binaries by DRC · 14 years ago
  31. 1a2219e by DRC · 14 years ago
  32. b6f097f xmm6-xmm15 must also be preserved by the callee; Win64 should fully work now by DRC · 14 years ago
  33. d3e320f Win64 should fully work now by DRC · 14 years ago
  34. 830d5fc Use 64-bit holding buffer on Win64 for increased performance by DRC · 14 years ago
  35. 4132b1d Updated (C) by DRC · 14 years ago
  36. f9bdeb6 Not sure why the cjpeg/djpeg image loaders got disabled, but re-enable them by DRC · 14 years ago
  37. e728ed7 Win64 (mostly) works now by DRC · 14 years ago
  38. a644fb0 Use correct filenames in headers by DRC · 14 years ago
  39. 86d8c0a 0.0.93 by DRC · 14 years ago
  40. fb096ff Only have to use 32-bit mov for r14, since it is populated from the stack by DRC · 14 years ago
  41. 14ecb53 Attempt to fix Win64 issues by DRC · 14 years ago
  42. 0927195 0.0.92 by DRC · 14 years ago
  43. 7bac07b Added FreeBSD build instructions by DRC · 14 years ago
  44. 0f413b2 Fix x86-64 build on FreeBSD systems by DRC · 14 years ago
  45. 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 · 14 years ago
  46. 1e6b5b4 Clarify license description by DRC · 14 years ago
  47. ae19bf6 Add ChangeLog to repository by DRC · 14 years ago
  48. 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 · 14 years ago
  49. 0b7d4ed Include ChangeLog.txt in dist by DRC · 14 years ago
  50. 10a094f Bump version number by DRC · 14 years ago
  51. f8b77c4 Don't allow code path to be forced on a system that doesn't support it by DRC · 14 years ago
  52. 0489909 Bleepin' Windows uses LLP64, not LP64 by DRC · 14 years ago
  53. d3c7eff Oops. Debian users might like documentation as well. by DRC · 14 years ago
  54. 0248dd9 Clarify the DLL hell problem by DRC · 14 years ago
  55. 7e0b499 Install jpeg62.dll in SDK directory, not Windows system directory. Also, check whether SDK is already installed prior to re-installing by DRC · 14 years ago
  56. f19caa5 Ensure static libs are built with PIC by DRC · 14 years ago
  57. 0a1f68e Visual C++ libraries can't be made to work with MinGW because of the dependency on msvcr90.dll, so build a separate installer for MinGW libraries by DRC · 14 years ago
  58. 8f870c2 4.0 is significantly slower than 4.1+ by DRC · 14 years ago
  59. f66a2b0 Get rid of cjpeg/djpeg-specific #defines by DRC · 14 years ago
  60. 485cd80 We don't actually need to use GCC 4.0 to do a backward compatible build, and it slows things down relative to GCC 4.2 by DRC · 14 years ago
  61. a9a7b22 Fix Windows package script to accommodate new output directory for VC build by DRC · 14 years ago
  62. 3cd2e50 Fix compiler warning about ending struct with a comma by DRC · 14 years ago
  63. fe7936c Make sure CFLAGS, CXXFLAGS, LDFLAGS, and host_alias are unset to get a 32-bit build by DRC · 14 years ago
  64. 252dbc9 Oops. Didn't mean to commit the debug statement by DRC · 14 years ago
  65. 5df6c23 For some unknown reason, the sym link and the actual file get flipped around whenever you do 'make install'. Make sure the script handles both cases. by DRC · 14 years ago
  66. ca3cebb Compile properly with C++ by DRC · 14 years ago
  67. 4425702 Oops. Missing test image by DRC · 14 years ago
  68. 968c8bb Fix 'make dist' since we added new test images by DRC · 14 years ago
  69. 8f0d62c Added additional documentation for flags by DRC · 14 years ago
  70. 0c6a271 Make TJ_FORCE* options work correctly by DRC · 14 years ago
  71. 3bddd46 A bit better solution for 64-bit cleanliness by DRC · 14 years ago
  72. 4df84bf Clarify Win64 issue by DRC · 14 years ago
  73. 748fda3 Use the C library DLL only with jpeg62.dll where it is needed. Build turbojpeg.dll with the static C library to maintain backward compatibility with TurboJPEG/IPP by DRC · 14 years ago
  74. aa91179 Speed up make testclean by DRC · 14 years ago
  75. 03c3c9b Added note about this being an outdated document by DRC · 14 years ago
  76. c3f4ac0 Add note about texinfo dependency in NASM build by DRC · 14 years ago
  77. a93881b Remove debug output by DRC · 14 years ago
  78. 4924e49 test depends on jpegut as well by DRC · 14 years ago
  79. 687244b Unfortunately, we have to use the DLL version of the C library to avoid crashes in cjpeg by DRC · 14 years ago
  80. 9abc855 Oops. DLL object was misnamed and thus wasn't getting removed on 'make clean' by DRC · 14 years ago
  81. 10d15cb Improve unit tests by DRC · 14 years ago
  82. 0fd8be5 Improve unit tests by DRC · 14 years ago
  83. 26b208d MinGW64 requires that the functions be prefixed with an underscore. Visual C++ apparently doesn't by DRC · 14 years ago
  84. 8b014d7 First attempt at Win64 support by DRC · 14 years ago
  85. ea19788 dumpbuf() should have void return type by DRC · 14 years ago
  86. c932768 Oops. Leftover bugs from the 64-bit port (cause seg fault when using JDCT_FLOAT or JDCT_IFAST when decompressing) by DRC · 14 years ago
  87. 65d05c1 Exit with non-zero status if an error is encountered by DRC · 14 years ago
  88. ca5e7d1 Sun Studio recipes by DRC · 14 years ago
  89. b9b1ca3 Build Sun packages by DRC · 14 years ago
  90. 10e75a7 Make sure existing .deb file is removed prior to building new one by DRC · 14 years ago
  91. 051dd5a Replace clunky doexit() mechanism with a better means of error trapping by DRC · 14 years ago
  92. 6afd256 Oops. Need to use %dir to list directories by DRC · 14 years ago
  93. d86e4d9 Build libturbojpeg.so using mapfile on Solaris by DRC · 14 years ago
  94. 1e2f298 Set default optimization flags to -xO5 if using Sun Studio by DRC · 14 years ago
  95. 8a26fde Fix build with Sun Studio by DRC · 14 years ago
  96. 23071bc Install additional documentation by DRC · 14 years ago
  97. 68fef83 Split build instructions into a new file and add SDK usage notes to README-turbo.txt by DRC · 14 years ago
  98. 2f272d5 Make sure directories under /opt/libjpeg-turbo get deleted when uninstalling RPM by DRC · 14 years ago
  99. 6f8c668 Build TurboJPEG/OSS with a version script to prevent any non-global symbols from being accessible (this is to protect against potential namespace conflicts when preloading it into an application via VirtualGL.) by DRC · 14 years ago
  100. 45ff6e2 Create Windows installer by DRC · 14 years ago