1. aa74590 TurboJPEG C API: Add BMP/PPM load/save functions by DRC · 7 years ago
  2. 087ec12 tjbenchtest: Test new TurboJPEG progressive flag by DRC · 7 years ago
  3. cd8a125 Build: Fix 'tjtest' target on Windows by DRC · 7 years ago
  4. 4893e5d Merge branch 'master' into dev by DRC · 7 years ago
  5. 19b393b TJExample: Fix array index OOB w/ 4:1:1 JPEG input by DRC · 7 years ago
  6. 9d9d8fe Code formatting tweaks by DRC · 7 years ago
  7. 78e97e3 Uniquify tjbenchtest log file names based on args by DRC · 7 years ago
  8. 468f2fe TJExample.java: Don't ignore mistyped args by DRC · 7 years ago
  9. 5abf253 Doc tweak: TJFLAG_ACCURATEDCT is the first flag by DRC · 7 years ago
  10. 5fce2e9 tjbench.exe: Fix decompression access violation by DRC · 7 years ago
  11. 907dd68 ChangeLog.md: buglet by DRC · 7 years ago
  12. f008876 Build: Fix `make dist` by DRC · 7 years ago
  13. 5bc43c7 Further partial image decompression fixes by DRC · 7 years ago
  14. f3ad13e TJBench/TJUnitTest: Don't ignore mistyped args by DRC · 7 years ago
  15. 94e152b TurboJPEG C: Code formatting tweaks by DRC · 7 years ago
  16. 073b0e8 djpeg -crop: Exit gracefully with non-PPM formats by DRC · 7 years ago
  17. 616b4e2 TurboJPEG C: Compiler warnings by DRC · 7 years ago
  18. 3d72522 SRPM build: Define _libdir based on build arch by DRC · 7 years ago
  19. f0dd80f Merge branch 'master' into dev by DRC · 7 years ago
  20. 1b385f3 Prevent "unmappable character" error in Java build by DRC · 7 years ago
  21. fd778bb Fix PowerPC 32-bit RPM build by DRC · 7 years ago
  22. 8d403ae Fix 32-bit RPM build w/ newer RHEL/Fedora releases by DRC · 7 years ago
  23. 01b74c1 Packaging: Use parallel make when rebuilding SRPM by DRC · 7 years ago
  24. db0dec3 Travis: Limit parallel make jobs to # of CPU cores by DRC · 7 years ago
  25. ba6e9d8 wrjpgcom: Fix comment typo by nyg · 7 years ago
  26. 7106ffe Merge branch 'master' into dev by DRC · 7 years ago
  27. 5426a4c TJUnitTest: Usage formatting tweaks by DRC · 7 years ago
  28. d0bac69 Java: Fix TJUnitTest on big endian platforms by DRC · 7 years ago
  29. 59322e0 Build: Change ppc64le DEB arch to ppc64el by DRC · 7 years ago
  30. 51cc89f Merge branch 'master' into dev by DRC · 7 years ago
  31. 4ded4df Build: Fix AltiVec detection on OS X Leopard by DRC · 7 years ago
  32. 1d93541 Build: Use -maltivec when testing AltiVec support by DRC · 7 years ago
  33. c0f3512 Merge branch 'master' into dev by DRC · 7 years ago
  34. 02fa8f2 Fix build on PowerPC SPE systems by DRC · 7 years ago
  35. 3212005 Java: Fix NullPointerException in YUVImage by DRC · 7 years ago
  36. 1478361 Bump version to 1.5.3 to prepare for new commits by DRC · 7 years ago
  37. e5c1613 x86: Fix "short jump is out of range" w/ NASM<2.04 by DRC · 7 years ago
  38. c945312 TJBench: Recover from non-fatal errors if possible by DRC · 7 years ago
  39. 9baef10 TurboJPEG: Don't make STOPONWARNING persistent by DRC · 7 years ago
  40. dadebcd TurboJPEG: Add "copy none", progressive xform opts by DRC · 7 years ago
  41. dedce66 Merge branch 'master' into dev by DRC · 7 years ago
  42. b0971e4 TurboJPEG: Document xform issue w/ big marker data by DRC · 7 years ago
  43. e248d43 Java TJBench: Fix parsing of -warmup argument by DRC · 7 years ago
  44. acb6349 Build: Disable warmup in TJBench regression tests by DRC · 7 years ago
  45. 1db1ce4 TJBench: Improve consistency of results by DRC · 7 years ago
  46. aba6ae5 TurboJPEG: Opt. enable progressive entropy coding by DRC · 7 years ago
  47. 596e396 Merge branch 'master' into dev by DRC · 7 years ago
  48. d0c3aa9 TurboJPEG: C API documentation buglet by DRC · 7 years ago
  49. d4092f6 TurboJPEG: Improve error handling by DRC · 7 years ago
  50. 42e1e2d Build: Custom target for generating JNI headers by DRC · 7 years ago
  51. 25c912c Build: Add custom target for generating Java docs by DRC · 7 years ago
  52. 178796e Build: Fix buglet in java/CMakeLists.txt (MSYS) by DRC · 7 years ago
  53. b9ab64d TurboJPEG: Thread-safe error message retrieval by DRC · 7 years ago
  54. 2ac4e9d Merge branch 'master' into dev by DRC · 7 years ago
  55. 6a2b067 TJBench: Code formatting tweaks by DRC · 7 years ago
  56. 11eec4a TJBench: Fix errors when decomp. files w/ ICC data by DRC · 7 years ago
  57. 301ba4f BUILDING.md: Include Android/x86 build recipes by DRC · 7 years ago
  58. 70f236d Travis: Fix OS X build by DRC · 7 years ago
  59. 2a4f189 Restore compatibility with older autoconf releases by DRC · 7 years ago
  60. 9d64f3c Attribute ARM runtime detection code to Nokia by DRC · 7 years ago
  61. da2a27e Honor max_memory_to_use/JPEGMEM/-maxmemory by DRC · 7 years ago
  62. c082dc0 AppVeyor: Fix CI build by DRC · 7 years ago
  63. d4c41fe TurboJPEG: Fix potential memory leaks by DRC · 7 years ago
  64. 44b2399 libjpeg API: Support reading/writing ICC profiles by DRC · 7 years ago
  65. d9cb76f Remove vestigial license text regarding autoconf by DRC · 7 years ago
  66. d34d255 Merge branch 'master' into dev by DRC · 7 years ago
  67. a0b7de9 Always tweak EXIF w/h tags w/ lossless transforms by DRC · 7 years ago
  68. 2252795 Fix error w/ lossless crop & libjpeg v7 emulation by DRC · 7 years ago
  69. eb38b61 Include jpeg_skip/crop_scanlines() in jpeg7.dll by DRC · 7 years ago
  70. 47b29e8 libjpeg.txt: Include partial decomp. in TOC by DRC · 7 years ago
  71. e1e816e Slightly de-confusify cjpeg, jpegtran usage info by DRC · 7 years ago
  72. 2fb4d7e BUILDING.md: Documentation buglet by DRC · 8 years ago
  73. 8a9b042 Merge branch 'master' into dev by DRC · 8 years ago
  74. 6441018 LICENSE.md: Include text of BSD/zlib licenses by DRC · 8 years ago
  75. 11426a8 Packaging system: "PACKAGE_NAME" = "PKGNAME" by DRC · 8 years ago
  76. 67ad535 Build: Don't require sudo for `make tarball` by DRC · 8 years ago
  77. 6c6696e Mac pkg: Use PKGNAME for documentation directory by DRC · 8 years ago
  78. 6530203 Build: More GNUInstallDirs improvements by DRC · 8 years ago
  79. c8358fc Build: Various improvements to install/pkg system by DRC · 8 years ago
  80. b0fcd0c Build: Minor tweaks to GNUInstallDirs defaults by DRC · 8 years ago
  81. 2b29bca Build: Fix Debug/RelWithDebInfo build with YASM by DRC · 8 years ago
  82. d681fa7 Build: Set install dirs in a more GNU-friendly way by DRC · 8 years ago
  83. ff05b6e Build: Fix Win "installer" target Java dependency by DRC · 8 years ago
  84. e6426d2 Build: Formatting tweak by DRC · 8 years ago
  85. 2af2fe4 Build: Clean up inline keyword detection by DRC · 8 years ago
  86. fcfc6c5 Fix build when CFLAGS contains -std=c89 (or -ansi) by DRC · 8 years ago
  87. 786b649 Reorg AltiVec detection code by DRC · 8 years ago
  88. f4ba09b Detect AltiVec support on OpenBSD by Donovan Watteau · 8 years ago
  89. 261db77 Packaging: Use correct name for SRPM spec file by DRC · 8 years ago
  90. 0f4fcce Fix sign mismatch comparison warnings by Colin Cross · 8 years ago
  91. 952191d Build: Fix issues when building as a Git submodule by DRC · 8 years ago
  92. d642da7 Build: Fix buglet in output of `make tjtest` by DRC · 8 years ago
  93. 059c9a5 Build: Fix regression in AltiVec SIMD detection by DRC · 8 years ago
  94. 82bf7f5 Fix md5cmp on AmigaOS 4 (PowerPC big-endian) by DRC · 8 years ago
  95. 3582ce9 Travis: Use xcode7.3 image by DRC · 8 years ago
  96. 94686e3 Build: Use wrapper script for gas-preprocessor.pl by DRC · 8 years ago
  97. 9720526 Travis: Fix OS X build by DRC · 8 years ago
  98. 27d4c5e Build: Fix RPATH handling by DRC · 8 years ago
  99. 6abd391 Unified CMake-based build system by DRC · 8 years ago
  100. 9df7ac2 BUILDING.md: NASM 2.10+/YASM 1.2.0+ always needed by DRC · 8 years ago