1. 03cd6e6 Avoid serializing to 'typ1' on Mac. by Ben Wagner · 6 years ago
  2. 9e8a594 Support pngs with incorrect CMF bytes by Leon Scroggins III · 6 years ago
  3. 1022f74 [skottie] Nested animation support by Florin Malita · 6 years ago
  4. 31476b7 Update piex and add test image by Leon Scroggins III · 6 years ago
  5. cbf66a2 Ensure all rows of a gif are initialized by Leon Scroggins III · 6 years ago
  6. ce6d93a Check for min int in BMP header by Leon Scroggins III · 6 years ago
  7. fee7cba Check the length of marker before reading it by Leon Scroggins III · 6 years ago
  8. da3e9ad Make SkAndroidCodec (optionally) respect origin by Leon Scroggins III · 6 years ago
  9. 2e0fadb Add a GM and images to test SkEncodedOrigin by Leon Scroggins III · 6 years ago
  10. e8750e1 [skotty] Fix path close handling by Florin Malita · 7 years ago
  11. 094ccde Initial Lottie loader impl (Skotty) by Florin Malita · 7 years ago
  12. a12f795 Fix Adobe RGB color space in Skia by Brian Osman · 7 years ago
  13. c465d13 resources: orgainize directory. by Hal Canary · 7 years ago
  14. f1729a7 Extract Android FontMgr part of Typeface test. by Ben Wagner · 7 years ago
  15. 4cdbf60 Avoid uninitialized memory in readByteArrayAsData by Leon Scroggins III · 7 years ago
  16. 712fe73 Add animated cowboy sample from WebKit tests, and fix. by Jim Van Verth · 7 years ago
  17. aee878d Move lang to list in Android font manager. by Ben Wagner · 7 years ago
  18. c6c10b4 Remove SkTypeface::Style from fuzzers and lua. by Ben Wagner · 7 years ago
  19. fc4ee22 Fix double delete in SkBmpCodec by Leon Scroggins III · 7 years ago
  20. 33deb7e Make SkCodec more flexible about its required frame by Leon Scroggins III · 7 years ago
  21. 12a4dc9 Defend against ICOs with large BMPs embedded by Leon Scroggins III · 7 years ago
  22. d16084f Better image for copyTo4444 test by Matt Sarett · 7 years ago
  23. 37aca92 Add ship.png for DrawShip sample by Jim Van Verth · 7 years ago
  24. 623fadf Add Material Design shadow reference sample by Jim Van Verth · 7 years ago
  25. 557fbbe Add animation support to SkWebpCodec by Leon Scroggins III · 7 years ago
  26. 9f1c403 Add tool to create test images with interesting color profiles by Matt Sarett · 7 years ago
  27. 2e61b18 Add jpeg encoder alpha handling option by Matt Sarett · 7 years ago
  28. 9d687df Avoid interpolating color lut with less than 2 points by Matt Sarett · 7 years ago
  29. d59948a SkPngCodec: Do not return kInvalidConversion on corrupt png by Matt Sarett · 7 years ago
  30. 7d22a33 Add a test for getFrameInfo on truncated data by Leon Scroggins III · 7 years ago
  31. a4db9be Correct GIF frame dependencies and track alpha by Leon Scroggins III · 7 years ago
  32. 0354c62 Set a limit on the size for BMP images by Leon Scroggins III · 7 years ago
  33. 5c49617 Reland "Respect canvas size and frame offset in webp decoder" by Matt Sarett · 7 years ago
  34. 2bb94e8 Revert "Reland "Respect canvas size and frame offset in webp decoder"" by Matt Sarett · 7 years ago
  35. 604971e Reland "Respect canvas size and frame offset in webp decoder" by Matt Sarett · 7 years ago
  36. b3050b9 Revert "Respect canvas size and frame offset in webp decoder" by Robert Phillips · 7 years ago
  37. 0f33970 Respect canvas size and frame offset in webp decoder by Matt Sarett · 7 years ago
  38. b3b2453 Use fixed size buffer for RLE bmps by Leon Scroggins III · 7 years ago
  39. b0b625b GIF: Better check for frame dependency by Leon Scroggins III · 8 years ago
  40. 4cd6865 Only attempt index8 if underlying GIF is index8 by Leon Scroggins III · 8 years ago
  41. 0b24cbd Stop supporting kUnknown_BmpHeaderType by Leon Scroggins III · 8 years ago
  42. 56e3209 SkGifCodec: intersect frameRect with image size by Leon Scroggins III · 8 years ago
  43. d87fbee Do not create an SkRawCodec with zero dimensions by Leon Scroggins III · 8 years ago
  44. dbdf6d2 Fail jpeg decodes on too many progressive scans by Matt Sarett · 8 years ago
  45. e71b1a1 Report repetition count in SkCodec by scroggo · 8 years ago
  46. fc49b40 Use correct color table for prior GIF frames by Leon Scroggins III · 8 years ago
  47. 0186661 Reject non-D50 matrices from ICC profiles by Matt Sarett · 8 years ago
  48. 8a4e9c5 SkGifCodec: do not write off the end of memory when repeatCount > 1 by Matt Sarett · 8 years ago
  49. 9488833 Refactored SkColorSpace and added in a Lab PCS GM by raftias · 8 years ago
  50. 29121eb Avoid integer overflow in SkIcoCodec and SkImageInfo by Matt Sarett · 8 years ago
  51. af01741 Revert "Avoid integer overflow in SkIcoCodec" by Matt Sarett · 8 years ago
  52. 20cba06 Avoid integer overflow in SkIcoCodec by Matt Sarett · 8 years ago
  53. 4ecf0d4 GM: add test for type1 font by halcanary · 8 years ago
  54. 005327b BUG=skia:5602 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2302913002 by hcm · 8 years ago
  55. 9d15dab Parse ICC profiles from webps by msarett · 8 years ago
  56. c5064d9 Revert of Add regression test (patchset #2 id:20001 of https://codereview.chromium.org/2243143002/ ) by msarett · 8 years ago
  57. bcae9d3 Add regression test by msarett · 8 years ago
  58. a714bc3 Fix various SkColorSpace bugs by msarett · 8 years ago
  59. 5dba301 Use hintgasp font when testing rendering. by bungeman · 8 years ago
  60. 61457a6 Add gm for various font rendering combinations. by bungeman · 8 years ago
  61. 97205a4 Add interesting features to visualize_color_gamut by msarett · 8 years ago
  62. 888dc16 Test color correction in DM by msarett · 8 years ago
  63. aabe15e Simple program for visualizing gamuts by msarett · 8 years ago
  64. 87bf8f7 Add png for difficult but common blit cases. by herb · 8 years ago
  65. 93eeadf compressed texture support has been broken/untested for a while, remove cruft by reed · 8 years ago
  66. fbb3102 Revert "Add tests and benches to support the sRGB blitter for SkOpts" by scroggo · 8 years ago
  67. 554784c Add tests and benches to support the sRGB blitter for SkOpts by herb · 8 years ago
  68. 0e6274f Parse icc profiles and exif orientation from jpeg markers by msarett · 8 years ago
  69. 6a73821 Set SkColorSpace object for PNGs and parse ICC profiles by msarett · 8 years ago
  70. 1e44051 SkPDF/Bench: add bench for SkPDFSharedStream (deflate) by halcanary · 8 years ago
  71. 46d2aa8 Updates Piex and uses it to obtain the DNG dimensions. by ebrauer · 8 years ago
  72. 4946b94 Fix scanline decoding of rare RLE bmps by msarett · 8 years ago
  73. 9c7a8a4 Optimize the SkRawStream when the input is an asset stream by yujieqin · 8 years ago
  74. 916de9f Add RAW decoding into Skia. by yujieqin · 8 years ago
  75. c85a9fd Revert of Prototype of RAW decoding in Skia. (patchset #32 id:610001 of https://codereview.chromium.org/1520403003/ ) by msarett · 8 years ago
  76. 6bd8639 Add RAW decoding into Skia. by yujieqin · 8 years ago
  77. b714fb0 Add getYUV8Planes() API to SkCodec by msarett · 8 years ago
  78. b2ce0b0 demo tweaks, scale up perlin, add call to flush for fps by reed · 9 years ago
  79. 73f6cfc tweaks for nov demo by reed · 9 years ago
  80. 16d7e96 add sequence for nov talk by reed · 9 years ago
  81. 66a82f3 SkPDF: fall back on paths for unembeddable fonts. by halcanary · 9 years ago
  82. 46c5747 Merge SkCodec with SkScanlineDecoder by scroggo · 9 years ago
  83. 897640e Add HangingS.ttf to test large flourish caps. by bungeman · 9 years ago
  84. 45cba08 Forgot to add resources with new test by msarett · 9 years ago
  85. d0375bc Fix bmp RLE "bug" by msarett · 9 years ago
  86. 99f567e Scanline decoding for wbmp by msarett · 9 years ago
  87. 139491f Use the upstream version of libwebp, v0.4.3. by scroggo · 9 years ago
  88. d17a329 Add normal map sample by jvanverth · 9 years ago
  89. 426388e Revert of Add normal map sample (patchset #6 id:100001 of https://codereview.chromium.org/1212813009/) by robertphillips · 9 years ago
  90. 8e0da72 Add normal map sample by jvanverth · 9 years ago
  91. c1d1dd7 Revert of Use the upstream version of libwebp, v0.4.3. (patchset #6 id:70001 of https://codereview.chromium.org/1178013008/) by scroggo · 9 years ago
  92. 3aa0fb4 Use the upstream version of libwebp, v0.4.3. by scroggo · 9 years ago
  93. 726cf90 Add cmap 3,0 (symbol) as Unicode fallback. by bungeman · 9 years ago
  94. c4fba51 Add Em test font. by bungeman · 9 years ago
  95. 41868fe Font variations. by bungeman · 9 years ago
  96. 4657068 Revert of Font variations. (patchset #26 id:500001 of https://codereview.chromium.org/1027373002/) by robertphillips · 9 years ago
  97. 9d21429 Add a test for decoding a gif with sampleSize 4. by scroggo · 9 years ago
  98. 3489ee0 Font variations. by bungeman · 9 years ago
  99. 5ae1312 Revert of Font variations. (patchset #21 id:400001 of https://codereview.chromium.org/1027373002/) by bungeman · 9 years ago
  100. 05773ed Font variations. by bungeman · 9 years ago