1. c9c8755 Add jpeg_skip_scanlines() API to libjpeg-turbo by Aaron Gable · 10 years ago
  2. 7a6ab4e Set up a good codereview.settings file by Aaron Gable · 10 years ago
  3. f4631b6 [libjpeg_turbo] Fix ARM NEON build by noel@chromium.org · 10 years ago
  4. 8ee9bdd Fix libjpeg_turbo svn r64 libjpeg6b compat issue by noel@chromium.org · 10 years ago
  5. 9e9058b Add a reference to the instructions used to update the libjpeg_turbo code by noel@chromium.org · 10 years ago
  6. 034e9a9 [MIPS64] Add build support for MIPS64 in libjpeg_turbo. by noel@chromium.org · 11 years ago
  7. 3963fbc Mark libjpeg-turbo's license as OK for android. by torne@chromium.org · 11 years ago
  8. 2ed5319 Add ARM64 SIMD support to libjpeg_turbo by rmcilroy@chromium.org · 11 years ago
  9. 4f29454 libjpeg-turbo: Update README.chromium to note that a patch has been landed upstream. by thakis@chromium.org · 11 years ago
  10. 7a076b5 libjpeg-turbo: Remove .func / .endfunc directives. by thakis@chromium.org · 11 years ago
  11. a4f1359 Add support for iOS to libjpeg.gyp. by blundell@chromium.org · 11 years ago
  12. 841fff8 Update libjpeg_turbo to use clz for bitcounting on ARM by noel@chromium.org · 11 years ago
  13. 3395bcc Upgrade libjpeg_turbo to 1.3.1 (r1219) by noel@chromium.org · 11 years ago
  14. 24cafe9 Remove unsued win/jconfig.h file by noel@chromium.org · 11 years ago
  15. 2b20540 Fix warning about always_inline attribute in libjpeg_turbo. by rmcilroy@chromium.org · 11 years ago
  16. f7e5ddf Stop using "prefix_dir" in libjpeg.gyp. by raphael.kubo.da.costa@intel.com · 11 years ago
  17. 454cf53 Add target_arch=arm64 support. by rmcilroy@chromium.org · 11 years ago
  18. 6d1fa0e Allow libjpeg_turbo to configure (using gyp) on FreeBSD. by raphael.kubo.da.costa@intel.com · 11 years ago
  19. 966a02f Disable assembly optimizations in MemorySanitizer builds of libjpeg_turbo. by earthdok@chromium.org · 11 years ago
  20. 7220379 Revert the previous 2 temporary changes. by wangxianzhu@chromium.org · 12 years ago
  21. b8888bc Temporarily revert "update neon config in libjpeg turbo" by wangxianzhu@chromium.org · 12 years ago
  22. e81fceb Temporary limit NO_GETENV on Android only by wangxianzhu@chromium.org · 12 years ago
  23. 9652949 update neon config in libjpeg turbo by thakis@chromium.org · 12 years ago
  24. 151363b Disable libjpeg turbo getenv() by wangxianzhu@chromium.org · 12 years ago
  25. 32cab49 Zero unused DHT huffman values at creation time by noel@chromium.org · 12 years ago
  26. 2285c50 Better handle SOS CSi values and order by noel@chromium.org · 12 years ago
  27. 82ce8a6 Remove <(library) usage from libjpeg.gyp. by tfarina@chromium.org · 13 years ago
  28. 4c16080 Make 'License' field in third-party metadata required by steveblock@chromium.org · 13 years ago
  29. 2fdc3a8 Remove logic for using system libjpeg from libjpeg_turbo gyp file by steveblock@chromium.org · 13 years ago
  30. 11e6ee9 Update libjpeg-turbo to r856. by hbono@chromium.org · 13 years ago
  31. cd3e30f [MIPS] Add build support for libjpeg_turbo for MIPS. by hbono@chromium.org · 13 years ago
  32. 8cd028b arm: Always build the NEON SIMD code when targetting ARMv7-A devices. by hbono@chromium.org · 13 years ago
  33. 93d4a90 Make the default to not use system lib for all builds by hbono@chromium.org · 13 years ago
  34. 3c45e9e Pull in r830 from upstream. by cevans@chromium.org · 13 years ago
  35. df5ffdd Update libjpeg-turbo. This change updates our copy of libjpeg-turbo to r829. by hbono@chromium.org · 13 years ago
  36. d1fe352 enable libjpeg for chromium x86 android build by wistoch@gmail.com · 13 years ago
  37. bd7c9af add 64 bit gyp builds for OSX and Windows. by fbarchard@google.com · 13 years ago
  38. 9ff804c Revert r124240. by thakis@chromium.org · 13 years ago
  39. 79bffb7 Build fix for linux32 after my last change to this file. by thakis@chromium.org · 13 years ago
  40. 1ba49de libjpeg_turbo: Filter out "section flags ignored on section redeclaration" warnings on mac. by thakis@chromium.org · 13 years ago
  41. 1c3c7ff JPEG_DECODE_ONLY macro reintroduced to allow just the decode functions to be linked in by fbarchard@chromium.org · 14 years ago
  42. b7a2ddf Disable ULDI on reference to libjpeg_turbo (vs2010) by scottmg@chromium.org · 14 years ago
  43. 0ec930e Update libjpeg-turbo to 1.2.0. by hbono@chromium.org · 14 years ago
  44. 90462e9 Use os_posix in gyp file, this patch was tested on Solaris, NetBSD, and OpenBSD. by hbono@chromium.org · 14 years ago
  45. c6beb74 Update libjpeg-turbo to r722. by hbono@chromium.org · 14 years ago
  46. dd03f0f Fix type 'settings' to 'none' in gyp file for libjpeg. by ivankr@chromium.org · 14 years ago
  47. 654337e Cleanup: no need to redeclare use_system_yasm. by phajdan.jr@chromium.org · 14 years ago
  48. f1c0942 Make libjpeg-turbo PIC-clean on 32-bit Linux. by agl@chromium.org · 14 years ago
  49. 87e9bdc Fix build error on ARM targets without Neon support. by skyostil@chromium.org · 14 years ago
  50. 57ebe5c Allow building libjpeg-turbo for ARM targets which lack support for the Neon by skyostil@chromium.org · 14 years ago
  51. 538d9fd Reapply warning fixes. by hbono@chromium.org · 14 years ago
  52. 7101b2d Update the LICENSE file of libjpeg-turbo. by hbono@chromium.org · 14 years ago
  53. 5c4dda9 Fix Windows build. by hbono@chromium.org · 14 years ago
  54. 9862697 Updates libjpeg-turbo to 1.1.90 by hbono@chromium.org · 14 years ago
  55. 0758f15 two warning fixes for the benefit of visual c when warnings are turned up by fbarchard@chromium.org · 14 years ago
  56. 11a02ed Support Motion JPEG by hbono@chromium.org · 14 years ago
  57. 6eb4f20 Disable warnings in VS since they won't be fixed anytime soon. by maruel@chromium.org · 14 years ago
  58. 313e025 Fix yasm warnings in libjpeg-turbo. by hbono@chromium.org · 14 years ago
  59. 6640352 Support the 'use_system_yasm' variable (libjpeg_turbo). by hbono@chromium.org · 14 years ago
  60. 7deb8d6 Formatting the readmes in deps to follow the proper format and making sure they contain Short Name and Version fields for version tracking. by cdn@chromium.org · 14 years ago
  61. 321292e Fix invalid reads in libjpeg-turbo (libjpeg-turbo side) by hbono@chromium.org · 14 years ago
  62. 6863548 Add PRIVATE flags to global symbols. by hbono@chromium.org · 14 years ago
  63. 51f9cb0 Cherry-pick a fix from r324 of the libjpeg-turbo stable branch that by craig.schlenter@chromium.org · 15 years ago
  64. f5b3dd3 Refactor the GYP file for libjpeg-turbo. by hbono@chromium.org · 15 years ago
  65. 77347bb Remove workaround for gyp issue 102 and use libjpeg_turbo on Linux. by craig.schlenter@chromium.org · 15 years ago
  66. 920a8a9 Add build files for libjpeg-turbo. by hbono@chromium.org · 15 years ago
  67. f0c4f33 Adds libjpeg-turbo to our repository. by hbono@chromium.org · 15 years ago