1. e5e1d24 FPII-2461 : Remote code execution vulnerability in libjpeg CVE-2016-6702 A-30259087 by Peter Lee · 8 years ago fp2-sibon FP2-open-16.11.0 FP2-open-16.12.0 FP2-open-17.01.0 FP2-open-17.04.0
  2. 3d307f6 Merge tag android-5.1.0_r1 into AOSP_5.1_MERGE by Shreyas Narayan · 9 years ago fp2-sibon-2.0.1 fp2-sibon-2.0.2 FP2-open-16.05.0 FP2-open-16.06.0 FP2-open-16.07.1 FP2-open-16.08.0 FP2-open-16.09.0 FP2-open-16.10.0
  3. a9ccf6f Fix bugs in jmem-ashmem. by Leon Scroggins III · 9 years ago
  4. 711decc porting jpeg_mem_src() from jpeg lib v8c by Dante Russo · 12 years ago
  5. 021b990 Fix INT32 typedef by Hal Canary · 10 years ago
  6. 2131972 Merge "Enable SSE optimized IDCT in jpeg decoding for x86 platform." by Elliott Hughes · 10 years ago
  7. e08a211 Enable SSE optimized IDCT in jpeg decoding for x86 platform. by Xun Sun · 11 years ago
  8. 746f1f0 Merge "AArch64: Correction of definition of UINT32" by Narayan Kamath · 10 years ago
  9. 84eb701 AArch64: Correction of definition of UINT32 by Marcus Oakland · 10 years ago
  10. 0cff496 Merge "jpeg: fix compiling for 64-bit" by Colin Cross · 10 years ago
  11. 0da7ab6 jpeg: fix compiling for 64-bit by Colin Cross · 10 years ago
  12. b16da21 am 6435abb2: Merge "Fix build for c99" by Nick Kralevich · 11 years ago
  13. 6435abb Merge "Fix build for c99" by Nick Kralevich · 11 years ago
  14. 135f5dc am f7e17efa: am 80519db0: am 40dfc1d1: am 8fe7969d: am dc20ac98: improve the handling of images with duplicate component IDs by Nick Kralevich · 11 years ago
  15. f7e17ef am 80519db0: am 40dfc1d1: am 8fe7969d: am dc20ac98: improve the handling of images with duplicate component IDs by Nick Kralevich · 11 years ago
  16. 80519db am 40dfc1d1: am 8fe7969d: am dc20ac98: improve the handling of images with duplicate component IDs by Nick Kralevich · 11 years ago
  17. 40dfc1d am 8fe7969d: am dc20ac98: improve the handling of images with duplicate component IDs by Nick Kralevich · 11 years ago
  18. 8fe7969 am dc20ac98: improve the handling of images with duplicate component IDs by Nick Kralevich · 11 years ago
  19. dc20ac9 improve the handling of images with duplicate component IDs by Nick Kralevich · 11 years ago
  20. 0061f89 improve the handling of images with duplicate component IDs by Nick Kralevich · 11 years ago
  21. 2289b47 Fix build for c99 by synergydev · 11 years ago
  22. 6a3be8d JPEG decoding neon optimization by Prajakta Gudadhe · 12 years ago
  23. b84b140 am 14d8fa03: Merge "[MIPS] Inverse DCT optimizations" by Andrew Hsieh · 11 years ago
  24. 14d8fa0 Merge "[MIPS] Inverse DCT optimizations" by Andrew Hsieh · 11 years ago
  25. 7fb4687 Add static library target. by Angus Kong · 11 years ago
  26. b98230c Make libjpeg built against NDK by Angus Kong · 11 years ago
  27. 71ee859 [MIPS] Inverse DCT optimizations by Raghu Gandham · 12 years ago
  28. 6f1b7fb am 7e70be10: Merge "Add SSE optmized IDCT in JPEG decoding for INTEL Atom platform." by Andrew Hsieh · 12 years ago
  29. 7e70be1 Merge "Add SSE optmized IDCT in JPEG decoding for INTEL Atom platform." by Andrew Hsieh · 12 years ago
  30. 6553d24 Add SSE optmized IDCT in JPEG decoding for INTEL Atom platform. by tengfei.zhao · 12 years ago
  31. c17d44b Remove obsolete ThirdPartyProject.prop file. by Elliott Hughes · 12 years ago
  32. d4fad7f Fix 4287289, where undefined behavior triggered in jpeg tile based decoding. by Wei-Ta Chen · 13 years ago
  33. 07e6988 am 7121ffa5: Reconcile gingerbread-plus-aosp and honeycomb by The Android Open Source Project · 13 years ago
  34. 7121ffa Reconcile gingerbread-plus-aosp and honeycomb by The Android Open Source Project · 13 years ago
  35. 490cd3c Mass merge from gingerbread - do not merge by The Android Open Source Project · 13 years ago
  36. 286f0cd am 46c05833: (-s ours) Do not merge. by Wei-Ta Chen · 13 years ago
  37. 5e285d0 am d11c9756: (-s ours) am 46c05833: (-s ours) Do not merge. by Wei-Ta Chen · 13 years ago
  38. d11c975 am 46c05833: (-s ours) Do not merge. by Wei-Ta Chen · 13 years ago
  39. 46c0583 Do not merge. by Wei-Ta Chen · 14 years ago
  40. 27c2e1a Fix the JPEG tile decode issue in the case of JPEGs having restart markers. by Wei-Ta Chen · 13 years ago
  41. 6ead6ae libjpeg: Make both JDCT_IFAST and JDCT_ISLOW use armv6_idct. by Chia-chi Yeh · 13 years ago
  42. 4736a38 libjpeg: Use the new fast-and-accurate IDCT method for ARMv6+ devices. by Chia-chi Yeh · 14 years ago
  43. c2cf571 libjpeg: Remove the old assembly code for ARM. by Chia-chi Yeh · 14 years ago
  44. 2fa18d4 Fix 3118622, where tile-base jpeg decode does not handle the region by Wei-Ta Chen · 14 years ago
  45. e2c386b Merge "Add ashmem implementation for libjpeg decoder's backing store" into gingerbread by Joseph Wen · 14 years ago
  46. 7b6961a Add ashmem implementation for libjpeg decoder's backing store by Joseph Wen · 14 years ago
  47. e0eadaa Improve the tile based decoding performance by Joseph Wen · 14 years ago
  48. cc66ecf Fix a bug related to tile based decoding by Joseph Wen · 14 years ago
  49. f5b94ee Do tile-based jpeg decoding for progressive mode. by Joseph Wen · 14 years ago
  50. 3147fbe Support tile-based jpeg decoding.This change only handles the baseline case. by Joseph Wen · 14 years ago
  51. 3a10203 add meta-files about 3rd party projects by The Android Open Source Project · 14 years ago
  52. 60ba49e Add an empty CleanSpec.mk by Jean-Baptiste Queru · 14 years ago
  53. a184681 am 2d3353be: am 04f4c51c: reconcile main tree with open-source eclair by The Android Open Source Project · 14 years ago
  54. 2d3353b am 04f4c51c: reconcile main tree with open-source eclair by The Android Open Source Project · 14 years ago
  55. 04f4c51 reconcile main tree with open-source eclair by The Android Open Source Project · 14 years ago
  56. 602711b reconcile android-2.1_r1 snapshot by The Android Open Source Project · 14 years ago
  57. bf23ae1 android-2.1_r1 snapshot by The Android Open Source Project · 14 years ago
  58. c4e357f Build libjpeg to a shared library, so that various packages/libraries can dynamically link to it. by Wei-Ta Chen · 14 years ago
  59. 0be9ff3 merge from open-source master by Jean-Baptiste Queru · 15 years ago
  60. 90e6532 merge from open-source master by Jean-Baptiste Queru · 15 years ago
  61. d1935bc merge from eclair by Jean-Baptiste Queru · 15 years ago
  62. a656796 eclair snapshot by Jean-Baptiste Queru · 15 years ago
  63. 4e7198a fix [2093178] Color matching problem by Mathias Agopian · 15 years ago
  64. 9e8ea14 Merge donut into master by Jean-Baptiste Queru · 15 years ago
  65. 9d9e4fc Merge branch 'open_source_no_contributions' into google_internal by The Android Open Source Project · 15 years ago
  66. 747b308 Merge commit 'remotes/korg/cupcake' into cupcake_to_master by Jean-Baptiste Queru · 15 years ago
  67. 9f5d49a auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  68. 38777fb auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  69. 9175dba Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 15 years ago
  70. d9bb151 Initial Contribution by The Android Open Source Project · 16 years ago
  71. c6a7fc6 external/jpeg 6b by Upstream · 54 years ago