1. 7175e51 Further enhancements/fixes to the packaging system: by DRC · 11 years ago
  2. 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
  3. 0ddff3b Formatting tweaks by DRC · 11 years ago
  4. 7eced19 Remove unneeded headers (cdef.h isn't available on all platforms) and change u_int32_t to unsigned int, since u_int32_t isn't available on all platforms. This fixes build issues on Solaris. by DRC · 11 years ago
  5. 08769b3 Grammar police by DRC · 11 years ago
  6. f32640e Document issues encountered when building on OS X 10.7 and later. by DRC · 11 years ago
  7. 6cd1ec4 It's more correct to say "The Independent JPEG Group's software", since libjpeg-turbo emulates both the command-line and application programming interfaces. by DRC · 11 years ago
  8. 7ed0aeb Add note about how to obtain PackageMaker if using recent Xcode releases. by DRC · 12 years ago
  9. 5e96c9b Bump version for post-beta pre-releases by DRC · 12 years ago
  10. 5a84a0e by DRC · 12 years ago
  11. fde862b Trying to build ARM v7/v7s iOS binaries from the "official" libjpeg-turbo tarball (generated on RHEL4/autoconf 2.59/automake 1.9.2/libtool 1.5.6) using either Xcode 3.2.x or 4.5.x produces an error: "libtool: compile: unable to infer tagged configuration". Further study is warranted, but the most expedient way around it at the moment is to re-run autoconf on the OS X machine that is being used to generate the iOS binaries. by DRC · 12 years ago
  12. 292fb84 Fix 'make dist' by DRC · 12 years ago
  13. 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 · 12 years ago
  14. a35de7c Fix line break by DRC · 12 years ago
  15. a2a2cd6 Include ARM v7s (iPhone 5, iPad 4) support in the universal libjpeg/libturbojpeg libraries distributed with our official binary package for OS X. by DRC · 12 years ago
  16. 189ee81 Oops. Separate .def file is not needed when compiling with jpeg-8 API/ABI emulation. by DRC · 12 years ago
  17. 0f7ff71 Wordsmith the project description by DRC · 12 years ago
  18. bdfcb74 Actually, turbojpeg.c works with libjpeg as well by DRC · 12 years ago
  19. 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 · 12 years ago
  20. 98ca1c3 ImageIO.read() returns null if the input image type is not supported (which occurs when trying to read a PPM file), so output a friendly error instead of letting the next line throw a null pointer exception. by DRC · 12 years ago
  21. 2e22eb6 New year, new copyright message by DRC · 12 years ago
  22. 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 · 12 years ago
  23. dc4645d Since Windows doesn't use lazy loading, clarify that a Windows application that uses jpeg_mem_dest() or jpeg_mem_src() must use the DLL containing those functions at run time. Other wordsmithing by DRC · 12 years ago
  24. 736fb06 Compiler warnings on Windows by DRC · 12 years ago
  25. ab70623 Implement in-memory source/destination managers even when not emulating the libjpeg v8 API/ABI by DRC · 12 years ago
  26. b87136c Include justification for not supporting SmartScale, DCT scaling, and the libjpeg v9 ABI by DRC · 12 years ago
  27. eff4f95 Subtle point, but the libjpeg v7+ API is not backward incompatible. That is, programs that were built against jpeg-6b can still build against jpeg-7+ with no issues. It's only the ABI that is backward incompatible, so the primary justification for implementing the emulation feature was to provide run-time (ABI) compatibility. by DRC · 12 years ago
  28. 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 · 12 years ago
  29. 7c39e3a Include full readme for nightshot_iso_100 by DRC · 12 years ago
  30. 1f4cc44 The GNU version of md5sum is picky about the spacing by DRC · 12 years ago
  31. 00c2cf3 Fix the x86 build with NASM 0.98. Since NASM 0.98 is the default version on OS X, we want to at least allow people to build 32-bit code with it, even though it can't properly build 64-bit code. by DRC · 12 years ago
  32. b87a0b4 Fix the x86 build with NASM 0.98. Since NASM 0.98 is the default version on OS X, we want to at least allow people to build 32-bit code with it, even though it can't properly build 64-bit code. by DRC · 12 years ago
  33. 0f43551 Fix 'make dist' by DRC · 12 years ago
  34. c5052c7 Acknowledge the source of nightshot_iso_100.bmp by DRC · 12 years ago
  35. 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
  36. 5815699 In all fairness, breaking backward ABI compatibility was necessary in jpeg-7 and jpeg-8 due to the fact that the caller allocates the struct. by DRC · 12 years ago
  37. f29ffd3 Modify 'make test' so that it uses MD5 sums instead of reference images. This eliminates the need to check most of the test images into the repository, which keeps the source tarball to a reasonable size. by DRC · 12 years ago
  38. 2f12d7a Also remove mention of install.txt and filelist.txt in the build system and README. by DRC · 12 years ago
  39. 6f96153 install.txt contains no information relevant to libjpeg-turbo, and filelist.txt does not give any information that can't be gleaned by looking at the headers in the various source files. by DRC · 12 years ago
  40. e54d31a by DRC · 12 years ago
  41. 6b638a6 by DRC · 12 years ago
  42. d211eff by DRC · 12 years ago
  43. dad4d2e by DRC · 12 years ago
  44. d5e964c Wordsmithing; Remove mention of TurboJPEG/IPP-- it is no longer a relevant comparison, since the version of IPP on which TurboJPEG/IPP was based is now quite old, and TurboJPEG/IPP is no longer distributed or supported by The VirtualGL Project; Include information about mathematical incompatibilities with jpeg-8 by DRC · 12 years ago
  45. c168d96 Prevent compiler warning on Windows if jmorecfg.h is included after the Windows headers, which also define FAR. by DRC · 12 years ago
  46. 6a32d04 Prevent compiler warning on Windows if jmorecfg.h is included after the Windows headers, which also define FAR. by DRC · 12 years ago
  47. 2870131 Spacing tweak by DRC · 12 years ago
  48. d7ca17b We support arithmetic coding, which is a feature of libjpeg v7/v8 by DRC · 12 years ago
  49. ac51438 Indicate our support for some of the jpeg-8d features, as well as arithmetic coding by DRC · 12 years ago
  50. 966d8b7 Undocument ansi2knr.c, since we don't include it by DRC · 12 years ago
  51. c137f0f Merge some of the README changes from jpeg-8d and change the copyright and version strings to reflect that we use some of that code. by DRC · 12 years ago
  52. 5829cb2 The Independent JPEG Group's JPEG software v8d by Guido Vollbeding · 13 years ago
  53. c39ec14 The Independent JPEG Group's JPEG software v8c by Guido Vollbeding · 14 years ago
  54. a4ecaac The Independent JPEG Group's JPEG software v8b by Guido Vollbeding · 14 years ago
  55. f18f81b The Independent JPEG Group's JPEG software v8a by Guido Vollbeding · 15 years ago
  56. 989630f The Independent JPEG Group's JPEG software v8 by Guido Vollbeding · 15 years ago
  57. 5996a25 The Independent JPEG Group's JPEG software v7 by Guido Vollbeding · 15 years ago
  58. 1e247ac The Independent JPEG Group's JPEG software v6b with arithmetic coding support by Guido Vollbeding · 26 years ago
  59. 5ead57a The Independent JPEG Group's JPEG software v6b by Thomas G. Lane · 26 years ago
  60. 489583f The Independent JPEG Group's JPEG software v6a by Thomas G. Lane · 29 years ago
  61. bc79e06 The Independent JPEG Group's JPEG software v6 by Thomas G. Lane · 29 years ago
  62. a8b67c4 The Independent JPEG Group's JPEG software v5b by Thomas G. Lane · 29 years ago
  63. 9ba2f5e The Independent JPEG Group's JPEG software v5a by Thomas G. Lane · 30 years ago
  64. 36a4ccc The Independent JPEG Group's JPEG software v5 by Thomas G. Lane · 30 years ago
  65. cc7150e The Independent JPEG Group's JPEG software v4a by Thomas G. Lane · 32 years ago
  66. 88aeed4 The Independent JPEG Group's JPEG software v4 by Thomas G. Lane · 32 years ago
  67. 4a6b730 The Independent JPEG Group's JPEG software v3 by Thomas G. Lane · 32 years ago
  68. bd543f0 The Independent JPEG Group's JPEG software v2 by Thomas G. Lane · 33 years ago
  69. 2cbeb8a The Independent JPEG Group's JPEG software v1 by Thomas G. Lane · 33 years ago
  70. f37e4da Port RGB-to-Grayscale color transform from jpeg-8d by DRC · 12 years ago
  71. 251db63 Further changes to the copyright/attribution notices to make it clear that our modified files are not part of the IJG's software. by DRC · 12 years ago
  72. a9d39ce Further changes to the copyright/attribution notices to make it clear that our modified files are not part of the IJG's software. by DRC · 12 years ago
  73. e0634b1 We now support the additional decompression scaling factors from jpeg-7 by DRC · 12 years ago
  74. 8cbf893 Port the width/height force feature from jpegtran v8d. by DRC · 12 years ago
  75. f73a27c Add cjpeg -rgb option from jpeg-8d by DRC · 12 years ago
  76. b5f2e45 Minor modifications from jpeg-8d by DRC · 12 years ago
  77. b24a722 Further changes to the copyright/attribution notices to make it clear that our modified files are not part of the IJG's software. by DRC · 12 years ago
  78. 6d6e37d Further changes to the copyright/attribution notices to make it clear that our modified files are not part of the IJG's software. by DRC · 12 years ago
  79. cf763c0 Further changes to the copyright/attribution notices to make it clear that our modified files are not part of the IJG's software. by DRC · 12 years ago
  80. 03badea Further changes to the copyright/attribution notices to make it clear that our modified files are not part of the IJG's software. by DRC · 12 years ago
  81. 84f7122 1.2.90 (1.3 beta1) by DRC · 12 years ago
  82. a73e870 Change the copyright notices to make it clear that our modified files are not part of the IJG's software. by DRC · 12 years ago
  83. 0bfb780 Change the copyright notices to make it clear that our modified files are not part of the IJG's software. by DRC · 12 years ago
  84. 2dcd4b5 Fix bug in unused code by DRC · 12 years ago
  85. 152e4c5 Fix bug in unused code by DRC · 12 years ago
  86. 75cf497 Use a more robust method of obtaining the build timestamp on Windows. 'wmic os get LocalDateTime' will always return the timestamp in the format we want (YYYYMMDD), whereas date /t is sensitive to locale. If wmic fails, then we fall back to using date /t, even though this means that the BUILD variable will end up in the incorrect format on some systems. by DRC · 12 years ago
  87. 5e3bb3e Use a more robust method of obtaining the build timestamp on Windows. 'wmic os get LocalDateTime' will always return the timestamp in the format we want (YYYYMMDD), whereas date /t is sensitive to locale. If wmic fails, then we fall back to using date /t, even though this means that the BUILD variable will end up in the incorrect format on some systems. by DRC · 12 years ago
  88. de924b8 Use a more robust method of obtaining the build timestamp on Windows. 'wmic os get LocalDateTime' will always return the timestamp in the format we want (YYYYMMDD), whereas date /t is sensitive to locale. If wmic fails, then we fall back to using date /t, even though this means that the BUILD variable will end up in the incorrect format on some systems. by DRC · 12 years ago
  89. bc2e66c Fix MinGW build and remove duplication of effort by DRC · 12 years ago
  90. d9d1d67 by DRC · 12 years ago
  91. 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
  92. 61e1341 If libturbojpeg.jnilib is not found on Mac systems, specifically look for it under /usr/lib, since /usr/lib isn't part of the default java.library.path on that platform. by DRC · 12 years ago
  93. 29d8f25 Fix build issues that occurred whenever the source directory contained the letters "col", "mer", or "gra". by DRC · 12 years ago
  94. 8fd7221 Fix build issues that occurred whenever the source directory contained the letters "col", "mer", or "gra". by DRC · 12 years ago
  95. a394bf7 Allow the libjpeg-turbo32 package to be used on MultiArch-compatible systems without overriding the linker path or LD_LIBRARY_PATH. by DRC · 12 years ago
  96. 0a0f8d1 Allow the libjpeg-turbo32 package to be used on MultiArch-compatible systems without overriding the linker path or LD_LIBRARY_PATH. by DRC · 12 years ago
  97. 2186809 Oops. Add support for TJFLAG_FASTDCT to tjDecompressToYUV() as well. by DRC · 12 years ago
  98. e0419b5 Oops. Add support for TJFLAG_FASTDCT to tjDecompressToYUV() as well. by DRC · 12 years ago
  99. 3367f40 1.2.2 by DRC · 12 years ago
  100. cc336e7 Cosmetic fixes to argument lists by DRC · 12 years ago