1. 687244b Unfortunately, we have to use the DLL version of the C library to avoid crashes in cjpeg by DRC · 14 years ago
  2. 9abc855 Oops. DLL object was misnamed and thus wasn't getting removed on 'make clean' by DRC · 14 years ago
  3. 10d15cb Improve unit tests by DRC · 14 years ago
  4. 0fd8be5 Improve unit tests by DRC · 14 years ago
  5. 26b208d MinGW64 requires that the functions be prefixed with an underscore. Visual C++ apparently doesn't by DRC · 14 years ago
  6. 8b014d7 First attempt at Win64 support by DRC · 14 years ago
  7. ea19788 dumpbuf() should have void return type by DRC · 14 years ago
  8. 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
  9. 65d05c1 Exit with non-zero status if an error is encountered by DRC · 14 years ago
  10. ca5e7d1 Sun Studio recipes by DRC · 14 years ago
  11. b9b1ca3 Build Sun packages by DRC · 14 years ago
  12. 10e75a7 Make sure existing .deb file is removed prior to building new one by DRC · 14 years ago
  13. 051dd5a Replace clunky doexit() mechanism with a better means of error trapping by DRC · 14 years ago
  14. 6afd256 Oops. Need to use %dir to list directories by DRC · 14 years ago
  15. d86e4d9 Build libturbojpeg.so using mapfile on Solaris by DRC · 14 years ago
  16. 1e2f298 Set default optimization flags to -xO5 if using Sun Studio by DRC · 14 years ago
  17. 8a26fde Fix build with Sun Studio by DRC · 14 years ago
  18. 23071bc Install additional documentation by DRC · 14 years ago
  19. 68fef83 Split build instructions into a new file and add SDK usage notes to README-turbo.txt by DRC · 14 years ago
  20. 2f272d5 Make sure directories under /opt/libjpeg-turbo get deleted when uninstalling RPM by DRC · 14 years ago
  21. 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
  22. 45ff6e2 Create Windows installer by DRC · 14 years ago
  23. fb18e85 Keep dllexport symbols out of static lib by DRC · 14 years ago
  24. 315123f Add mechanism for building universal (i386/x86-64) binaries on Snow Leopard by DRC · 14 years ago
  25. 6a3477c Use more appropriate temp. directory name by DRC · 14 years ago
  26. 6533b6e Add mechanism for creating Mac packages by DRC · 14 years ago
  27. 268ef88 Use a cleaner method of arg checking that works with set -u by DRC · 14 years ago
  28. 4614871 Instructions for Tiger-compatible build on Leopard/Snow Leopard by DRC · 14 years ago
  29. feb9dce Oops. This should have been included with r100 by DRC · 14 years ago
  30. 52a19f2 Add mechanism for creating DEB packages by DRC · 14 years ago
  31. f26914b Actually, we only need to 'make dist-gzip' prior to building the SRPM by DRC · 14 years ago
  32. 079b434 Add mechanism for creating RPMs by DRC · 14 years ago
  33. 6f52592 Should really use $(srcdir) here by DRC · 14 years ago
  34. 8ff1f25 Change default prefix to /opt/libjpeg-turbo by DRC · 14 years ago
  35. 211de3b Don't need Visual C++ project file by DRC · 14 years ago
  36. ec84a6b Change package name & version by DRC · 14 years ago
  37. 0a945a1 Make sure 'make dist' includes everything we want (and nothing we don't) by DRC · 14 years ago
  38. 6aa6a0a More missing files from jpeg-6b by DRC · 14 years ago
  39. 5ead57a The Independent JPEG Group's JPEG software v6b by Thomas G. Lane · 26 years ago
  40. 489583f The Independent JPEG Group's JPEG software v6a by Thomas G. Lane · 28 years ago
  41. bc79e06 The Independent JPEG Group's JPEG software v6 by Thomas G. Lane · 29 years ago
  42. a8b67c4 The Independent JPEG Group's JPEG software v5b by Thomas G. Lane · 29 years ago
  43. 9ba2f5e The Independent JPEG Group's JPEG software v5a by Thomas G. Lane · 30 years ago
  44. 36a4ccc The Independent JPEG Group's JPEG software v5 by Thomas G. Lane · 30 years ago
  45. cc7150e The Independent JPEG Group's JPEG software v4a by Thomas G. Lane · 31 years ago
  46. 88aeed4 The Independent JPEG Group's JPEG software v4 by Thomas G. Lane · 32 years ago
  47. 4a6b730 The Independent JPEG Group's JPEG software v3 by Thomas G. Lane · 32 years ago
  48. bd543f0 The Independent JPEG Group's JPEG software v2 by Thomas G. Lane · 33 years ago
  49. 2cbeb8a The Independent JPEG Group's JPEG software v1 by Thomas G. Lane · 33 years ago
  50. 4d5fc18 Reflect the fact that CFLAGS=CXXFLAGS=-O3 by default by DRC · 14 years ago
  51. e7b699d Set CFLAGS=CXXFLAGS=-O3 if using GCC and the flags are not already set by DRC · 14 years ago
  52. 327184f builddir isn't always defined by DRC · 14 years ago
  53. ce1546e License info + updated performance claims by DRC · 14 years ago
  54. 971d851 Enable (i.e. fix) VPATH and out-of-tree builds by DRC · 14 years ago
  55. bd17e2a Instructions for cross compiling MinGW libs on Cygwin by DRC · 14 years ago
  56. 101f09a Build instructions by DRC · 14 years ago
  57. bf0fab9 MinGW uses autoconf 2.56 by DRC · 14 years ago
  58. f4253a7 Visual C++ build by DRC · 14 years ago
  59. 34d59e7 Clean up test detritus by DRC · 14 years ago
  60. 60fa060 Re-add relevant files and tests from libjpeg v6b by DRC · 14 years ago
  61. 60cddeb Restore --without-simd option for testing purposes by DRC · 14 years ago
  62. 21d6683 Do not build libturbojpeg as a versioned library by DRC · 14 years ago
  63. 411dcf5 Oops. Still need to #define WITH_SIMD by DRC · 14 years ago
  64. 87581b8 Make SIMD build compulsory (otherwise, what's the point?) by DRC · 14 years ago
  65. 1bf1a14 Build shared libraries by default; Include libturbojpeg in distribution by DRC · 14 years ago
  66. 4f44281 Oops. Use EGREP instead of GREP, because GREP is not available in earlier versions of autotools by DRC · 14 years ago
  67. 2a46aee Fix build problems on Solaris 10 by DRC · 14 years ago
  68. 83e9cd5 Enable 64-bit libjpeg/SIMD build on Solaris by DRC · 14 years ago
  69. a1e9878 Use the correct version to name the shared library, and if the shared library build is enabled, allow the headers to be installed by DRC · 14 years ago
  70. 0c0f304 Allow building libjpeg.so if --enable-shared is passed to configure (but disable shared library build by default) by DRC · 14 years ago
  71. e54fb0b [Bugfix] Mark stack as non-executable in NASM code. by Adam Tkac · 14 years ago
  72. 1536192 Update the svn:ignore lists for the new build system. by Pierre Ossman · 15 years ago
  73. 321ad51 Enable 64-bit build on Snow Leopard by DRC · 15 years ago
  74. 132b5fd Work around alignment issue with OS X linker which was causing problems on Leopard and Snow Leopard by DRC · 15 years ago
  75. fc5dc4f Some systems (notably OS X Leopard) have fls() already, so rename ours to avoid conflict by DRC · 15 years ago
  76. 021da08 Not all platforms define __WORDSIZE by DRC · 15 years ago
  77. e281664 Greatly improve performance of Huffman decoding by DRC · 15 years ago
  78. 6c0e1fc Significantly improve grayscale performance by DRC · 15 years ago
  79. 0ba6826 Merge unified_buildsys branch to trunk (r3892 - r3898) by Adam Tkac · 15 years ago
  80. a21a01c Update (C) notice and fix line feed in usage instructions by DRC · 15 years ago
  81. 353332b Corrected last patch: Use jsimd_none.c instead of jsimd_i386.c on by Peter Åstrand · 15 years ago
  82. adfd233 Windows build fixes: by Peter Åstrand · 15 years ago
  83. dae4474 Unfortunately, the previous enhancements made an invalid assumption about the code sizes, which caused "DCT out of range" errors in the decoder. Was able to fix 64-bit without losing any performance, but unfortunately had to revert 32-bit back to its previous behavior for now. by DRC · 15 years ago
  84. 8ece7fe Update copyrights to indicate files modified with colorspace extensions by DRC · 15 years ago
  85. 62aaa7e Oops. Clean up a couple of remaining 32-bit memory accesses by DRC · 15 years ago
  86. 8443e52 Improve compression performance by 15-20% by DRC · 15 years ago
  87. 5d20b7e Make our Makefile.am a bit easier to convert to a standalone one by by Pierre Ossman · 15 years ago
  88. 79ecd1b Make sure bmp.h gets distributed. by Pierre Ossman · 15 years ago
  89. f1418c7 Make sure the indirectly used assembly files get packaged. by Pierre Ossman · 15 years ago
  90. 9a6b8dc Make x86_64 SIMD code PIC friendly by Pierre Ossman · 15 years ago
  91. db838bd Ignore test tools and files generated by them by Pierre Ossman · 15 years ago
  92. ba82ddf Clean up SIMD glue code by Pierre Ossman · 15 years ago
  93. 1aea5fa Remove unused variable. by Pierre Ossman · 15 years ago
  94. afa937e Improve the messages for the SIMD configuration test now that we support by Pierre Ossman · 15 years ago
  95. 73de982 Add back in cjpeg and djpeg utilities for testing purposes by DRC · 15 years ago
  96. cdc8ac3 64-bit SIMD acceleration by DRC · 15 years ago
  97. 3a63184 Fix dependencies for merged upsampling code by DRC · 15 years ago
  98. 61e51f9 Test fast upsampling "4:1:1 = 4:2:0" by DRC · 15 years ago
  99. 720e161 Add colorspace extensions to merged upsampling routines by DRC · 15 years ago
  100. e673a17 Remove unnecessary code by DRC · 15 years ago