1. a9b646c Allow RGB JPEG files to be created/decoded when using the LJT colorspace extensions by DRC · 12 years ago
  2. 69c1408 Oops by DRC · 12 years ago
  3. 9e7eb27 Move build dir. variables back into makemacpkg to avoid messing up the Solaris packaging system. by DRC · 12 years ago
  4. 51d626f Don't include documentation in 32-bit supplemental package by DRC · 12 years ago
  5. 01bf9d9 Fix 'make dist' by DRC · 12 years ago
  6. ef49f79 by DRC · 12 years ago
  7. 57bd84f RPM spec no longer uses %{_srcdir} by DRC · 12 years ago
  8. 20b734e Infrastructure for producing a universal x86-64/i386/ARM version of libjpeg.a and libturbojpeg.a on OS X, so that the same library can be used to build OS X and iOS apps by DRC · 12 years ago
  9. a1647c8 Install docs when doing 'make install' on Unix; Fix 'install' target on Windows; Include wizard.txt, example.c, and structure.txt in installed docs by DRC · 12 years ago
  10. b39dfe7 Merge description from README-turbo.txt into packages by DRC · 12 years ago
  11. f832eae Merge description from README-turbo.txt into packages by DRC · 12 years ago
  12. be6d424 Compiler warning by DRC · 12 years ago
  13. 0f0fd75 Compiler warnings by DRC · 12 years ago
  14. 760ea8d Merge documentation and wordsmithing changes from 1.2, including promotion of -arithmetic to a "switch for advanced users" by DRC · 12 years ago
  15. 44a97e8 Not necessary to save r10 and r11, since these are scratch registers by DRC · 12 years ago
  16. c3ba39f Merge copyright messages into one string and change the run-time messages to avoid confusion (we are not technically based on the latest libjpeg, although we do borrow some code from it) by DRC · 12 years ago
  17. 7ed7b57 Eliminate "main is usually a function" warnings by DRC · 12 years ago
  18. 11a122b Wordsmithing and grammar by DRC · 12 years ago
  19. 6916f87 Several clarifications regarding v7/v8 API/ABI support by DRC · 12 years ago
  20. 1d5b1cf Merge copyright messages into one string and change the run-time messages to avoid confusion (we are not technically based on the latest libjpeg, although we do borrow some code from it) by DRC · 12 years ago
  21. ccd1bfd Incorporate a few upstream doc changes; grammar police; wordsmithing; Move -arithmetic into "switches for advanced users" by DRC · 12 years ago
  22. 5829cb2 The Independent JPEG Group's JPEG software v8d by Guido Vollbeding · 13 years ago
  23. c39ec14 The Independent JPEG Group's JPEG software v8c by Guido Vollbeding · 14 years ago
  24. a4ecaac The Independent JPEG Group's JPEG software v8b by Guido Vollbeding · 14 years ago
  25. f18f81b The Independent JPEG Group's JPEG software v8a by Guido Vollbeding · 14 years ago
  26. 989630f The Independent JPEG Group's JPEG software v8 by Guido Vollbeding · 15 years ago
  27. 5996a25 The Independent JPEG Group's JPEG software v7 by Guido Vollbeding · 15 years ago
  28. 1e247ac The Independent JPEG Group's JPEG software v6b with arithmetic coding support by Guido Vollbeding · 26 years ago
  29. 5ead57a The Independent JPEG Group's JPEG software v6b by Thomas G. Lane · 26 years ago
  30. 489583f The Independent JPEG Group's JPEG software v6a by Thomas G. Lane · 28 years ago
  31. bc79e06 The Independent JPEG Group's JPEG software v6 by Thomas G. Lane · 29 years ago
  32. a8b67c4 The Independent JPEG Group's JPEG software v5b by Thomas G. Lane · 29 years ago
  33. 9ba2f5e The Independent JPEG Group's JPEG software v5a by Thomas G. Lane · 30 years ago
  34. 36a4ccc The Independent JPEG Group's JPEG software v5 by Thomas G. Lane · 30 years ago
  35. cc7150e The Independent JPEG Group's JPEG software v4a by Thomas G. Lane · 31 years ago
  36. 88aeed4 The Independent JPEG Group's JPEG software v4 by Thomas G. Lane · 32 years ago
  37. 4a6b730 The Independent JPEG Group's JPEG software v3 by Thomas G. Lane · 32 years ago
  38. bd543f0 The Independent JPEG Group's JPEG software v2 by Thomas G. Lane · 33 years ago
  39. 2cbeb8a The Independent JPEG Group's JPEG software v1 by Thomas G. Lane · 33 years ago
  40. 866e6ff Fix 'make dist' by DRC · 12 years ago
  41. 9cd4e4b Add more extensive TurboJPEG regression tests by DRC · 12 years ago
  42. 6ebf110 Move test images into their own subdirectory by DRC · 12 years ago
  43. d65d99a Compiler warnings by DRC · 12 years ago
  44. e006f5c Oops. Height of output buffer should equal scaled height, not JPEG height. by DRC · 12 years ago
  45. 8c8124b Oops. Need to handle cases in which num_components > n by DRC · 12 years ago
  46. 3091354 Be clear that we are only emulating the libjpeg v7/v8 API/ABI, not the library itself. by DRC · 12 years ago
  47. b6b3067 by DRC · 12 years ago
  48. d657ba6 Move -arithmetic into "switches for advanced users" by DRC · 12 years ago
  49. 16c6e26 Update upstream e-mail address by DRC · 12 years ago
  50. a5dcab6 Create 1.2.x branch by DRC · 12 years ago
  51. 12781cb Properly decompress erroneous CMYK/YCCK images whose K component has an ID of 1 instead of 4 (this is to support SumatraPDF) by DRC · 12 years ago
  52. a7466c9 Move INLINE macro into config.h. That's really where it belongs anyhow, since it is used only internally, and putting it in jconfig.h was causing problems with DevIL. by DRC · 12 years ago
  53. 2d48165 Merge spacing changes from VirtualGL by DRC · 13 years ago
  54. 307156d Merge wordsmithing/grammar fixes from trunk by DRC · 13 years ago
  55. 81a50f7 Grammar police by DRC · 13 years ago
  56. 2c62da3 Subtle point, but TurboJPEG is the API and TurboJPEG/OSS is the library implementing that API. by DRC · 13 years ago
  57. efe28ce Compiler warnings by DRC · 13 years ago
  58. b76c840 Add program that demonstrates how to check for the existence of the colorspace extensions by DRC · 13 years ago
  59. 67ce3b2 Added new alpha channel colorspace constants/pixel formats, so applications can specify that they need the unused byte in a 4-component RGB output buffer set to 0xFF when decompressing. by DRC · 13 years ago
  60. ab64b62 Add LIBJPEG_TURBO_VERSION macro for checking the libjpeg-turbo version at compile time by DRC · 13 years ago
  61. 80803ae "which"="that" by DRC · 13 years ago
  62. c412184 Fixed non-fatal out-of-bounds read in SSE2 SIMD code reported by valgrind when decompressing a JPEG image to a bitmap buffer whose size was not a multiple of 16 bytes. by DRC · 13 years ago
  63. 795e6ad Fixed non-fatal out-of-bounds read in SSE2 SIMD code reported by valgrind when decompressing a JPEG image to a bitmap buffer whose size was not a multiple of 16 bytes. by DRC · 13 years ago
  64. ebfe9e4 Fixed non-fatal out-of-bounds read in SSE2 SIMD code reported by valgrind when decompressing a JPEG image to a bitmap buffer whose size was not a multiple of 16 bytes. by DRC · 13 years ago
  65. 105f9a9 Expose NASM variable in ccmake by DRC · 13 years ago
  66. 0f905d3 Expose NASM variable in ccmake by DRC · 13 years ago
  67. 1ca924a NASM automatically adds the current directory to the include path, but YASM doesn't, so we need to explicitly add it. by DRC · 13 years ago
  68. b56ae3d 1.2.0 by DRC · 13 years ago
  69. 77fee43 by DRC · 13 years ago
  70. 7bc3fb5 by DRC · 13 years ago
  71. 7080ea3 by DRC · 13 years ago
  72. 3c21b08 by DRC · 13 years ago
  73. a006fba Fix 'make dist' by DRC · 13 years ago
  74. 89c59dd iOS doesn't allow dynamic linking against non-system libs by DRC · 13 years ago
  75. 94755ce ARM + iOS instructions by DRC · 13 years ago
  76. 8e11a05 Make sure we don't call jpeg_destroy_[de]compress() on an uninitialized struct, as bad mojo can ensue. by DRC · 13 years ago
  77. 20c7dbc Fix compiler warning by DRC · 13 years ago
  78. 06420c4 Oops. Don't try to use custom filter at the C level unless it is defined at the Java level. by DRC · 13 years ago
  79. f69dc28 Wordsmithing by DRC · 13 years ago
  80. 4ad6003 Always link tjbench against jpeg-static instead of the JPEG DLL, since we are only using libjpeg for bitmap I/O by DRC · 13 years ago
  81. 6b968b2 Add TJCustomFilter to Windows build by DRC · 13 years ago
  82. 870fd8f Add a couple of missing pages by DRC · 13 years ago
  83. f546711 Implement custom filter callback in Java by DRC · 13 years ago
  84. 835b76f Fix 'make docs' with out-of-tree builds by DRC · 13 years ago
  85. c6fa5ba Fix 'make headers' with out-of-tree builds by DRC · 13 years ago
  86. 57a3736 by DRC · 13 years ago
  87. 7bf04d3 Implement a custom DCT filter callback for lossless transforms by DRC · 13 years ago
  88. 9a4570a Eliminate "main is usually a function" warnings by DRC · 13 years ago
  89. 3fbf08b Fill unused byte with 0xFF on Windows as well by DRC · 13 years ago
  90. d89e01f Use 8-bit write to avoid potential pointer aliasing issues (also, at least on x86, it's faster than the previous approach.) by DRC · 13 years ago
  91. c08e8c1 When decompressing to a 4-byte RGB buffer, set the unused byte to 0xFF so it can be interpreted as an opaque alpha channel. by DRC · 13 years ago
  92. b4570bb Improve performance of non-SIMD color conversion routines and use global constants to define colorspace extension parameters by DRC · 13 years ago
  93. f12bb30 Fix compile error when JCS_EXTENSIONS!=1 by DRC · 13 years ago
  94. 22bfd9c Use descriptions from libjpeg v8 by DRC · 13 years ago
  95. 36edad7 Back out CMYK-to-RGB conversions. There is really no way to properly do CMYK-to-RGB conversion without color management, which is out of scope for libjpeg-turbo. Applications wishing to do a trivial conversion, such as was implemented in these routines, can simply request CMYK output and do the trivial conversion themselves (or, even better, use an OSS color management library.) We should not encourage the use of in-library CMYK-to-RGB conversion as a substitute for color management. by DRC · 13 years ago
  96. b071f01 Update Nokia contact info by DRC · 13 years ago
  97. ad6955d Improve performance of IFAST iDCT by changing the order of transpose and descale steps by DRC · 13 years ago
  98. 5129e39 Make ARM ISLOW iDCT faster on typical cases, and eliminate the possibility of 16-bit overflows when handling arbitrary coefficients. by DRC · 13 years ago
  99. 98a44fe Improve the performance of YCbCr to RGB conversion on ARM by DRC · 13 years ago
  100. ce4e3e8 NEON-accelerated slow integer inverse DCT by DRC · 13 years ago