1. ba6f457 make testclean should clean up .yuv and 4:4:0 files as well by DRC · 13 years ago
  2. e08c05f "JAVA_CFLAGS"="JNI_CFLAGS" by DRC · 13 years ago
  3. b94f2de Clean up packaging system by DRC · 13 years ago
  4. 890f1e0 Expose libjpeg lossless transform feature in TurboJPEG/OSS by DRC · 14 years ago
  5. 9fa9559 Use a proper version script for libturbojpeg by DRC · 14 years ago
  6. 9cd2c42 Include jpgtest in Unix/Linux distribution packages by DRC · 14 years ago
  7. 240d82f Include jpgtest in Unix/Linux distribution packages by DRC · 14 years ago
  8. 2ddcc63 Distribute high-quality and grayscale test images by DRC · 14 years ago
  9. 16e761e Include high-quality test image in distribution by DRC · 14 years ago
  10. da509e3 New C version of jpgtest needs libm by DRC · 14 years ago
  11. a49c4e5 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
  12. c866633 SIMD-accelerated RGB-to-Grayscale color conversion by DRC · 14 years ago
  13. 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
  14. 2e4e0c0 New C version of jpgtest needs libm by DRC · 14 years ago
  15. 2e4d044 Ported jpgtest.cxx to pure C to avoid the need for a C++ compiler by DRC · 14 years ago
  16. a3c3059 Ported jpgtest.cxx to pure C to avoid the need for a C++ compiler by DRC · 14 years ago
  17. 207a03b Add java/ to dist by DRC · 14 years ago
  18. 063ab49 Detect jni.h; Provide mechanism for adding include paths necessary to find it; Set intelligent defaults for Linux/Mac/Solaris by DRC · 14 years ago
  19. f8e0055 Add JNI wrapper for TurboJPEG/OSS by DRC · 14 years ago
  20. fbb6747 Merge the TurboJPEG planar YUV encoding feature from VirtualGL 2.2 by DRC · 14 years ago
  21. f0b7fef Include arithmetic coding test files in dist by DRC · 14 years ago
  22. e372004 Added configure options to disable arithmetic encoding/decoding by DRC · 14 years ago
  23. 66f97e6 Support arithmetic encoding and decoding by DRC · 14 years ago
  24. a4ecaac The Independent JPEG Group's JPEG software v8b by Guido Vollbeding · 14 years ago
  25. 5996a25 The Independent JPEG Group's JPEG software v7 by Guido Vollbeding · 15 years ago
  26. d1c281a Create /opt/libjpeg-turbo/lib32 and /opt/libjpeg-turbo/lib64 symlinks when doing 'make install' by DRC · 14 years ago
  27. 0f53df8 Allow Mac and Solaris packages to be built with v7/v8b emulated libraries by DRC · 14 years ago
  28. 8515d3d Emulate the version script in libjpeg v7/v8 shared libraries by DRC · 14 years ago
  29. 9ef93db Modify OS X universal binary creation process to give the user more control over the 32-bit fork (necessary for building universal binaries with libjpeg v7/v8b emulation, for instance) by DRC · 14 years ago
  30. 1f80a10 Allow RPMs and SRPMs to be generated with v7/v8b emulation; Add CMake scripts and other missing files to source distribution by DRC · 14 years ago
  31. 310f606 Windows packaging has been moved to the CMake build system, so remove it from autotools by DRC · 14 years ago
  32. 39ea562 Document new v7/v8 features; .doc = .txt by DRC · 14 years ago
  33. 9a648cc Fix transpose feature with jpeg v6b code base by DRC · 14 years ago
  34. c04bd3c Implement lossless crop feature from jpeg v7 and v8 by DRC · 14 years ago
  35. c54275c Fix version numbers for v7/v8 shared libs by DRC · 14 years ago
  36. 36a6eec Added optional emulation of the jpeg-7 or jpeg-8b API/ABI's by DRC · 14 years ago
  37. 5263a80 Require a full build prior to testing (this fixes a problem whereby running 'make test' on an unbuilt tree would fail) by DRC · 14 years ago
  38. 50503c7 Include testimgflt.ppm in distribution by DRC · 14 years ago
  39. c21e538 Most of the "nosimd" test images no longer exist, so don't try to include them in the distribution by DRC · 14 years ago
  40. 3095971 Fix typo in SIMD dispatch routines which was causing 4:2:0 upsampling to by DRC · 14 years ago
  41. 7b99172 Not all platforms define RM by DRC · 14 years ago
  42. 13b0944 Include non-SIMD test images in distribution by DRC · 14 years ago
  43. 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
  44. ae79fdb Cygwin package build by DRC · 14 years ago
  45. cbda81a Distribute man pages in source tarball by DRC · 14 years ago
  46. 8e2bba9 Install libjpeg run-time programs and man pages and include in Unix/Linux packages by DRC · 14 years ago
  47. ef663e3 Only disable filesystem redirection in the 64-bit installers by DRC · 14 years ago
  48. 3dc1bc2 Create separate packages for Win64 binaries by DRC · 14 years ago
  49. 0b7d4ed Include ChangeLog.txt in dist by DRC · 14 years ago
  50. 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
  51. 968c8bb Fix 'make dist' since we added new test images by DRC · 15 years ago
  52. 4924e49 test depends on jpegut as well by DRC · 15 years ago
  53. 0fd8be5 Improve unit tests by DRC · 15 years ago
  54. b9b1ca3 Build Sun packages by DRC · 15 years ago
  55. d86e4d9 Build libturbojpeg.so using mapfile on Solaris by DRC · 15 years ago
  56. 68fef83 Split build instructions into a new file and add SDK usage notes to README-turbo.txt by DRC · 15 years ago
  57. 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
  58. 315123f Add mechanism for building universal (i386/x86-64) binaries on Snow Leopard by DRC · 15 years ago
  59. 6533b6e Add mechanism for creating Mac packages by DRC · 15 years ago
  60. 52a19f2 Add mechanism for creating DEB packages by DRC · 15 years ago
  61. f26914b Actually, we only need to 'make dist-gzip' prior to building the SRPM by DRC · 15 years ago
  62. 079b434 Add mechanism for creating RPMs by DRC · 15 years ago
  63. 6f52592 Should really use $(srcdir) here by DRC · 15 years ago
  64. 0a945a1 Make sure 'make dist' includes everything we want (and nothing we don't) by DRC · 15 years ago
  65. 971d851 Enable (i.e. fix) VPATH and out-of-tree builds by DRC · 15 years ago
  66. 34d59e7 Clean up test detritus by DRC · 15 years ago
  67. 60fa060 Re-add relevant files and tests from libjpeg v6b by DRC · 15 years ago
  68. 60cddeb Restore --without-simd option for testing purposes by DRC · 15 years ago
  69. 21d6683 Do not build libturbojpeg as a versioned library by DRC · 15 years ago
  70. 87581b8 Make SIMD build compulsory (otherwise, what's the point?) by DRC · 15 years ago
  71. 1bf1a14 Build shared libraries by default; Include libturbojpeg in distribution by DRC · 15 years ago
  72. 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 · 15 years ago
  73. 0c0f304 Allow building libjpeg.so if --enable-shared is passed to configure (but disable shared library build by default) by DRC · 15 years ago
  74. 5d20b7e Make our Makefile.am a bit easier to convert to a standalone one by by Pierre Ossman · 15 years ago
  75. 79ecd1b Make sure bmp.h gets distributed. by Pierre Ossman · 15 years ago
  76. ba82ddf Clean up SIMD glue code by Pierre Ossman · 15 years ago
  77. 73de982 Add back in cjpeg and djpeg utilities for testing purposes by DRC · 15 years ago
  78. 6e8b69d Don't install test programs, build them only. by Adam Tkac · 15 years ago
  79. 2e7b76b Include low-level unit tests borrowed from VirtualGL by DRC · 15 years ago
  80. 3a65ef4 Work around subdirectory bug in older automake. by Pierre Ossman · 15 years ago
  81. eea7215 Add SSE2 SIMD implementation of computationally intensive routines. by Pierre Ossman · 15 years ago
  82. 018fc42 Add SSE SIMD implementation of computationally intensive routines. by Pierre Ossman · 15 years ago
  83. 65d0317 Add 3DNow SIMD implementation of computationally intensive routines. by Pierre Ossman · 15 years ago
  84. 5eb84ff Add MMX SIMD implementation of computationally intensive routines. by Pierre Ossman · 15 years ago
  85. 2ae181c Implement x86 SIMD framework by Pierre Ossman · 15 years ago
  86. 59a3938 Framework for supporting SIMD acceleration by Pierre Ossman · 15 years ago
  87. da5a1fe [Bugfix] Include man files and more jpeg libraries in tarball by Adam Tkac · 16 years ago
  88. 0ca4425 Merged changes from branches/1.5-xserver (revision range 2432:2631) back to trunk. by Constantin Kaplinsky · 16 years ago