1. 612a65d Merge SkFooAdapterCodec impls into one impl by Nigel Tao · 6 years ago
  2. 0185b95 Have SkWuffsCodec use a SkSwizzler by Nigel Tao · 6 years ago
  3. f8776c2 Handle static/single frame images in SkAnimCodecPlayer by Florin Malita · 6 years ago
  4. 9803e0c Remove some #ifdef's from SkAndroidCodec by Nigel Tao · 6 years ago
  5. 32526b5 Treat start(Incremental/Scanline)Decode errors as failures by Leon Scroggins III · 6 years ago
  6. e24b587 Replace use of SkYUVSizeInfo with SkYUVASizeInfo by Jim Van Verth · 6 years ago
  7. 6882577 Ensure fSrcOffsetUnits is in a valid range by Leon Scroggins III · 6 years ago
  8. 65f4aea Fix bug decoding JCS_RGB jpeg files by Leon Scroggins III · 6 years ago
  9. e93ec68 Reland "New GIF codec; new third_party/wuffs dep" by Leon Scroggins III · 6 years ago
  10. 7d1c9ec Revert "New GIF codec; new third_party/wuffs dep" by Brian Osman · 6 years ago
  11. 6000938 New GIF codec; new third_party/wuffs dep by Nigel Tao · 6 years ago
  12. b11ab57 remove src/jumper by Mike Klein · 6 years ago
  13. 57862f6 Fix an assert in SkBmpCodec::ReadHeader by Leon Scroggins III · 6 years ago
  14. ff1aeb9 Ensure that SkYUVSizeInfo is fully initialized with old interface. by Jim Van Verth · 6 years ago
  15. b7f0b9c Remove use of colorTypes from SkYUVSizeInfo by Jim Van Verth · 6 years ago
  16. 07afa23 Fix heap buffer overflow by Leon Scroggins III · 6 years ago
  17. 701167c Avoid potential overflow in assert. by Ben Wagner · 6 years ago
  18. a6161b1 Properly fill in memory in sampled RLE BMPs by Leon Scroggins III · 6 years ago
  19. 8f11e43 Reland: Widen internal API to support more complex YUV formats by Jim Van Verth · 6 years ago
  20. f99a674 Revert "Widen internal API to support more complex YUV formats" by Jim Van Verth · 6 years ago
  21. 0c583af Widen internal API to support more complex YUV formats by Jim Van Verth · 6 years ago
  22. 1a3eb52 trim off more bgra stages by Mike Klein · 6 years ago
  23. 6e45ce7 Fix uninitialized errors in SkPngCodec by Leon Scroggins III · 6 years ago
  24. fc38ba7 Fix-up colorSpace-less decodes by Leon Scroggins III · 6 years ago
  25. 712476e Remove SkCodec::fSrcInfo by Leon Scroggins III · 6 years ago
  26. 84f8a61 Support encoding/decoding F16 without a color space by Brian Osman · 6 years ago
  27. 5dd47e4 Make SkCodec truly default to sRGB by Leon Scroggins III · 6 years ago
  28. 227d4e1 encodedProfile can be null, so check for that by Leon Scroggins III · 6 years ago
  29. 5ea41fc Remove more SkColorSpaceXform (and friends) by Brian Osman · 6 years ago
  30. 6e78ae5 Reland "have SkConvertPixels use SkColorSpaceXformSteps" by Mike Klein · 6 years ago
  31. 34e5e1b switch Skia to explicit big-endian 16-bit skcms type by Mike Klein · 6 years ago
  32. b3f3830 Add support for gray + colorspace to SkCodec by Brian Osman · 6 years ago
  33. 2d40490 Move some functions to MathPriv.h by Hal Canary · 6 years ago
  34. fddc6fa Fix SkSampler::Fill/Gray_8 when width != stride by Nigel Tao · 6 years ago
  35. cc956f2 Reland "Revert "Add support for gray + colorspace to SkCodec"" by Brian Osman · 6 years ago
  36. 5bcab74 Revert "Revert "Add support for gray + colorspace to SkCodec"" by Brian Osman · 6 years ago
  37. 3cd0c24 Add an explicit SkFrame move constructor by Nigel Tao · 6 years ago
  38. a51d1b4 Revert "Add support for gray + colorspace to SkCodec" by Brian Osman · 6 years ago
  39. 8491dd8 Add support for gray + colorspace to SkCodec by Brian Osman · 6 years ago
  40. 36f7e32 Reland "Switch SkCodec to use skcms plus fixes"" by Leon Scroggins III · 6 years ago
  41. 83988ed Revert "Reland "Switch SkCodec to use skcms" plus fixes" by Leon Scroggins · 6 years ago
  42. 49894f4 Reland "Switch SkCodec to use skcms" plus fixes by Leon Scroggins III · 6 years ago
  43. 33d5394 Revert "Switch SkCodec to use skcms" and follow on change by Leon Scroggins III · 6 years ago
  44. f8ae5ce Fix CMYK handling in JPEG codec by Brian Osman · 6 years ago
  45. 81886e8 Switch SkCodec to use skcms by Leon Scroggins III · 6 years ago
  46. 66bc524 Rename SkCodec::kNone to SkCodec::kNoFrame by Nigel Tao · 6 years ago
  47. 4d727c5 Add dummy SkEncodedInfo.cpp by Leon Scroggins III · 6 years ago
  48. e643a9e SkCodec: Always use 0 for filling by Leon Scroggins III · 6 years ago
  49. a78b6dc Move setAlphaAndRequiredFrame to src/codec by Nigel Tao · 6 years ago
  50. b62f50c Replace nearly all kRespect with kIgnore by Brian Osman · 6 years ago
  51. c87cfb6 Remove old lazy image decoding heuristic logic by Brian Osman · 6 years ago
  52. 3785471 basic first pass at RGBA F32 support by Mike Klein · 6 years ago
  53. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  54. 02a18b6 Does everyone support __has_include() now? by Mike Klein · 6 years ago
  55. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  56. 22be4c4 SkMacros split from SkTypes.h by Hal Canary · 6 years ago
  57. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  58. 79aea6a trim #include <new> from SkPostConfig.h by Mike Klein · 6 years ago
  59. 76f5706 remove linear blending from SkWebpCodec by Mike Klein · 6 years ago
  60. 22f673d Move SkColorTable to src/codec by Leon Scroggins III · 6 years ago
  61. 9febd0b Add a dummy SkColorTable.cpp in src/codec by Leon Scroggins III · 6 years ago
  62. 7916c0e Properly zero in webp if no prior frame by Leon Scroggins III · 6 years ago
  63. 1530f39 Make DNG decodes single threaded on Android by Leon Scroggins III · 6 years ago
  64. 6747f52 Reland "start cleaning up non-skcms SkColorSpaceXforms" by Mike Klein · 6 years ago
  65. e60ae82 Revert "start cleaning up non-skcms SkColorSpaceXforms" by Mike Klein · 6 years ago
  66. 339133f8 start cleaning up non-skcms SkColorSpaceXforms by Mike Klein · 6 years ago
  67. c402b77 Remove sk_64_isS32 and sk_64_asS32 by Herb Derby · 7 years ago
  68. e6c0fe0 Remove SK_IGNORE_SKIMAGE_ONREFENCODED_CHANGE. by Ben Wagner · 6 years ago
  69. bdf5433 SkImage::onRefEncoded to return sk_sp. by Ben Wagner · 6 years ago
  70. ce4cf72 non-linear blending first steps by Mike Klein · 6 years ago
  71. 37819d0 Reduce threads used for DNG decodes on Android by Leon Scroggins III · 6 years ago
  72. e7fd7ff Remove the limit on dng allocations by Leon Scroggins III · 6 years ago
  73. 83e0f1b SkPDF: smarter Jpeg when libjpeg-turbo is present by Hal Canary · 6 years ago
  74. 9b1a886 Fix fuschia roll by Leon Scroggins III · 6 years ago
  75. 9e8a594 Support pngs with incorrect CMF bytes by Leon Scroggins III · 6 years ago
  76. cbf66a2 Ensure all rows of a gif are initialized by Leon Scroggins III · 6 years ago
  77. ce6d93a Check for min int in BMP header by Leon Scroggins III · 6 years ago
  78. fee7cba Check the length of marker before reading it by Leon Scroggins III · 6 years ago
  79. 2416f96 Add 2 fuzz targets for image decoding (oss-fuzz) by Kevin Lubick · 6 years ago
  80. 7fcfb62 move a bunch of helpers from SkImageInfo.h into priv by Mike Reed · 6 years ago
  81. ac568a9 1010102, 101010x, 888x in sw by Mike Klein · 7 years ago
  82. e41e176 Add kRGBX_8888, kRGBA_1010102, and kRGBX_1010102 color types. Unused for now. by Brian Salomon · 7 years ago
  83. da3e9ad Make SkAndroidCodec (optionally) respect origin by Leon Scroggins III · 7 years ago
  84. 3338482 remove SkColorSpace_Base by Mike Klein · 7 years ago
  85. 2cc7d13 Stop defining SK_CODEC_PRINTF in debug by Leon Scroggins III · 7 years ago
  86. 07a722c Add SkAndroidCodec::computeSampledSize by Leon Scroggins III · 7 years ago
  87. 42ee284 Use SkAndroidCodec in SkAnimatedImage by Leon Scroggins III · 7 years ago
  88. fe3da02 Add a method to convert SkCodec::Result to a string by Leon Scroggins III · 7 years ago
  89. 7a10b33 Add an SkDrawable for animated images (e.g. GIF) by Leon Scroggins III · 7 years ago
  90. 8dc8dbc begin cleanup of malloc porting layer by Mike Reed · 7 years ago
  91. 7397d7a Add SkAndroidCodec::MakeFromCodec by Leon Scroggins III · 7 years ago
  92. 71d8a57 Consider overflow in is_orientation_marker by Leon Scroggins III · 7 years ago
  93. f1f1162 remove append_from_srgb() by Mike Klein · 7 years ago
  94. 10b8142 Remove SkColorSpace_Base::MakeNamed, along with most uses of Adobe RGB by Brian Osman · 7 years ago
  95. 63789cc Revert "Remove SkColorSpace_Base::MakeNamed, along with most uses of Adobe RGB" by Mike Klein · 7 years ago
  96. 411b8ea Remove SkColorSpace_Base::MakeNamed, along with most uses of Adobe RGB by Brian Osman · 7 years ago
  97. 36703d9 Push much of the SkColorSpace_Base interface up to SkColorSpace by Brian Osman · 7 years ago
  98. c8037dc Reland "Hide SkEncodedInfo" by Leon Scroggins III · 7 years ago
  99. 1793e7b Revert "Hide SkEncodedInfo" by Leon Scroggins · 7 years ago
  100. c6f7a4f Hide SkEncodedInfo by Leon Scroggins III · 7 years ago