1. 503bdcd fix typo in SkJpegCodec.cpp by Mike Klein · 7 years ago
  2. f78b55c Simplify SkColorSpace::MakeICC by Leon Scroggins III · 7 years ago
  3. 329d504 remove off64_t in SkHeifCodec by Mike Klein · 7 years ago
  4. 36f182f add SkStubHeifDecoderAPI.h by Mike Klein · 7 years ago
  5. 32a0a63 speculative fix for Android roll by Mike Klein · 7 years ago
  6. b6ab10f Move SkCodec::Origin into its own file by Leon Scroggins III · 7 years ago
  7. 021e5c7 Revert "Add an Option for orientation on JPEG encodes" by Ben Wagner · 7 years ago
  8. 5411a60 Add an Option for orientation on JPEG encodes by Leon Scroggins III · 7 years ago
  9. 4379869 Revert[4] "apply codec origin in generator" by Mike Reed · 7 years ago
  10. dd34014 Revert "Revert "Revert "apply codec origin in generator""" by Mike Reed · 7 years ago
  11. 82269ab Revert "Revert "apply codec origin in generator"" by Mike Reed · 7 years ago
  12. 363dd98 Revert "apply codec origin in generator" by Ben Wagner · 7 years ago
  13. fa15877 apply codec origin in generator by Mike Reed · 7 years ago
  14. 63fd760 Remove trailing whitespace. by Ben Wagner · 7 years ago
  15. 2631558 fix use of uninitialized flag in SkCodec by Ivan Afanasyev · 7 years ago
  16. f0ffb89 Revert[4] "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Mike Reed · 7 years ago
  17. 862c196 Remove static initializers in SkCodec by Leon Scroggins III · 7 years ago
  18. dd7ffa5 Handle the error input case in SkPngCodec decode function by nagarajan.n · 7 years ago
  19. 5a2e50e Revert "Revert "Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap""" by Mike Reed · 7 years ago
  20. cd284c5 Revert "Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap"" by Mike Reed · 7 years ago
  21. 809cbed Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Jim Van Verth · 7 years ago
  22. e567746 Fix truncated webp images by Leon Scroggins III · 7 years ago
  23. 88757da guard old apis for querying byte-size of a bitmap/imageinfo/pixmap by Mike Reed · 7 years ago
  24. f46633f Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Greg Daniel · 7 years ago
  25. 98a6216 guard old apis for querying byte-size of a bitmap/imageinfo/pixmap by Mike Reed · 7 years ago
  26. 477e9d4 Merge fCurrIncrementalCodec and fCurrScanlineCodec usage into single variable by nagarajan.n · 7 years ago
  27. f398dd5 Move adding offset to dstRow in SkRawCodec::onGetPixels by nagarajan.n · 7 years ago
  28. a4083c9 make most of SkColorPriv.h private by Cary Clark · 7 years ago
  29. 08cda14 Share code for setting the out_color_space CMYK encoded colorspaces by nagarajan.n · 7 years ago
  30. 6e17b6f Remove loop unrolling code in load_gamut by nagarajan.n · 7 years ago
  31. b1854fa Remove loop unrolling code in onQueryYUV8 by nagarajan.n · 7 years ago
  32. 67e3429 Update libjpeg buffer status when it has has to be refilled. by nagarajan.n · 7 years ago
  33. 1f1aa2d Stop using SkRasterPipeline inside GIF by Leon Scroggins III · 7 years ago
  34. de7f91b Remove SK_LEGACY_FRAME_INFO_ALPHA_TYPE by Leon Scroggins III · 7 years ago
  35. 722b3a7 Initialize the swizzler if there is a subset by Chong Zhang · 7 years ago
  36. 223ec29 Make haveDecodedRow return void by Leon Scroggins III · 7 years ago
  37. ae79f32 Call initializeColorXform inside SkCodec by Leon Scroggins III · 7 years ago
  38. 04be2b5 Reland "skia: add heif decoding support" by Leon Scroggins III · 7 years ago
  39. 0741818 Move calls to conversion_possible to SkCodec by Leon Scroggins III · 7 years ago
  40. db68a42 Revert "skia: add heif decoding support" by Mike Klein · 7 years ago
  41. c2a9542 skia: add heif decoding support by Chong Zhang · 7 years ago
  42. 7f97f49 remove SK_SUPPORT_LEGACY_CODEC_NEW dead code by Mike Reed · 7 years ago
  43. 847068c add Make factory to SkMemoryStream (simplify call-sites) by Mike Reed · 7 years ago
  44. 816afd8 fix legacy compile by Mike Reed · 7 years ago
  45. ede7bac use unique_ptr for codec factories by Mike Reed · 7 years ago
  46. 45c16fa convert over to 2d-mode by Mike Klein · 7 years ago
  47. 9a0e390 sk_sp: act as if operator bool() not implicit. by Hal Canary · 7 years ago
  48. e726e7c Report first GIF frame after knowing its meta data by Leon Scroggins III · 7 years ago
  49. e43fdb3 Use SkRasterPipeline to blend GIF frames and use proper offset by Leon Scroggins III · 7 years ago
  50. 262b319 Index8 is dead, remove guarded code by Mike Reed · 7 years ago
  51. 588fb04 Report error on failure to create SkCodec by Leon Scroggins III · 7 years ago
  52. fc4ee22 Fix double delete in SkBmpCodec by Leon Scroggins III · 7 years ago
  53. c20b5f8 Fix computeOutputColorSpace by Leon Scroggins III · 7 years ago
  54. 5805013 Guard to remove kIndex_8_SkColorType by Mike Reed · 7 years ago
  55. 571b30f Reland "Remove support for decoding to kIndex_8" by Leon Scroggins · 7 years ago
  56. 8321f75 Revert "Remove support for decoding to kIndex_8" by Leon Scroggins · 7 years ago
  57. 742a3e2 Remove support for decoding to kIndex_8 by Leon Scroggins III · 7 years ago
  58. 674a184 Add SkCodec::Result indicating error in the data by Leon Scroggins III · 7 years ago
  59. 005a970 ICO: Prevent calling 'new' with large values by Leon Scroggins III · 7 years ago
  60. 466c7d6 header cleanup by Hal Canary · 7 years ago
  61. c2d2076 clean up low-hanging swap_rb by Mike Klein · 7 years ago
  62. 8db74f1 Revert "Revert "Do not return Index8 from SkAndroidCodec::computeOutputColorType"" by Matt Sarett · 7 years ago
  63. 1f6af6b Consolidate decoding frames into SkCodec by Leon Scroggins III · 7 years ago
  64. ee7c820 Remove debug checks for unsupported ICC profiles by Matt Sarett · 7 years ago
  65. 81c83a7 Revert "Do not return Index8 from SkAndroidCodec::computeOutputColorType" by Matt Sarett · 7 years ago
  66. b6f4767 Do not return Index8 from SkAndroidCodec::computeOutputColorType by Matt Sarett · 7 years ago
  67. 33deb7e Make SkCodec more flexible about its required frame by Leon Scroggins III · 7 years ago
  68. 912e6b8 Reland "Handle different types of streams in different jpeg source managers" by Matt Sarett · 7 years ago
  69. 91f0f73 Fix alpha issues in SkGifCodec by Leon Scroggins III · 7 years ago
  70. 15f4d02 Revert "Handle different types of streams in different jpeg source managers" by Matt Sarett · 7 years ago
  71. c6e6a5f Simplify SkCodecs' call to SkColorSpaceXform::apply by Leon Scroggins III · 7 years ago
  72. 12a4dc9 Defend against ICOs with large BMPs embedded by Leon Scroggins III · 7 years ago
  73. d81fed9 Replace BMP calls to new with calls to malloc by Leon Scroggins III · 7 years ago
  74. 96cc361 Handle different types of streams in different jpeg source managers by cjbao · 7 years ago
  75. ec4400b Avoid new for small arrays in SkBmpCodec by Leon Scroggins III · 7 years ago
  76. 761d27c update SkRasterPipeline::run() to also take y by Mike Klein · 7 years ago
  77. b24704d SkRasterPipeline in SkArenaAlloc by Mike Klein · 7 years ago
  78. ee92f13 Fix alpha in webp bug introduced with animation by Leon Scroggins III · 7 years ago
  79. 557fbbe Add animation support to SkWebpCodec by Leon Scroggins III · 7 years ago
  80. ebb1b5c Add new SkImageGenerator::getPixels() API, deprecate the old by Matt Sarett · 8 years ago
  81. 2feb796 Finish removing GrContext param from onRefEncodedData by Brian Osman · 8 years ago
  82. d59948a SkPngCodec: Do not return kInvalidConversion on corrupt png by Matt Sarett · 8 years ago
  83. 4785897 Remove compressed texture support from cacherator by Brian Osman · 8 years ago
  84. 600effb Improve the Codec_end test and add fixes by Leon Scroggins III · 8 years ago
  85. b644650 Fix decoding incomplete PNG images by Leon Scroggins III · 8 years ago
  86. 8323965 Reland "Make SkPngCodec only read as much of the stream as necessary" by Leon Scroggins III · 8 years ago
  87. 434b6e8 Revert "Make SkPngCodec only read as much of the stream as necessary" by Leon Scroggins · 8 years ago
  88. 2c65d51 Make SkPngCodec only read as much of the stream as necessary by Leon Scroggins III · 8 years ago
  89. 66f2332 Fix spacing style by Chris Blume · 8 years ago
  90. 249b8e3 Switch SkCodec to int for counts and indices by Leon Scroggins III · 8 years ago
  91. e132e7b Add SkCodec methods for individual frames by Leon Scroggins III · 8 years ago
  92. fafe135 SkSize can be aggregate-initialized by Hal Canary · 8 years ago
  93. a4db9be Correct GIF frame dependencies and track alpha by Leon Scroggins III · 8 years ago
  94. 68feef4 Allow BF and BRD clients to request an output color space by Matt Sarett · 8 years ago
  95. 3a1ad6f Try disabling MSAN workarounds in SkJpegCodec by Mike Klein · 8 years ago
  96. 19aff5d 565 codec color xform support: fix colortable / incomplete image behavior by Matt Sarett · 8 years ago
  97. d531ca0 Use SkTransferFunctionBehavior in SkImageGenerator by Matt Sarett · 8 years ago
  98. 58c7b92 Fix msan errors in webp decoder by Matt Sarett · 8 years ago
  99. 3725f0a Add codec and color xform support for 565 by Matt Sarett · 8 years ago
  100. f388093 Delete SkColorSpace::ColorSpaceFlags by Matt Sarett · 8 years ago