1. 98125af Fix sign mismatch comparison warnings by Colin Cross · 9 years ago
  2. d029679 Convert libjpeg-turbo to Android.bp by Colin Cross · 9 years ago
  3. 1b0f60e libjpeg-turbo: add support for building TJBench by Alex Naidis · 9 years ago
  4. 49a4c8b libjpeg-turbo: Be sure that we should compile in ARM mode by Alex Naidis · 9 years ago
  5. aab6271 libjpeg-turbo: add -Werror by Alex Naidis · 9 years ago
  6. d98b357 libjpeg-turbo: Simplify and Commonize Makefile by Alex Naidis · 9 years ago
  7. c8d146c Fix broken build with NDK platforms < android-21 by DRC · 9 years ago
  8. 6eb7d37 libjpeg-turbo: Upgrade to 1.5.1 by Alex Naidis · 9 years ago
  9. e7bf3c5 Cherry-pick of "Fix AArch64 ABI conformance issue in SIMD code" by Matt Sarett · 9 years ago
  10. 42d044c fix word size detection by Janis Danisevskis · 9 years ago
  11. 48a5ae8 Add NDK versions of libjpeg am: 21f73d8ee6 by Dan Willemsen · 9 years ago
  12. 21f73d8 Add NDK versions of libjpeg by Dan Willemsen · 9 years ago
  13. 0141f11 Merge "Ensure that default Huffman tables are initialized" into nyc-dev by Matt Sarett · 9 years ago
  14. 4c0cab9 Prevent overread when decoding malformed JPEG by DRC · 10 years ago
  15. fba21ad Ensure that default Huffman tables are initialized by DRC · 9 years ago
  16. 0ef076f libjpeg API: Partial scanline decompression by DRC · 9 years ago
  17. 83a8b41 Compile x86 and x86-64 assembly with appropriate compiler flags by Matt Sarett · 10 years ago
  18. 300e9e4 Remove unused warnings from libjpeg-turbo by Chris Craik · 10 years ago
  19. 7fc25f6 Merge "Use the clang integrated assembler for Arm64 assembly code" by Matt Sarett · 10 years ago
  20. d6d1b51 Remove unnecessary .arch directive in ARM64 code by DRC · 10 years ago
  21. 8df5de5 Use the clang integrated assembler for Arm64 assembly code by Matt Sarett · 10 years ago
  22. 64d08cc Turn off x86 and x86-64 SIMD by Matt Sarett · 10 years ago
  23. 2377dfd Merge "Change library module name to libjpeg" by Matt Sarett · 10 years ago
  24. 7c53fae Fix build breakages on ariel by always building with clang by Matt Sarett · 10 years ago
  25. e349263 Add Owners information for VOMIT by Matt Sarett · 10 years ago
  26. c34a7cc Merge "Fix x86 and x86_64 builds by specifying LOCAL_C_INCLUDES" by Matt Sarett · 10 years ago
  27. cba44a9 Fix x86 and x86_64 builds by specifying LOCAL_C_INCLUDES by Matt Sarett · 10 years ago
  28. dacf5b3 Merge "Compile x86 and x86-64 SIMD optimizations" by Matt Sarett · 10 years ago
  29. b3ffc5a Compile x86 and x86-64 SIMD optimizations by Matt Sarett · 10 years ago
  30. fa621c1 Clean up files used by chromium's copy of libjpeg-turbo by Matt Sarett · 10 years ago
  31. 2a6062f Update libjpeg-turbo to 1.4.2 by Matt Sarett · 10 years ago
  32. 4c80eae Add Android.mk file by Matt Sarett · 10 years ago
  33. 8f30059 Set up config files by Matt Sarett · 10 years ago
  34. 90c92ed Further improvements to partial image decoding by DRC · 10 years ago
  35. fc235cf Fix a memory leak in jpeg_skip_scanlines() by DRC · 10 years ago
  36. 9bafc6a Add jpeg_skip_scanlines() to the Windows DLL export list. by DRC · 10 years ago
  37. 3fb56e9 Fix compiler warnings in jpeg_skip_scanlines() when building under Visual Studio. by DRC · 10 years ago
  38. e67a7e3 Add regression tests for jpeg_skip_scanlines(); change "stripe" to "strip" in djpeg; document -strip and -skip parameters in djpeg by DRC · 10 years ago
  39. f8a1775 Fix a couple of seg faults discovered when testing the new jpeg_skip_scanlines() function + remove comment that is no longer relevant. by DRC · 10 years ago
  40. 15884f4 Add a -skip option to djpeg, which opens up further regression testing options. by DRC · 10 years ago
  41. ac30a1b Add a new libjpeg API function (jpeg_skip_scanlines()) to allow for partially decoding a JPEG image. by DRC · 10 years ago
  42. f9fa7cc Change library module name to libjpeg by Matt Sarett · 10 years ago
  43. 8d4a62f Build using clang by Matt Sarett · 10 years ago
  44. 7d38cc9 Add README.version file by Matt Sarett · 10 years ago
  45. 8488d01 Reenable ARM v8 NEON optimizations by Matt Sarett · 10 years ago
  46. 14b47d1 Further build fixes for x86, x86_64, and mips by Matt Sarett · 10 years ago
  47. f37632a Temporarily use jsimd_none.c on N9 by Matt Sarett · 10 years ago
  48. beeb820 Temporarily don't compile ARM v8 NEON code by Matt Sarett · 10 years ago
  49. 657657c Set include dirs for shared library by Matt Sarett · 10 years ago
  50. 58ef73c Add makefile for new libjpeg-turbo repository by Matt Sarett · 10 years ago
  51. d8da49e Fix 'make dist' by DRC · 10 years ago
  52. 30ebafd 1.4.2 by DRC · 10 years ago
  53. 8e9cef2 Fix various issues reported by the UB sanitizers by DRC · 10 years ago
  54. 54792ba Fix MIPS DSPr2 4:2:0 upsample bug w/ small images by James Cowgill · 10 years ago
  55. 498d9bc Fix x86-64 ABI conformance issue in SIMD code by Chandler Carruth · 10 years ago
  56. 465a9fe Add file that explains the libjpeg-turbo licenses by DRC · 10 years ago
  57. b5a55e6 Fix negative shift with IFAST FDCT and qual=100 by DRC · 10 years ago
  58. 58ae401 Eliminate cppcheck false positive in turbojpeg.c by DRC · 10 years ago
  59. 6709e4a Check range of integer values in PPM text file by Frank Bossen · 11 years ago
  60. 82923eb Check image size when reading targa file by Frank Bossen · 11 years ago
  61. a3ef34c Fix cjpeg segfault when Windows BMP width/height<0 by DRC · 10 years ago
  62. b1682fb Tabs to spaces in turbojpeg.h by DRC · 10 years ago
  63. d282396 Keep history after reset to origin/mirror-chromium-master by Baligh Uddin · 10 years ago
  64. f438ac4 Initial empty repository by Baligh Uddin · 10 years ago
  65. 631e2dd Patch fix for "Add jpeg_skip_scanlines() API to libjpeg-turbo" by Aaron Gable · 10 years ago
  66. feec46f Add support for decoding to 565 to libjpeg_turbo by Aaron Gable · 10 years ago
  67. 7170d9e Update x86[-64] assembler recommendations by DRC · 10 years ago
  68. 57e2066 Update x86[-64] assembler recommendations by DRC · 10 years ago
  69. 939e466 Update x86[-64] assembler recommendations by DRC · 10 years ago
  70. a61fd32 Update URL for our custom gas-preprocessor.pl by DRC · 10 years ago
  71. c9c8755 Add jpeg_skip_scanlines() API to libjpeg-turbo by Aaron Gable · 10 years ago
  72. 944aa8e Fix rare bug: right shift by a negative # of bits by DRC · 10 years ago
  73. 2a0b4ac Fix rare bug: right shift by a negative # of bits by DRC · 10 years ago
  74. cf0e58d Fix rare bug: right shift by a negative # of bits by DRC · 10 years ago
  75. b6590d6 Convert the BUILD stamp to AC_ARG_WITH argument, so we can make the build reproducible by Ondřej Surý · 10 years ago
  76. 22eb6c2 Convert svn:ignore properties to .gitignore by DRC · 10 years ago
  77. 9a2a42d Convert svn:ignore properties to .gitignore by DRC · 10 years ago
  78. 8c4c6d2 Convert svn:ignore properties to .gitignore by DRC · 10 years ago
  79. 9993410 Convert svn:ignore properties to .gitignore by DRC · 10 years ago
  80. b3b9a21 Convert svn:ignore properties to .gitignore by DRC · 10 years ago
  81. a3deac1 Fix build whenever IDCT_SCALING_SUPPORTED is undefined by DRC · 10 years ago
  82. c23e36e Add additional protections against defining INT32 if another header has already defined it (code borrowed from libjpeg v8.) This isn't necessary when using the libjpeg-turbo build system on Windows, because the CMake generated jconfig.h defines INT32 and then defines XMD_H to trick jmorecfg.h into not redefining it. However, some projects build libjpeg-turbo using their own build systems. by DRC · 10 years ago
  83. 5829cb2 The Independent JPEG Group's JPEG software v8d by Guido Vollbeding · 14 years ago
  84. c39ec14 The Independent JPEG Group's JPEG software v8c by Guido Vollbeding · 15 years ago
  85. a4ecaac The Independent JPEG Group's JPEG software v8b by Guido Vollbeding · 15 years ago
  86. f18f81b The Independent JPEG Group's JPEG software v8a by Guido Vollbeding · 15 years ago
  87. 989630f The Independent JPEG Group's JPEG software v8 by Guido Vollbeding · 16 years ago
  88. 5996a25 The Independent JPEG Group's JPEG software v7 by Guido Vollbeding · 16 years ago
  89. 1e247ac The Independent JPEG Group's JPEG software v6b with arithmetic coding support by Guido Vollbeding · 27 years ago
  90. 5ead57a The Independent JPEG Group's JPEG software v6b by Thomas G. Lane · 27 years ago
  91. 489583f The Independent JPEG Group's JPEG software v6a by Thomas G. Lane · 30 years ago
  92. bc79e06 The Independent JPEG Group's JPEG software v6 by Thomas G. Lane · 30 years ago
  93. a8b67c4 The Independent JPEG Group's JPEG software v5b by Thomas G. Lane · 30 years ago
  94. 9ba2f5e The Independent JPEG Group's JPEG software v5a by Thomas G. Lane · 31 years ago
  95. 36a4ccc The Independent JPEG Group's JPEG software v5 by Thomas G. Lane · 31 years ago
  96. cc7150e The Independent JPEG Group's JPEG software v4a by Thomas G. Lane · 32 years ago
  97. 88aeed4 The Independent JPEG Group's JPEG software v4 by Thomas G. Lane · 33 years ago
  98. 4a6b730 The Independent JPEG Group's JPEG software v3 by Thomas G. Lane · 33 years ago
  99. bd543f0 The Independent JPEG Group's JPEG software v2 by Thomas G. Lane · 34 years ago
  100. 2cbeb8a The Independent JPEG Group's JPEG software v1 by Thomas G. Lane · 34 years ago