1. b3247c7 Merge branch '1.4.x' by DRC · 9 years ago
  2. a572622 Ensure that default Huffman tables are initialized by DRC · 9 years ago
  3. 7cb8de4 Java: Fix parallel make with autotools by DRC · 9 years ago
  4. 056536f Win/x64: Fix improper callee save of xmm8-xmm11 by DRC · 9 years ago
  5. 7c202f7 Bump TurboJPEG C API revision to 1.5 by DRC · 9 years ago
  6. fa72263 ChangeLog: Mention jpeg_crop_scanline() function by DRC · 9 years ago
  7. 2354810 1.5 beta1 by DRC · 9 years ago
  8. 45c1e3a Merge branch '1.4.x' by DRC · 9 years ago
  9. f57bae0 Fix memory leak when running tjunittest -yuv by mayeut · 9 years ago
  10. 025c1f6 Fix v7/v8-compatible build by DRC · 9 years ago
  11. 3ab68cf libjpeg API: Partial scanline decompression by DRC · 9 years ago
  12. 5f97232 Build: Make the NASM autoconf variable persistent by DRC · 9 years ago
  13. f76c01d Use consistent/modern code formatting for dbl ptrs by DRC · 9 years ago
  14. d4be423 usage.txt: Restore accidentally deleted phrase by DRC · 9 years ago
  15. e621dfc More minor code formatting tweaks by DRC · 9 years ago
  16. 9100b67 Clean up a couple of copyright messages by DRC · 9 years ago
  17. bd49803 Use consistent/modern code formatting for pointers by DRC · 9 years ago
  18. ae41128 Reorder copyright messages in cjpeg/djpeg/jpegtran by DRC · 9 years ago
  19. 54e6b8e Include some comments/doc tweaks from jpeg-9+ by DRC · 9 years ago
  20. 83aeb7b Wordsmith GIF limitations in cjpeg.1/djpeg.1 by DRC · 9 years ago
  21. a560e4b The Independent JPEG Group's JPEG software v9b by Guido Vollbeding · 9 years ago
  22. fc11193 The Independent JPEG Group's JPEG software v9a by Guido Vollbeding · 11 years ago
  23. e7f88ae The Independent JPEG Group's JPEG software v9 by Guido Vollbeding · 12 years ago
  24. aefd8b7 Clean up pkgconfig dir when removing RPM & Mac pkg by DRC · 9 years ago
  25. 18dcac4 Fix compiler warning by DRC · 9 years ago
  26. 03841e6 Win: Display effective C/LD flags in CMake output by DRC · 9 years ago
  27. d123c12 Java: Avoid OOM error when running 'make test' by DRC · 9 years ago
  28. 8632f1b ARM64: Avoid tbl instruction on Cortex-A53/A57 by DRC · 9 years ago
  29. bba7978 ChangeLog: Mention ARM64 Huffman & adj perf claims by DRC · 9 years ago
  30. 28f00bf Fix iOS/ARMv8 build by DRC · 9 years ago
  31. ab80273 BUILDING.md: Update OS X Java information by DRC · 9 years ago
  32. 53c635b Fix 'make dist'; Include LICENSE.md in packages by DRC · 9 years ago
  33. 46ecffa ARM64: Avoid LD3/ST3 at run time, not compile time by DRC · 9 years ago
  34. 219470d ARM64 NEON SIMD implementation of Huffman encoding by DRC · 9 years ago
  35. 15aaa7f ARM SIMD: Comment tweaks by DRC · 9 years ago
  36. 45bbe06 Un*x: Enable testing cross-compiled builds by DRC · 9 years ago
  37. 2d62325 Fix Visual C++ compiler warnings by DRC · 9 years ago
  38. f913438 Win: Enable testing cross-compiled builds by DRC · 9 years ago
  39. ce0dd94 Fix MinGW build by DRC · 9 years ago
  40. 8ff67fd Update MinGW Linux build recipe by DRC · 9 years ago
  41. 55a18d4 Merge branch '1.4.x' by DRC · 9 years ago
  42. 2d56acb Merge branch '1.3.x' into 1.4.x by DRC · 9 years ago
  43. c454c59 Merge branch '1.2.x' into 1.3.x by DRC · 9 years ago
  44. 0463f7c Prevent overread when decoding malformed JPEG by DRC · 9 years ago
  45. 04dd34c Guard against wrap-around in alloc functions by DRC · 9 years ago
  46. 3ee3d87 Fix Visual C++ compiler warnings by DRC · 9 years ago
  47. 6c8a71e rdppm.c: formatting tweaks by DRC · 9 years ago
  48. 271b0bf jmemmgr.c: formatting tweaks by DRC · 9 years ago
  49. 6e05352 TurboJPEG: Avoid dangling pointers by DRC · 9 years ago
  50. fe11699 Adjust performance claims by DRC · 9 years ago
  51. cf88848 Use consistent formatting in ARM NEON SIMD code by DRC · 9 years ago
  52. cb49bb0 Opt. ARM64 SIMD decompr. for in-order pipelines by DRC · 9 years ago
  53. cbfa696 Update Android build instr. for ARMv8, PIE, etc. by DRC · 9 years ago
  54. f5cd71c Merge branch '1.4.x' by DRC · 9 years ago
  55. da047e8 Makefile.am: formatting tweak by DRC · 9 years ago
  56. 6c3fc97 Update Android build instr. for ARMv8, PIE, etc. by DRC · 9 years ago
  57. 3128061 TJBench: Fix segfault on Android by DRC · 9 years ago
  58. 8af3f8a Provide pkg-config (.pc) scripts by DRC · 9 years ago
  59. d38b4f2 Optimize ARM64 SIMD code for Cavium ThunderX by DRC · 9 years ago
  60. e8aa5fa Add JSIMD_NOHUFFENC environment variable for ARM by DRC · 9 years ago
  61. ec6941f Complete the ARM64 NEON SIMD implementation by DRC · 9 years ago
  62. 499c470 ARM32 NEON SIMD implementation of Huffman encoding by DRC · 9 years ago
  63. 9c8cee8 tjbench: Further tweaks to -nowrite feature by DRC · 9 years ago
  64. 4e356a9 BUILDING.md: Restore autotools processing instr. by DRC · 9 years ago
  65. 93eaa37 Update build instructions for new autoconf, GitHub by DRC · 9 years ago
  66. f3a8684 SSE2 SIMD implementation of Huffman encoding by DRC · 9 years ago
  67. eb59b6e Add -nowrite arg to TJBench to improve consistency by DRC · 9 years ago
  68. 368cd52 Allow JSIMD_FORCENONE=1 env to disable x86-64 SIMD by DRC · 9 years ago
  69. e7f1418 1.4.3 by DRC · 9 years ago
  70. 2111c5a Merge branch '1.4.x' by DRC · 9 years ago
  71. 5a3b4fe Regression: Allow co-install of 32-bit/64-bit RPMs by DRC · 9 years ago
  72. 5f2cbbd Fix iOS ARM64 build broken by removal of .arch by DRC · 9 years ago
  73. fbe5007 Merge branch '1.4.x' by DRC · 9 years ago
  74. 71e971f Build: Use FILEPATH type for NASM CMake variable by DRC · 9 years ago
  75. 6fa5ebd cjpeg: Adjust claims RE: image quality settings by DRC · 9 years ago
  76. d70a5c1 Remove unnecessary .arch directive in ARM64 code by DRC · 9 years ago
  77. aa769fe Fix compiler warnings under Visual C++ by DRC · 9 years ago
  78. d65e768 Fix additional issues reported by UB sanitizers by DRC · 9 years ago
  79. 1e32fe3 Replace INT32 with a new internal datatype (JLONG) by DRC · 9 years ago
  80. 250c887 ChangeLog: acknowledge existence of 1.4.2 by DRC · 9 years ago
  81. e42032b README.md: create link for jcstest.c by DRC · 9 years ago
  82. 17de518 Markdown versions of README, LICENSE, BUILDING by DRC · 9 years ago
  83. 7e3acc0 Rename README, LICENSE, BUILDING text files by DRC · 9 years ago
  84. ac85335 Merge branch '1.4.x' by DRC · 9 years ago
  85. bf04316 Comment formatting tweaks by DRC · 9 years ago
  86. d8da49e Fix 'make dist' by DRC · 9 years ago
  87. 30ebafd 1.4.2 by DRC · 9 years ago
  88. 60efb89 Merge branch '1.4.x' by DRC · 9 years ago
  89. 8e9cef2 Fix various issues reported by the UB sanitizers by DRC · 9 years ago
  90. 870b4f2 Fix ChangeLog numbering biffed by previous merge by DRC · 9 years ago
  91. b961f0b Merge branch '1.4.x' by DRC · 9 years ago
  92. 54792ba Fix MIPS DSPr2 4:2:0 upsample bug w/ small images by James Cowgill · 9 years ago
  93. 498d9bc Fix x86-64 ABI conformance issue in SIMD code by Chandler Carruth · 9 years ago
  94. b4922b4 Merge branch '1.4.x' by DRC · 9 years ago
  95. 465a9fe Add file that explains the libjpeg-turbo licenses by DRC · 9 years ago
  96. 00d82c4 Merge branch '1.4.x' by DRC · 9 years ago
  97. b5a55e6 Fix negative shift with IFAST FDCT and qual=100 by DRC · 9 years ago
  98. f62dbcc Fix build error when compiling MIPS SIMD w/ -mfpxx by James Cowgill · 9 years ago
  99. b657631 Merge branch '1.4.x' by DRC · 9 years ago
  100. 58ae401 Eliminate cppcheck false positive in turbojpeg.c by DRC · 9 years ago