1. 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
  2. 1e6b5b4 Clarify license description by DRC · 15 years ago
  3. ae19bf6 Add ChangeLog to repository by DRC · 15 years ago
  4. 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
  5. 0b7d4ed Include ChangeLog.txt in dist by DRC · 15 years ago
  6. 10a094f Bump version number by DRC · 15 years ago
  7. f8b77c4 Don't allow code path to be forced on a system that doesn't support it by DRC · 15 years ago
  8. 0489909 Bleepin' Windows uses LLP64, not LP64 by DRC · 15 years ago
  9. d3c7eff Oops. Debian users might like documentation as well. by DRC · 15 years ago
  10. 0248dd9 Clarify the DLL hell problem by DRC · 15 years ago
  11. 7e0b499 Install jpeg62.dll in SDK directory, not Windows system directory. Also, check whether SDK is already installed prior to re-installing by DRC · 15 years ago
  12. f19caa5 Ensure static libs are built with PIC by DRC · 15 years ago
  13. 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 · 15 years ago
  14. 8f870c2 4.0 is significantly slower than 4.1+ by DRC · 15 years ago
  15. f66a2b0 Get rid of cjpeg/djpeg-specific #defines by DRC · 15 years ago
  16. 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 · 15 years ago
  17. a9a7b22 Fix Windows package script to accommodate new output directory for VC build by DRC · 15 years ago
  18. 3cd2e50 Fix compiler warning about ending struct with a comma by DRC · 15 years ago
  19. fe7936c Make sure CFLAGS, CXXFLAGS, LDFLAGS, and host_alias are unset to get a 32-bit build by DRC · 15 years ago
  20. 252dbc9 Oops. Didn't mean to commit the debug statement by DRC · 15 years ago
  21. 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 · 15 years ago
  22. ca3cebb Compile properly with C++ by DRC · 15 years ago
  23. 4425702 Oops. Missing test image by DRC · 15 years ago
  24. 968c8bb Fix 'make dist' since we added new test images by DRC · 15 years ago
  25. 8f0d62c Added additional documentation for flags by DRC · 15 years ago
  26. 0c6a271 Make TJ_FORCE* options work correctly by DRC · 15 years ago
  27. 3bddd46 A bit better solution for 64-bit cleanliness by DRC · 15 years ago
  28. 4df84bf Clarify Win64 issue by DRC · 15 years ago
  29. 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 · 15 years ago
  30. aa91179 Speed up make testclean by DRC · 15 years ago
  31. 03c3c9b Added note about this being an outdated document by DRC · 15 years ago
  32. c3f4ac0 Add note about texinfo dependency in NASM build by DRC · 15 years ago
  33. a93881b Remove debug output by DRC · 15 years ago
  34. 4924e49 test depends on jpegut as well by DRC · 15 years ago
  35. 687244b Unfortunately, we have to use the DLL version of the C library to avoid crashes in cjpeg by DRC · 15 years ago
  36. 9abc855 Oops. DLL object was misnamed and thus wasn't getting removed on 'make clean' by DRC · 15 years ago
  37. 10d15cb Improve unit tests by DRC · 15 years ago
  38. 0fd8be5 Improve unit tests by DRC · 15 years ago
  39. 26b208d MinGW64 requires that the functions be prefixed with an underscore. Visual C++ apparently doesn't by DRC · 15 years ago
  40. 8b014d7 First attempt at Win64 support by DRC · 15 years ago
  41. ea19788 dumpbuf() should have void return type by DRC · 15 years ago
  42. c932768 Oops. Leftover bugs from the 64-bit port (cause seg fault when using JDCT_FLOAT or JDCT_IFAST when decompressing) by DRC · 15 years ago
  43. 65d05c1 Exit with non-zero status if an error is encountered by DRC · 15 years ago
  44. ca5e7d1 Sun Studio recipes by DRC · 15 years ago
  45. b9b1ca3 Build Sun packages by DRC · 15 years ago
  46. 10e75a7 Make sure existing .deb file is removed prior to building new one by DRC · 15 years ago
  47. 051dd5a Replace clunky doexit() mechanism with a better means of error trapping by DRC · 15 years ago
  48. 6afd256 Oops. Need to use %dir to list directories by DRC · 15 years ago
  49. d86e4d9 Build libturbojpeg.so using mapfile on Solaris by DRC · 15 years ago
  50. 1e2f298 Set default optimization flags to -xO5 if using Sun Studio by DRC · 15 years ago
  51. 8a26fde Fix build with Sun Studio by DRC · 15 years ago
  52. 23071bc Install additional documentation by DRC · 15 years ago
  53. 68fef83 Split build instructions into a new file and add SDK usage notes to README-turbo.txt by DRC · 15 years ago
  54. 2f272d5 Make sure directories under /opt/libjpeg-turbo get deleted when uninstalling RPM by DRC · 15 years ago
  55. 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 · 15 years ago
  56. 45ff6e2 Create Windows installer by DRC · 15 years ago
  57. fb18e85 Keep dllexport symbols out of static lib by DRC · 15 years ago
  58. 315123f Add mechanism for building universal (i386/x86-64) binaries on Snow Leopard by DRC · 15 years ago
  59. 6a3477c Use more appropriate temp. directory name by DRC · 15 years ago
  60. 6533b6e Add mechanism for creating Mac packages by DRC · 15 years ago
  61. 268ef88 Use a cleaner method of arg checking that works with set -u by DRC · 15 years ago
  62. 4614871 Instructions for Tiger-compatible build on Leopard/Snow Leopard by DRC · 15 years ago
  63. feb9dce Oops. This should have been included with r100 by DRC · 15 years ago
  64. 52a19f2 Add mechanism for creating DEB packages by DRC · 15 years ago
  65. f26914b Actually, we only need to 'make dist-gzip' prior to building the SRPM by DRC · 15 years ago
  66. 079b434 Add mechanism for creating RPMs by DRC · 15 years ago
  67. 6f52592 Should really use $(srcdir) here by DRC · 15 years ago
  68. 8ff1f25 Change default prefix to /opt/libjpeg-turbo by DRC · 15 years ago
  69. 211de3b Don't need Visual C++ project file by DRC · 15 years ago
  70. ec84a6b Change package name & version by DRC · 15 years ago
  71. 0a945a1 Make sure 'make dist' includes everything we want (and nothing we don't) by DRC · 15 years ago
  72. 6aa6a0a More missing files from jpeg-6b by DRC · 15 years ago
  73. 5ead57a The Independent JPEG Group's JPEG software v6b by Thomas G. Lane · 27 years ago
  74. 489583f The Independent JPEG Group's JPEG software v6a by Thomas G. Lane · 29 years ago
  75. bc79e06 The Independent JPEG Group's JPEG software v6 by Thomas G. Lane · 29 years ago
  76. a8b67c4 The Independent JPEG Group's JPEG software v5b by Thomas G. Lane · 30 years ago
  77. 9ba2f5e The Independent JPEG Group's JPEG software v5a by Thomas G. Lane · 30 years ago
  78. 36a4ccc The Independent JPEG Group's JPEG software v5 by Thomas G. Lane · 30 years ago
  79. cc7150e The Independent JPEG Group's JPEG software v4a by Thomas G. Lane · 32 years ago
  80. 88aeed4 The Independent JPEG Group's JPEG software v4 by Thomas G. Lane · 32 years ago
  81. 4a6b730 The Independent JPEG Group's JPEG software v3 by Thomas G. Lane · 33 years ago
  82. bd543f0 The Independent JPEG Group's JPEG software v2 by Thomas G. Lane · 33 years ago
  83. 2cbeb8a The Independent JPEG Group's JPEG software v1 by Thomas G. Lane · 33 years ago
  84. 4d5fc18 Reflect the fact that CFLAGS=CXXFLAGS=-O3 by default by DRC · 15 years ago
  85. e7b699d Set CFLAGS=CXXFLAGS=-O3 if using GCC and the flags are not already set by DRC · 15 years ago
  86. 327184f builddir isn't always defined by DRC · 15 years ago
  87. ce1546e License info + updated performance claims by DRC · 15 years ago
  88. 971d851 Enable (i.e. fix) VPATH and out-of-tree builds by DRC · 15 years ago
  89. bd17e2a Instructions for cross compiling MinGW libs on Cygwin by DRC · 15 years ago
  90. 101f09a Build instructions by DRC · 15 years ago
  91. bf0fab9 MinGW uses autoconf 2.56 by DRC · 15 years ago
  92. f4253a7 Visual C++ build by DRC · 15 years ago
  93. 34d59e7 Clean up test detritus by DRC · 15 years ago
  94. 60fa060 Re-add relevant files and tests from libjpeg v6b by DRC · 15 years ago
  95. 60cddeb Restore --without-simd option for testing purposes by DRC · 15 years ago
  96. 21d6683 Do not build libturbojpeg as a versioned library by DRC · 15 years ago
  97. 411dcf5 Oops. Still need to #define WITH_SIMD by DRC · 15 years ago
  98. 87581b8 Make SIMD build compulsory (otherwise, what's the point?) by DRC · 15 years ago
  99. 1bf1a14 Build shared libraries by default; Include libturbojpeg in distribution by DRC · 15 years ago
  100. 4f44281 Oops. Use EGREP instead of GREP, because GREP is not available in earlier versions of autotools by DRC · 15 years ago