1. 39e9e65 64-bit AVX2 implementation of int sample conv. by DRC · 6 years ago
  2. 264dd42 64-bit AVX2 implementation of slow int forward DCT by DRC · 6 years ago
  3. ff392d8 AVX2: Introduce YMMBLOCK macro for readability by DRC · 6 years ago
  4. 37bae1a Prog Huff enc: bit count/branchless abs val opts by DRC · 6 years ago
  5. 985ef4f Merge branch 'master' into dev by DRC · 6 years ago
  6. 700de8a README.md: Fix permissions by Ben Boeckel · 6 years ago
  7. 4e24079 Merge branch 'master' into dev by DRC · 6 years ago
  8. d485955 Fix dithering bug in merged 4:2:0/RGB565 algorithm by DRC · 6 years ago
  9. 289014d Merge branch 'master' into dev by DRC · 6 years ago
  10. 3847f91 Travis/OS X: Use 'brew bundle' + Brewfile by Stephen · 6 years ago
  11. bd544e2 Merge branch 'master' into dev by DRC · 6 years ago
  12. 0e2bca0 jdarith.c: Fix two signed integer overflows by DRC · 6 years ago
  13. 0fba3c1 Bump version to 1.5.4 to prepare for new commits by DRC · 6 years ago
  14. 7d3feda BUILDING.md: Adjust Android recipes for NDK r16+ by DRC · 6 years ago
  15. bf6c774 Fix whitespace errors by DRC · 6 years ago 1.5.3
  16. afdd799 Merge branch 'master' into dev by DRC · 6 years ago
  17. c308d43 jpeg_crop_scanlines: Handle gray images w/ samp!=1 by DRC · 6 years ago
  18. 773040f Fix lib state when skipping to end of 1-scan image by DRC · 6 years ago
  19. c05d124 Merge branch 'master' into dev by DRC · 6 years ago
  20. a831b5a Travis: Work around xcode7.3 image bug by DRC · 6 years ago
  21. 9f1f86b tjLoadImage(): Fix OOB array access w/TJPF_UNKNOWN by DRC · 6 years ago
  22. e817c07 tjLoadImage(): return TJPF_GRAY for grayscale BMPs by DRC · 6 years ago
  23. 479fa1d tjLoadImage(): Don't convert RGB to grayscale by DRC · 6 years ago
  24. 8c40ac8 Add TurboJPEG C example and clean up Java example by DRC · 6 years ago
  25. dc4b900 TurboJPEG: Add alpha offset array/method by DRC · 6 years ago
  26. aa74590 TurboJPEG C API: Add BMP/PPM load/save functions by DRC · 6 years ago
  27. 087ec12 tjbenchtest: Test new TurboJPEG progressive flag by DRC · 6 years ago
  28. cd8a125 Build: Fix 'tjtest' target on Windows by DRC · 6 years ago
  29. 4893e5d Merge branch 'master' into dev by DRC · 6 years ago
  30. 19b393b TJExample: Fix array index OOB w/ 4:1:1 JPEG input by DRC · 6 years ago
  31. 9d9d8fe Code formatting tweaks by DRC · 6 years ago
  32. 78e97e3 Uniquify tjbenchtest log file names based on args by DRC · 6 years ago
  33. 468f2fe TJExample.java: Don't ignore mistyped args by DRC · 6 years ago
  34. 5abf253 Doc tweak: TJFLAG_ACCURATEDCT is the first flag by DRC · 6 years ago
  35. 5fce2e9 tjbench.exe: Fix decompression access violation by DRC · 6 years ago
  36. 907dd68 ChangeLog.md: buglet by DRC · 6 years ago
  37. f008876 Build: Fix `make dist` by DRC · 6 years ago
  38. 5bc43c7 Further partial image decompression fixes by DRC · 6 years ago
  39. f3ad13e TJBench/TJUnitTest: Don't ignore mistyped args by DRC · 6 years ago
  40. 94e152b TurboJPEG C: Code formatting tweaks by DRC · 6 years ago
  41. 073b0e8 djpeg -crop: Exit gracefully with non-PPM formats by DRC · 6 years ago
  42. 616b4e2 TurboJPEG C: Compiler warnings by DRC · 7 years ago
  43. 3d72522 SRPM build: Define _libdir based on build arch by DRC · 7 years ago
  44. f0dd80f Merge branch 'master' into dev by DRC · 7 years ago
  45. 1b385f3 Prevent "unmappable character" error in Java build by DRC · 7 years ago
  46. fd778bb Fix PowerPC 32-bit RPM build by DRC · 7 years ago
  47. 8d403ae Fix 32-bit RPM build w/ newer RHEL/Fedora releases by DRC · 7 years ago
  48. 01b74c1 Packaging: Use parallel make when rebuilding SRPM by DRC · 7 years ago
  49. db0dec3 Travis: Limit parallel make jobs to # of CPU cores by DRC · 7 years ago
  50. ba6e9d8 wrjpgcom: Fix comment typo by nyg · 7 years ago
  51. 7106ffe Merge branch 'master' into dev by DRC · 7 years ago
  52. 5426a4c TJUnitTest: Usage formatting tweaks by DRC · 7 years ago
  53. d0bac69 Java: Fix TJUnitTest on big endian platforms by DRC · 7 years ago
  54. 59322e0 Build: Change ppc64le DEB arch to ppc64el by DRC · 7 years ago
  55. 51cc89f Merge branch 'master' into dev by DRC · 7 years ago
  56. 4ded4df Build: Fix AltiVec detection on OS X Leopard by DRC · 7 years ago
  57. 1d93541 Build: Use -maltivec when testing AltiVec support by DRC · 7 years ago
  58. c0f3512 Merge branch 'master' into dev by DRC · 7 years ago
  59. 02fa8f2 Fix build on PowerPC SPE systems by DRC · 7 years ago
  60. 3212005 Java: Fix NullPointerException in YUVImage by DRC · 7 years ago
  61. 1478361 Bump version to 1.5.3 to prepare for new commits by DRC · 7 years ago
  62. e5c1613 x86: Fix "short jump is out of range" w/ NASM<2.04 by DRC · 7 years ago 1.5.2
  63. c945312 TJBench: Recover from non-fatal errors if possible by DRC · 7 years ago
  64. 9baef10 TurboJPEG: Don't make STOPONWARNING persistent by DRC · 7 years ago
  65. dadebcd TurboJPEG: Add "copy none", progressive xform opts by DRC · 7 years ago
  66. dedce66 Merge branch 'master' into dev by DRC · 7 years ago
  67. b0971e4 TurboJPEG: Document xform issue w/ big marker data by DRC · 7 years ago
  68. e248d43 Java TJBench: Fix parsing of -warmup argument by DRC · 7 years ago
  69. acb6349 Build: Disable warmup in TJBench regression tests by DRC · 7 years ago
  70. 1db1ce4 TJBench: Improve consistency of results by DRC · 7 years ago
  71. aba6ae5 TurboJPEG: Opt. enable progressive entropy coding by DRC · 7 years ago
  72. 596e396 Merge branch 'master' into dev by DRC · 7 years ago
  73. d0c3aa9 TurboJPEG: C API documentation buglet by DRC · 7 years ago
  74. d4092f6 TurboJPEG: Improve error handling by DRC · 7 years ago
  75. 42e1e2d Build: Custom target for generating JNI headers by DRC · 7 years ago
  76. 25c912c Build: Add custom target for generating Java docs by DRC · 7 years ago
  77. 178796e Build: Fix buglet in java/CMakeLists.txt (MSYS) by DRC · 7 years ago
  78. b9ab64d TurboJPEG: Thread-safe error message retrieval by DRC · 7 years ago
  79. 2ac4e9d Merge branch 'master' into dev by DRC · 7 years ago
  80. 6a2b067 TJBench: Code formatting tweaks by DRC · 7 years ago
  81. 11eec4a TJBench: Fix errors when decomp. files w/ ICC data by DRC · 7 years ago
  82. 301ba4f BUILDING.md: Include Android/x86 build recipes by DRC · 7 years ago
  83. 70f236d Travis: Fix OS X build by DRC · 7 years ago
  84. 2a4f189 Restore compatibility with older autoconf releases by DRC · 7 years ago
  85. 9d64f3c Attribute ARM runtime detection code to Nokia by DRC · 7 years ago
  86. da2a27e Honor max_memory_to_use/JPEGMEM/-maxmemory by DRC · 7 years ago
  87. c082dc0 AppVeyor: Fix CI build by DRC · 7 years ago
  88. d4c41fe TurboJPEG: Fix potential memory leaks by DRC · 7 years ago
  89. 44b2399 libjpeg API: Support reading/writing ICC profiles by DRC · 7 years ago
  90. d9cb76f Remove vestigial license text regarding autoconf by DRC · 7 years ago
  91. d34d255 Merge branch 'master' into dev by DRC · 7 years ago
  92. a0b7de9 Always tweak EXIF w/h tags w/ lossless transforms by DRC · 7 years ago
  93. 2252795 Fix error w/ lossless crop & libjpeg v7 emulation by DRC · 7 years ago
  94. eb38b61 Include jpeg_skip/crop_scanlines() in jpeg7.dll by DRC · 7 years ago
  95. 47b29e8 libjpeg.txt: Include partial decomp. in TOC by DRC · 7 years ago
  96. e1e816e Slightly de-confusify cjpeg, jpegtran usage info by DRC · 7 years ago
  97. 2fb4d7e BUILDING.md: Documentation buglet by DRC · 7 years ago
  98. 8a9b042 Merge branch 'master' into dev by DRC · 7 years ago
  99. 6441018 LICENSE.md: Include text of BSD/zlib licenses by DRC · 7 years ago
  100. 11426a8 Packaging system: "PACKAGE_NAME" = "PKGNAME" by DRC · 7 years ago