1. 0be9fa5 SIMD support for performing color conversion using MIPS DSPr2 instructions by DRC · 11 years ago
  2. 17745dd Bump version to prepare for new features by DRC · 11 years ago
  3. 7175e51 Further enhancements/fixes to the packaging system: by DRC · 11 years ago
  4. 764e1e2 Overhaul Linux/Unix packaging system, primarily to avoid conflicts with vendor-supplied libjpeg-turbo packages (such as in Fedora and RHEL 6.) This also streamlines the packaging system somewhat, since it is no longer necessary to move the TurboJPEG libraries into the system library directory. Relocating those libraries was originally done to provide backward compatibility with TurboJPEG/IPP, but that package is long obsolete, and the software that formerly used it has been linking statically with libjpeg-turbo for quite some time. by DRC · 11 years ago
  5. 0ddff3b Formatting tweaks by DRC · 11 years ago
  6. 5e96c9b Bump version for post-beta pre-releases by DRC · 11 years ago
  7. 0bf58f2 Include a C version of md5cmp rather than depending on an external md5sum binary, since md5sum is not available on all platforms (specifically, it doesn't exist on FreeBSD, and it has to be installed via MacPorts on OS X.) by DRC · 11 years ago
  8. 5039d73 Eliminated the awkward and confusing "TurboJPEG/OSS" designation, since there are no other active implementations of the TurboJPEG API anymore; don't refer to the libjpeg API library as "libjpeg-turbo" anymore, since that can be confusing; ARM v7s build instructions by DRC · 11 years ago
  9. 6da61db Fix several issues with SRPM generation: (1) ensure that all relevant configure arguments get passed down to the configure command line in the generated spec file, (2) adjust the file manifest in the spec to accommodate the differing "age" version whenever the in-memory source/dest managers are used, and (3) fix an issue with the value of SO_MAJOR_VERSION passed down to the configure command line in the generated spec file (SO_MAJOR_VERSION has to remain pure, so we use a different variable to pass down the combined "current+age" value to libtool in Makefile.am.) by DRC · 11 years ago
  10. ab70623 Implement in-memory source/destination managers even when not emulating the libjpeg v8 API/ABI by DRC · 11 years ago
  11. cb2036f Say "do not include" rather than "omit", to be consistent with the CMake build system and the output of the configure script. by DRC · 11 years ago
  12. 211d1e7 Consolidate the MD5 sums into one location and add a --without-turbojpeg switch to the Un*x build to allow building libjpeg-turbo without the TurboJPEG/OSS wrapper library. These modifications were supposed to lay the ground work for adding compile-time-selectable 12-bit JPEG support, but unfortunately there are deeper issues that prevent the implementation of that feature right now (namely, some of the modifications made to the C code to support the SIMD code are apparently not 12-bit-friendly.) by DRC · 12 years ago
  13. 84f7122 1.2.90 (1.3 beta1) by DRC · 12 years ago
  14. fac3bea Add a Java version of TJBench and extend the TurboJPEG Java API to support it (this involved adding a polymorphic method in TJCompressor that accepts x and y offsets into a larger buffer, similar to the previous modification that had been done to TJDecompressor.) by DRC · 12 years ago
  15. 6dd6b3a Get rid of the Solaris packaging system. Solaris packages are obsolete, only a handful of people were downloading those binaries, and maintaining the system was proving to be a pain. by DRC · 12 years ago
  16. f52682e Get rid of the Solaris packaging system. Solaris packages are obsolete, only a handful of people were downloading those binaries, and maintaining the system was proving to be a pain. by DRC · 12 years ago
  17. cb6157b Add more extensive TurboJPEG regression tests by DRC · 12 years ago
  18. bf0bdac Bump version to 1.2.80 (1.3 alpha1) to prepare for receiving new features by DRC · 12 years ago
  19. ab64b62 Add LIBJPEG_TURBO_VERSION macro for checking the libjpeg-turbo version at compile time by DRC · 13 years ago
  20. b56ae3d 1.2.0 by DRC · 13 years ago
  21. b4570bb Improve performance of non-SIMD color conversion routines and use global constants to define colorspace extension parameters by DRC · 13 years ago
  22. 1208d50 Trying to out-clever ourselves by having autotools generate the deb-control file broke the 32-bit supplementary DEB, so revert to the method we used in LJT 1.0 to generate this file. by DRC · 13 years ago
  23. 68a086a Trying to out-clever ourselves by having autotools generate the deb-control file broke the 32-bit supplementary DEB, so revert to the method we used in LJT 1.0 to generate this file. by DRC · 13 years ago
  24. 4346f91 iOS ARM support by DRC · 13 years ago
  25. cf137ac 1.1.2 by DRC · 13 years ago
  26. 321e068 ARM NEON support by DRC · 13 years ago
  27. ddcd5a1 Use option() to handle configuration variables, so they will show up in the CMake GUI by DRC · 13 years ago
  28. 98b8529 Use option() to handle configuration variables, so they will show up in the CMake GUI by DRC · 13 years ago
  29. dffd53d Fix 'make dist' so that it includes only what we need from java/ (it was errantly including java/Makefile) by DRC · 13 years ago
  30. f2602ce Build and package TurboJPEG/OSS Java wrapper into JAR file by DRC · 13 years ago
  31. e08c05f "JAVA_CFLAGS"="JNI_CFLAGS" by DRC · 13 years ago
  32. 1e14b47 Get rid of unused IS_WIN32 conditional by DRC · 13 years ago
  33. c56a74c Get rid of unused IS_WIN32 conditional by DRC · 13 years ago
  34. bb83575 Get rid of unused IS_WIN32 conditional by DRC · 13 years ago
  35. b94f2de Clean up packaging system by DRC · 13 years ago
  36. 328c438 Oops. Forgot to generate makecygwinpkg by DRC · 13 years ago
  37. 5e091d4 Need to put the generated packaging scripts in a directory other than release/ so they won't get distributed by DRC · 13 years ago
  38. 95db4f4 Clean up packaging system by DRC · 13 years ago
  39. 1a79ede 1.1.1 by DRC · 13 years ago
  40. 5d1e034 Enable full GCC compiler warnings by default by DRC · 13 years ago
  41. b4a50ce Enable full GCC compiler warnings by default by DRC · 13 years ago
  42. 9fa9559 Use a proper version script for libturbojpeg by DRC · 13 years ago
  43. 6e51e19 Use a proper version script for libturbojpeg, since we've added functions to it since 1.0 by DRC · 13 years ago
  44. 69e1544 1.1.0 by DRC · 13 years ago
  45. 9af4077 The API/ABI should be described as "libjpeg v8", not "libjpeg v8b", since there are multiple libjpeg releases with the same interface by DRC · 13 years ago
  46. f38eee0 The API/ABI should be described as "libjpeg v8", not "libjpeg v8b", since there are multiple libjpeg releases with the same interface by DRC · 13 years ago
  47. 2e4d044 Ported jpgtest.cxx to pure C to avoid the need for a C++ compiler by DRC · 13 years ago
  48. a3c3059 Ported jpgtest.cxx to pure C to avoid the need for a C++ compiler by DRC · 13 years ago
  49. 1b0c3b0 Propagate --with-jni down to RPM SPEC by DRC · 13 years ago
  50. 1421a26 Don't set BUILDJNILIB=1 or default JAVA_CFLAGS unless --with-jni is specified by DRC · 13 years ago
  51. 25c5870 OS X Tiger requires that JNI libraries have the extension .jnilib, so create a sym link to make it happy by DRC · 13 years ago
  52. 063ab49 Detect jni.h; Provide mechanism for adding include paths necessary to find it; Set intelligent defaults for Linux/Mac/Solaris by DRC · 13 years ago
  53. de3c861 1.1.90 by DRC · 13 years ago
  54. f8e0055 Add JNI wrapper for TurboJPEG/OSS by DRC · 13 years ago
  55. 79778f6 1.0.2 by DRC · 13 years ago
  56. 990e28d Make arithmetic coding support status messages more clear by DRC · 14 years ago
  57. e372004 Added configure options to disable arithmetic encoding/decoding by DRC · 14 years ago
  58. 7a0478e Use version script for jpeg-6b emulation as well by DRC · 14 years ago
  59. 0f53df8 Allow Mac and Solaris packages to be built with v7/v8b emulated libraries by DRC · 14 years ago
  60. 8515d3d Emulate the version script in libjpeg v7/v8 shared libraries by DRC · 14 years ago
  61. 3a60624 1.0.90 (1.1 beta1) by DRC · 14 years ago
  62. 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
  63. 2edf19d Oops. Should be single, not double = sign by DRC · 14 years ago
  64. 2cdd2ae Display libjpeg-turbo version/copyrights in run-time programs by DRC · 14 years ago
  65. c54275c Fix version numbers for v7/v8 shared libs by DRC · 14 years ago
  66. eafbe8a Bump revision to 1.1 alpha by DRC · 14 years ago
  67. 36a6eec Added optional emulation of the jpeg-7 or jpeg-8b API/ABI's by DRC · 14 years ago
  68. a4ecaac The Independent JPEG Group's JPEG software v8b by Guido Vollbeding · 14 years ago
  69. f18f81b The Independent JPEG Group's JPEG software v8a by Guido Vollbeding · 14 years ago
  70. 989630f The Independent JPEG Group's JPEG software v8 by Guido Vollbeding · 15 years ago
  71. 5996a25 The Independent JPEG Group's JPEG software v7 by Guido Vollbeding · 15 years ago
  72. bdb1288 Automatically determine whether INCOMPLETE_TYPES_BROKEN should be defined by DRC · 14 years ago
  73. bab2941 1.0.1 by DRC · 14 years ago
  74. f1372d2 We're no longer using the RM macro in Makefile.am, so it doesn't need to be substituted anymore by DRC · 14 years ago
  75. 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
  76. bf5a12d Go ahead and set the version to 1.0.0 so all interim builds will be release candidates by DRC · 14 years ago
  77. 12fc3ea 0.0.94 by DRC · 14 years ago
  78. 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
  79. 991c2fc Some systems (FreeBSD, in particular) don't define the RM macro in automake by DRC · 14 years ago
  80. 86d8c0a 0.0.93 by DRC · 14 years ago
  81. 0927195 0.0.92 by DRC · 14 years ago
  82. 10a094f Bump version number by DRC · 14 years ago
  83. a93881b Remove debug output by DRC · 14 years ago
  84. d86e4d9 Build libturbojpeg.so using mapfile on Solaris by DRC · 14 years ago
  85. 1e2f298 Set default optimization flags to -xO5 if using Sun Studio by DRC · 14 years ago
  86. 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
  87. 315123f Add mechanism for building universal (i386/x86-64) binaries on Snow Leopard by DRC · 14 years ago
  88. 52a19f2 Add mechanism for creating DEB packages by DRC · 14 years ago
  89. 079b434 Add mechanism for creating RPMs by DRC · 14 years ago
  90. 8ff1f25 Change default prefix to /opt/libjpeg-turbo by DRC · 14 years ago
  91. ec84a6b Change package name & version by DRC · 14 years ago
  92. e7b699d Set CFLAGS=CXXFLAGS=-O3 if using GCC and the flags are not already set by DRC · 14 years ago
  93. bf0fab9 MinGW uses autoconf 2.56 by DRC · 14 years ago
  94. 60cddeb Restore --without-simd option for testing purposes by DRC · 14 years ago
  95. 411dcf5 Oops. Still need to #define WITH_SIMD by DRC · 14 years ago
  96. 87581b8 Make SIMD build compulsory (otherwise, what's the point?) by DRC · 14 years ago
  97. 1bf1a14 Build shared libraries by default; Include libturbojpeg in distribution by DRC · 14 years ago
  98. 0c0f304 Allow building libjpeg.so if --enable-shared is passed to configure (but disable shared library build by default) by DRC · 14 years ago
  99. ba82ddf Clean up SIMD glue code by Pierre Ossman · 15 years ago
  100. 1aea5fa Remove unused variable. by Pierre Ossman · 15 years ago