1. 844beb5 get image from skcodec by Mike Reed · 3 years, 6 months ago
  2. add35d9 Deprecate (and ignore) SkAndroidCodec::ExifOrientation by Leon Scroggins III · 3 years, 7 months ago
  3. 2ac6ce8 Simplify common case for recttorect by Mike Reed · 3 years, 6 months ago
  4. 0c0b5a6 Remove SkYUVASizeInfo, make SkYUVAIndex a private part of SkYUVAInfo by Brian Salomon · 3 years, 6 months ago
  5. e427160 SkAnimatedImage: Always respect exif orientation by Leon Scroggins III · 3 years, 7 months ago
  6. 172ba9e Use explicit sampling in SkDraw by Mike Reed · 3 years, 7 months ago
  7. 9777157 Have SkWuffsCodec use one Wuffs decoder by Nigel Tao · 3 years, 7 months ago
  8. 23cbb99 Fix blending bug in animated webp decodes by Leon Scroggins · 3 years, 8 months ago
  9. 469d67e Expose more info in SkCodec::FrameInfo by Leon Scroggins III · 3 years, 9 months ago
  10. 1340dbd Reland "SkAndroidCodec: Support decoding all frames" by Leon Scroggins · 3 years, 9 months ago
  11. 267a858 Revert "SkAndroidCodec: Support decoding all frames" by Leon Scroggins III · 3 years, 8 months ago
  12. fc4fdc5 SkAndroidCodec: Support decoding all frames by Leon Scroggins · 3 years, 9 months ago
  13. e438738 Split SkYUVAInfo::PlanarConfig into PlaneConfig and Subsampling enums by Brian Salomon · 3 years, 9 months ago
  14. eb7f960 Reland "heif: Add AVIF type and AVIF sniffing" by Vignesh Venkatasubramanian · 3 years, 9 months ago
  15. 8b5d44b Revert "Reland "heif: Add AVIF type and AVIF sniffing"" by Brian Salomon · 3 years, 9 months ago
  16. 28eb592 Reland "heif: Add AVIF type and AVIF sniffing" by Vignesh Venkatasubramanian · 3 years, 9 months ago
  17. ebb26e3 Revert "heif: Add AVIF type and AVIF sniffing" by John Stiles · 3 years, 9 months ago
  18. 3ab5b73 heif: Add AVIF type and AVIF sniffing by Vignesh Venkatasubramanian · 3 years, 9 months ago
  19. 09e541c Fix s/NULL/nullptr/ in src/codec/SkWuffsCodec.cpp by Nigel Tao · 3 years, 9 months ago
  20. f933e4f Have SkWuffsCodec speak kRGB_565_SkColorType by Nigel Tao · 3 years, 9 months ago
  21. 07055b5 Parse out the orientation in the SubIFD of EXIF by Matthew Leibowitz · 3 years, 10 months ago
  22. bf4605f Have SkWuffsCodec use PIXEL_BLEND__SRC_OVER by Nigel Tao · 3 years, 10 months ago
  23. 493f89e [fuzz] Standardize, document, and backport fuzzing defines. by Kevin Lubick · 3 years, 10 months ago
  24. 59c60b0 Reland "Add idea of DataType to SkYUVAPixmapInfo." by Brian Salomon · 3 years, 11 months ago
  25. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 3 years, 11 months ago
  26. c7fa895 Revert "Add idea of DataType to SkYUVAPixmapInfo." by Michael Ludwig · 3 years, 11 months ago
  27. ed63444 Add idea of DataType to SkYUVAPixmapInfo. by Brian Salomon · 3 years, 11 months ago
  28. be0e42c New helpers for SkYUVAInfo when used with pixmaps. by Brian Salomon · 4 years ago
  29. 87d42e5 A new way to specify YUVA planar data from SkCodec to SkImage_Lazy by Brian Salomon · 4 years ago
  30. 5cfa719 Drop support for Wuffs v0.2 by Nigel Tao · 4 years ago
  31. a008b0f Enable ClangTidy check readability-redundant-smartptr-get. by John Stiles · 4 years ago
  32. c1c3c6d Enable ClangTidy flag bugprone-suspicious-string-compare. by John Stiles · 4 years ago
  33. ec9b4aa Enable ClangTidy check readability-const-return-type. by John Stiles · 4 years ago
  34. a6841be Enable ClangTidy check llvm-namespace-comment. by John Stiles · 4 years ago
  35. fbd050b Enable ClangTidy check modernize-make-unique. by John Stiles · 4 years ago
  36. 982fff2 Remove "sanity"/"insane" to comply with Android's inclusive language guidance by Leon Scroggins III · 4 years ago
  37. f8869a2 Remove SK_REQUIRE_LOCAL_VAR macro. by John Stiles · 4 years ago
  38. 6ae3996 Flip Skia-uses-Wuffs-v0.3 from opt-in to opt-out by Nigel Tao · 4 years ago
  39. 886a904 Update SkTQSort to use half-open ranges. by John Stiles · 4 years ago
  40. 6e9ead9 Revert "Remove custom SkSort algorithms." by John Stiles · 4 years ago
  41. 70474c1 Remove custom SkSort algorithms. by John Stiles · 4 years ago
  42. 439709a Expose multi-frame methods for SkCodecImageGenerator by Dan Field · 4 years ago
  43. d9eb219 Add SkCodecImageGenerator::getScaledDimensions by Brian Osman · 4 years, 1 month ago
  44. b54946b Reland "Allow building with Wuffs v0.3, not just v0.2" by Nigel Tao · 4 years, 1 month ago
  45. b48895d Revert "Allow building with Wuffs v0.3, not just v0.2" by Derek Sollenberger · 4 years, 1 month ago
  46. c343449 Allow building with Wuffs v0.3, not just v0.2 by Nigel Tao · 4 years, 1 month ago
  47. 30212b7 Fix implicit fallthroughs throughout Skia. by John Stiles · 4 years, 1 month ago
  48. 11a52d3 Remove SK_LEGACY_WEBP_LOOP_COUNT by Leon Scroggins III · 4 years, 7 months ago
  49. 995b467 SkIcoCodec: Read the entire stream into data by Leon Scroggins III · 4 years, 4 months ago
  50. 1f60733 Revert "Revert "move onto new factories for SkMatrix"" by Mike Reed · 4 years, 2 months ago
  51. c80ee45 Revert "move onto new factories for SkMatrix" by Mike Reed · 4 years, 2 months ago
  52. 046c2b7 move onto new factories for SkMatrix by Mike Reed · 4 years, 2 months ago
  53. 9aaec36 Plumbing SkMatrixProvider into the raster backend by Brian Osman · 4 years, 3 months ago
  54. a77f30c Reland "Split building encoding from decoding" by Leon Scroggins III · 4 years, 5 months ago
  55. 9d4b788 Revert "Split building encoding from decoding" by Mike Klein · 4 years, 5 months ago
  56. 94aaf7c Split building encoding from decoding by Leon Scroggins III · 4 years, 5 months ago
  57. 9eb7874 SkJpegCodec: Gracefully handle malloc failure by Leon Scroggins III · 4 years, 5 months ago
  58. 788b916 Remove SkTMin and SkTMax by Brian Osman · 4 years, 6 months ago
  59. 196f319 Allow decoding without color conversion by Leon Scroggins III · 4 years, 6 months ago
  60. 5ddc34c Remove 565 mask data from GrStrikeCache to constexpr varialbe by Herb Derby · 4 years, 6 months ago
  61. b147ace DCI-P3 -> Display P3 in Skia by Mike Klein · 4 years, 6 months ago
  62. 7b8b0ec Have SkWuffsCodec.cpp link to Wuffs API docs by Nigel Tao · 4 years, 7 months ago
  63. f46d5ca use std::make_unique by Mike Klein · 4 years, 8 months ago
  64. ae834f57 SkWebpCodec: enable a loop count of 1 by Leon Scroggins III · 4 years, 8 months ago
  65. 3dc3121 Add SK_WUFFS_FAVORS_PERFORMANCE_OVER_ADDITIONAL_MEMORY_SAFETY option by Nigel Tao · 4 years, 8 months ago
  66. f0148c4 Release SkWuffsCodec two-pass memory earlier by Nigel Tao · 4 years, 8 months ago
  67. 027f89b Allow one-pass SkWuffsCodec decoding by Nigel Tao · 4 years, 8 months ago
  68. 6ec1b39 Optimize SkWuffsCodec's sk_bzero calls by Nigel Tao · 4 years, 8 months ago
  69. 1ec9a28 Replace third_party/gif with new DEPS entry. by Hal Canary · 4 years, 8 months ago
  70. 2dad990 Replace third_party/gif: Preflight changes by Hal Canary · 4 years, 8 months ago
  71. f7cb902 Revert "Replace third_party/gif with new DEPS entry." by Hal Canary · 4 years, 8 months ago
  72. 6d29bfb Replace third_party/gif with new DEPS entry. by Hal Canary · 4 years, 8 months ago
  73. 39da10b Optimize SkWuffsCodec pixbuf zero-initialization by Nigel Tao · 4 years, 8 months ago
  74. 3876a9f Reset SkWuffsCodec frame-count decoder less often by Nigel Tao · 4 years, 8 months ago
  75. 4f32a29 Move SkWuffsCodec's reset_and_decode_image_config by Nigel Tao · 4 years, 9 months ago
  76. 5b27146 Free SkWuffsCodec frame-count decoder earlier by Nigel Tao · 4 years, 9 months ago
  77. cdc9238 Inline SkWuffsCodec::readFrames by Nigel Tao · 4 years, 9 months ago
  78. 2777cd3 Have SkWuffsCodec use two Wuffs decoders by Nigel Tao · 4 years, 9 months ago
  79. 477f221 Update Wuffs version to 0.2.0-rc.1 by Nigel Tao · 4 years, 10 months ago
  80. 9241a6d Reland "Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime"" by Brian Salomon · 4 years, 10 months ago
  81. cb55010 Revert "Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime"" by Ravi Mistry · 4 years, 10 months ago
  82. 6fc04f8 Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime" by Brian Salomon · 4 years, 10 months ago
  83. 9c21978 Revert "SkSurface asynchronous read APIs allow client to extend pixel lifetime" by Brian Salomon · 4 years, 10 months ago
  84. ce240cc SkSurface asynchronous read APIs allow client to extend pixel lifetime by Brian Salomon · 4 years, 10 months ago
  85. 96c10a0 Fix calls to deprecated Wuffs API by Nigel Tao · 4 years, 10 months ago
  86. ba45830 Move is_orientation_marker into its own file by Leon Scroggins III · 4 years, 10 months ago
  87. b3542d9 Rename SkOrientationMarker.cpp by Leon Scroggins III · 4 years, 10 months ago
  88. 26499bd Update Wuffs version by Nigel Tao · 4 years, 10 months ago
  89. 6447a1a Remove a deprecated Wuffs io_buffer::reader call by Nigel Tao · 4 years, 11 months ago
  90. ea68eac heif: Update to actual frame duration when the frame is decoded by Chong Zhang · 5 years ago
  91. 3012cba remove unneeded noemptycheck variants of intersect by Mike Reed · 5 years ago
  92. 2b39cbe Remove SK_LEGACY_HEIF_API by Leon Scroggins III · 5 years ago
  93. 6154ac4 Hook up SkHeifCodec for ImageDecoder animation by Leon Scroggins III · 5 years ago
  94. 19e3cd4 SkCodec: don't assume frameRect is valid by Leon Scroggins III · 5 years ago
  95. 5e6e87a Remove deprecated Wuffs io_buffer::reader calls by Nigel Tao · 5 years ago
  96. 980d03b Reland "Update Wuffs version" by Leon Scroggins · 5 years ago
  97. aed8009 Revert "Update Wuffs version" by Leon Scroggins · 5 years ago
  98. 42ece2b Update Wuffs version by Nigel Tao · 5 years ago
  99. 02eefbe header self-sufficiency and idempotency by Hal Canary · 5 years ago
  100. 1f1cd1f Pause Wuffs' getFrameCount in incremental decode by Nigel Tao · 5 years ago