1. 7106ffe Merge branch 'master' into dev by DRC · 7 years ago
  2. 5426a4c TJUnitTest: Usage formatting tweaks by DRC · 7 years ago
  3. d0bac69 Java: Fix TJUnitTest on big endian platforms by DRC · 7 years ago
  4. 59322e0 Build: Change ppc64le DEB arch to ppc64el by DRC · 7 years ago
  5. 51cc89f Merge branch 'master' into dev by DRC · 7 years ago
  6. 4ded4df Build: Fix AltiVec detection on OS X Leopard by DRC · 7 years ago
  7. 1d93541 Build: Use -maltivec when testing AltiVec support by DRC · 7 years ago
  8. c0f3512 Merge branch 'master' into dev by DRC · 7 years ago
  9. 02fa8f2 Fix build on PowerPC SPE systems by DRC · 7 years ago
  10. 3212005 Java: Fix NullPointerException in YUVImage by DRC · 7 years ago
  11. 1478361 Bump version to 1.5.3 to prepare for new commits by DRC · 7 years ago
  12. e5c1613 x86: Fix "short jump is out of range" w/ NASM<2.04 by DRC · 7 years ago
  13. c945312 TJBench: Recover from non-fatal errors if possible by DRC · 7 years ago
  14. 9baef10 TurboJPEG: Don't make STOPONWARNING persistent by DRC · 7 years ago
  15. dadebcd TurboJPEG: Add "copy none", progressive xform opts by DRC · 7 years ago
  16. dedce66 Merge branch 'master' into dev by DRC · 7 years ago
  17. b0971e4 TurboJPEG: Document xform issue w/ big marker data by DRC · 7 years ago
  18. e248d43 Java TJBench: Fix parsing of -warmup argument by DRC · 7 years ago
  19. acb6349 Build: Disable warmup in TJBench regression tests by DRC · 7 years ago
  20. 1db1ce4 TJBench: Improve consistency of results by DRC · 7 years ago
  21. aba6ae5 TurboJPEG: Opt. enable progressive entropy coding by DRC · 7 years ago
  22. 596e396 Merge branch 'master' into dev by DRC · 7 years ago
  23. d0c3aa9 TurboJPEG: C API documentation buglet by DRC · 7 years ago
  24. d4092f6 TurboJPEG: Improve error handling by DRC · 7 years ago
  25. 42e1e2d Build: Custom target for generating JNI headers by DRC · 7 years ago
  26. 25c912c Build: Add custom target for generating Java docs by DRC · 7 years ago
  27. 178796e Build: Fix buglet in java/CMakeLists.txt (MSYS) by DRC · 7 years ago
  28. b9ab64d TurboJPEG: Thread-safe error message retrieval by DRC · 7 years ago
  29. 2ac4e9d Merge branch 'master' into dev by DRC · 7 years ago
  30. 6a2b067 TJBench: Code formatting tweaks by DRC · 7 years ago
  31. 11eec4a TJBench: Fix errors when decomp. files w/ ICC data by DRC · 7 years ago
  32. 301ba4f BUILDING.md: Include Android/x86 build recipes by DRC · 7 years ago
  33. 70f236d Travis: Fix OS X build by DRC · 7 years ago
  34. 2a4f189 Restore compatibility with older autoconf releases by DRC · 7 years ago
  35. 9d64f3c Attribute ARM runtime detection code to Nokia by DRC · 7 years ago
  36. da2a27e Honor max_memory_to_use/JPEGMEM/-maxmemory by DRC · 8 years ago
  37. c082dc0 AppVeyor: Fix CI build by DRC · 8 years ago
  38. d4c41fe TurboJPEG: Fix potential memory leaks by DRC · 8 years ago
  39. 44b2399 libjpeg API: Support reading/writing ICC profiles by DRC · 8 years ago
  40. d9cb76f Remove vestigial license text regarding autoconf by DRC · 8 years ago
  41. d34d255 Merge branch 'master' into dev by DRC · 8 years ago
  42. a0b7de9 Always tweak EXIF w/h tags w/ lossless transforms by DRC · 8 years ago
  43. 2252795 Fix error w/ lossless crop & libjpeg v7 emulation by DRC · 8 years ago
  44. eb38b61 Include jpeg_skip/crop_scanlines() in jpeg7.dll by DRC · 8 years ago
  45. 47b29e8 libjpeg.txt: Include partial decomp. in TOC by DRC · 8 years ago
  46. e1e816e Slightly de-confusify cjpeg, jpegtran usage info by DRC · 8 years ago
  47. 2fb4d7e BUILDING.md: Documentation buglet by DRC · 8 years ago
  48. 8a9b042 Merge branch 'master' into dev by DRC · 8 years ago
  49. 6441018 LICENSE.md: Include text of BSD/zlib licenses by DRC · 8 years ago
  50. 11426a8 Packaging system: "PACKAGE_NAME" = "PKGNAME" by DRC · 8 years ago
  51. 67ad535 Build: Don't require sudo for `make tarball` by DRC · 8 years ago
  52. 6c6696e Mac pkg: Use PKGNAME for documentation directory by DRC · 8 years ago
  53. 6530203 Build: More GNUInstallDirs improvements by DRC · 8 years ago
  54. c8358fc Build: Various improvements to install/pkg system by DRC · 8 years ago
  55. b0fcd0c Build: Minor tweaks to GNUInstallDirs defaults by DRC · 8 years ago
  56. 2b29bca Build: Fix Debug/RelWithDebInfo build with YASM by DRC · 8 years ago
  57. d681fa7 Build: Set install dirs in a more GNU-friendly way by DRC · 8 years ago
  58. ff05b6e Build: Fix Win "installer" target Java dependency by DRC · 8 years ago
  59. e6426d2 Build: Formatting tweak by DRC · 8 years ago
  60. 2af2fe4 Build: Clean up inline keyword detection by DRC · 8 years ago
  61. fcfc6c5 Fix build when CFLAGS contains -std=c89 (or -ansi) by DRC · 8 years ago
  62. 786b649 Reorg AltiVec detection code by DRC · 8 years ago
  63. f4ba09b Detect AltiVec support on OpenBSD by Donovan Watteau · 8 years ago
  64. 261db77 Packaging: Use correct name for SRPM spec file by DRC · 8 years ago
  65. 0f4fcce Fix sign mismatch comparison warnings by Colin Cross · 8 years ago
  66. 952191d Build: Fix issues when building as a Git submodule by DRC · 8 years ago
  67. d642da7 Build: Fix buglet in output of `make tjtest` by DRC · 8 years ago
  68. 059c9a5 Build: Fix regression in AltiVec SIMD detection by DRC · 8 years ago
  69. 82bf7f5 Fix md5cmp on AmigaOS 4 (PowerPC big-endian) by DRC · 8 years ago
  70. 3582ce9 Travis: Use xcode7.3 image by DRC · 8 years ago
  71. 94686e3 Build: Use wrapper script for gas-preprocessor.pl by DRC · 8 years ago
  72. 9720526 Travis: Fix OS X build by DRC · 8 years ago
  73. 27d4c5e Build: Fix RPATH handling by DRC · 8 years ago
  74. 6abd391 Unified CMake-based build system by DRC · 8 years ago
  75. 9df7ac2 BUILDING.md: NASM 2.10+/YASM 1.2.0+ always needed by DRC · 8 years ago
  76. 0ff7da7 Advertise the new AVX2 SIMD extensions by DRC · 8 years ago
  77. 9fdb8f8 Merge branch 'master' into dev by DRC · 8 years ago
  78. d6d7b53 AppVeyor: Use built-in MSYS2 MinGW compilers by DRC · 8 years ago
  79. f9f0c75 BUILDING.md: Clarifications and wordsmithing by DRC · 8 years ago
  80. 3da94de Windows build: Add an "uninstall" target by DRC · 8 years ago
  81. ab664e3 BUILDING.md/README.md: Increment libjpeg SO age by DRC · 8 years ago
  82. ce26e83 README.md: Don't use trailing spaces as line break by DRC · 8 years ago
  83. 74e4c79 TJBench: Fix regression/-nowrite always enabled by DRC · 8 years ago
  84. a280fa6 BUILDING.md: Don't use trailing spaces as line break by DRC · 8 years ago
  85. 6aae007 CMake build system: Fix the "testclean" target by DRC · 8 years ago
  86. 4ad94b2 Detect AltiVec support on AmigaOS 4 by Chris Young · 8 years ago
  87. a949da4 Merge branch 'master' into dev by DRC · 8 years ago
  88. 2d4b2f1 Travis: Deploy to S3 rather than SourceForge by DRC · 8 years ago
  89. 108b1cd Merge branch 'master' into dev by DRC · 8 years ago
  90. 9366cf0 Travis: GPG sign Linux binaries/source tarballs by DRC · 8 years ago
  91. 13e6b15 Win: Use YASM if it is in the PATH and NASM isn't by DRC · 8 years ago
  92. 1a8c68a Merge branch 'master' into dev by DRC · 8 years ago
  93. 1ee329d Travis: Fix deployment issue (2nd attempt) by DRC · 8 years ago
  94. fa3bdfb Merge branch 'master' into dev by DRC · 8 years ago
  95. b47c5e7 Travis: Fix deployment issue by DRC · 8 years ago
  96. ce262eb Fix AppVeyor build on non-master branches by DRC · 8 years ago
  97. 27f817c Travis: Use existing sandbox for official builds by DRC · 8 years ago
  98. 7884e24 Merge branch 'master' into dev by DRC · 8 years ago
  99. 0df2e21 Add AppVeyor config for Windows pre-release builds by DRC · 8 years ago
  100. be908ac Travis CI: Fixes to support AVX2 code by DRC · 8 years ago