[go: up one dir, main page]

  1. ba86d7a Mark more single argument constructors explicit by Kaylee Lubick · 3 days ago
  2. 6c185ab Miscellaneous code cleanup by Robert Phillips · 8 days ago
  3. 2d9df7c Mark some private constructors explicit by Kaylee Lubick · 8 days ago
  4. 5126be2 Add c++98-compat-extra-semi warning by Robert Phillips · 9 days ago
  5. 593c8eb [rustpng] Relax assert for setting sigBits by Daniel Dilan · 4 weeks ago
  6. 5e9223e SkPngRustDecoder: Add HDR metadata support by Christopher Cameron · 5 weeks ago
  7. 462bdec [rustpng] Read sBIT when creating SkEncodedInfo by Daniel Dilan · 5 weeks ago
  8. 61fee81 [rust png] Fix `blendAllRows` to avoid `subspan`ing beyond the buffer. by Lukasz Anforowicz · 5 weeks ago
  9. d9b6dc6 Reland "[rustpng] Implement subsets for SkPngRustCodec" by Daniel Dilan · 5 weeks ago
  10. 3745e62 [rust png] Move Rust PNG implementation to non-"experimental" dir. by Lukasz Anforowicz · 5 weeks ago
  11. 82de95a SkCodec/SkPngCodec/SkPngEncoder: Add HDR metadata support by Christopher Cameron · 5 weeks ago
  12. 4e9c86d skhdr::Metadata: Add CLLI and MDCV metadata and parsing by Christopher Cameron · 5 weeks ago
  13. 9121f33 Revert "skhdr::Metadata: Add CLLI and MDCV metadata and parsing" by Noelle Scobie · 5 weeks ago
  14. f2af25e skhdr::Metadata: Add CLLI and MDCV metadata and parsing by Christopher Cameron · 5 weeks ago
  15. 4a50bc3 [rust png] Move Rust PNG public headers to non-"experimental" dirs (1/3) by Lukasz Anforowicz · 6 weeks ago
  16. cbb0388 Move Ganesh-only tool code into tools/ganesh by Brian Salomon · 6 weeks ago
  17. 49227db SkStream: Add big-endian integer reading helpers by Christopher Cameron · 6 weeks ago
  18. 5c60f8a Allow auto registration of SkPngRustDecoder by Ben Wagner · 7 weeks ago
  19. 7c2b647 Revert "SkAndroidCodec: Remove one-off CICP implementation" by Noelle Scobie · 7 weeks ago
  20. cb2be10 Remove SkHeifCodec and related defines by Vignesh Venkat · 7 weeks ago
  21. e18263e SkAndroidCodec: Remove one-off CICP implementation by Christopher Cameron · 7 weeks ago
  22. 8c7cf4c Refactor SkDraw and SkDrawBase into skcpu::Draw by Kaylee Lubick · 8 weeks ago
  23. 6e625201 Fix crash in DNG 1.7.1 by John Reck · 9 weeks ago
  24. 6ff16ae [codecs] Avoid unneeded color space transforms by Florin Malita · 3 months ago
  25. 8178648 SkMatrix::RectToRect can fail, so change API to clarify that by Michael Reed · 3 months ago
  26. f7606fd Compile include/ headers on their own by Kaylee Lubick · 3 months ago
  27. eea1c33 Remove IWYU build logic from Bazel by Kaylee Lubick · 3 months ago
  28. 7e26632 SkCrabbyAvifCodec: Compute profile for PQ and HLG images by Vignesh Venkat · 3 months ago
  29. e5339ee SkCodec: Support RGBA_1010102 in initializeColorXform by Vignesh Venkat · 3 months ago
  30. ab79199 Add bgra support for avif codec by Daniel Dilan · 3 months ago
  31. 25a7386 Fix stream decoding Webp from unrewindable stream by Daniel Dilan · 4 months ago
  32. 1c1d744 [rust png] Prefer `SkASSERT_RELEASE` over `SkASSERT`. by Lukasz Anforowicz · 4 months ago
  33. 42a071a Use SkSpan in SkData by Michael Reed · 4 months ago
  34. de962d2 Add dng sdk 1.4 -> 1.7.1 migration compat by John Reck · 5 months ago
  35. d3ff0fc Replace bug ids with mapped ids in the new issue tracker by Shahbaz Youssefi · 5 months ago
  36. 608bd94 Don't read whole stream on SkWebpCodec creation by Daniel Dilan · 5 months ago
  37. 2dbbb56 SkCrabbyAvifCodec: Use icc profile from the decoded image by Vignesh Venkatasubramanian · 6 months ago
  38. cc84a86 [rust png] Sanitize the size of `PLTE` and `tRNS` chunks. by Lukasz Anforowicz · 7 months ago
  39. a495940 Introduce SkRasterPipelineContexts namespace by Kaylee Lubick · 7 months ago
  40. d10970d SkJpegMetadataDecoder: Fall back to base color space, not sRGB by Christopher Cameron · 7 months ago
  41. 87bea1a Move SkColorPriv from include to src by Kaylee Lubick · 8 months ago
  42. 750b5ed Roll libjpeg-turbo to latest in Chromium by Daniel Dilan · 8 months ago
  43. 71685ed Only call format_message when needed by Ben Wagner · 8 months ago
  44. 72d0f18 Move SkColorData to src/core by Kaylee Lubick · 8 months ago
  45. 0ee3bba Adds a method to retrieve JUMBF metadata. by Mark Scott · 8 months ago
  46. 0f44c50 Reland "Decouple PDF backend and JPEG encoding/decoding" by Kaylee Lubick · 8 months ago
  47. 1f2c440 [rust png] Add a new `SkCodec::isAnimated` API. by Lukasz Anforowicz · 8 months ago
  48. aad4ee3 Revert "Decouple PDF backend and JPEG encoding/decoding" by Kaylee Lubick · 8 months ago
  49. 23f0bf51 Decouple PDF backend and JPEG encoding/decoding by Kaylee Lubick · 8 months ago
  50. d1d26bf Support ISO gainmap colorspace in PNG by Alec Mouri · 8 months ago
  51. 0e2704f [png] Check interlacedBuffer full size + add early exit path by Daniel Dilan · 8 months ago
  52. 0989216 [png] Allow fInterlaceBuffer to fail on malloc instead of abort by Daniel Dilan · 9 months ago
  53. fc40278 SkCrabbyAvifCodec: Support repetition count by Vignesh Venkatasubramanian · 9 months ago
  54. 85e09e6 SkCrabbyAvifCodec: Clean up some TODOs by Vignesh Venkatasubramanian · 9 months ago
  55. f22419d Reland "Use SkCrabbyAvifCodec for HEIC and AVIF on Android" by Vignesh Venkat · 9 months ago
  56. e387859 SkCrabbyAvifCodec: Perform scaling after crop/subset by Vignesh Venkatasubramanian · 9 months ago
  57. ec32f0e SkCrabbyAvifCodec: Support rotation and mirroring by Vignesh Venkatasubramanian · 9 months ago
  58. bb03124 Skip empty chunks in SkPngCompositeChunkReader by Alec Mouri · 9 months ago
  59. c3b763f Revert "Use SkCrabbyAvifCodec for HEIC and AVIF on Android" by Vignesh Venkat · 9 months ago
  60. 4ff2e3a [rust png] Parse orientation from the `eXIf` chunk. by Lukasz Anforowicz · 9 months ago
  61. 871e99c SkCrabbyAvifCodec: Support subsets by Vignesh Venkatasubramanian · 9 months ago
  62. 4076192 Extend the lifetime of SkPngCompositeChunkReader by Alec Mouri · 9 months ago
  63. 1769d78 Use SkCrabbyAvifCodec for HEIC and AVIF on Android by Vignesh Venkatasubramanian · 9 months ago
  64. 3ff3711 [bmp] Fix swizzler initialization by Florin Malita · 9 months ago
  65. dba7f46 Automatically scale animated webp post-decode in Android by Daniel Dilan · 10 months ago
  66. 8a79cd8 SkCrabbyAvifCodec: Return correct image type by Vignesh Venkatasubramanian · 10 months ago
  67. 9799dca [webp] Use the same RP blender for all lines by Florin Malita · 10 months ago
  68. 24365ab [rust png] Performance: Cache and reuse `fColorTable` if possible. by Lukasz Anforowicz · 10 months ago
  69. d2e8363 [rust png] Avoid doing alpha premultiplication twice. by Lukasz Anforowicz · 10 months ago
  70. e011487 Only output last valid scan of progressive JPEG decode by Daniel Dilan · 10 months ago
  71. e56496e Allow getPixels to succeed for progressive JPEG's with no EOI marker by Daniel Dilan · 10 months ago
  72. 905e123 Move free functions in SkCodecPriv into class namespace by Kaylee Lubick · 11 months ago
  73. 77f179b Revert "Reland "Reland "SkCodec: Remove the sysprop guard for SkCrabbyAvifCodec""" by Vignesh Venkat · 11 months ago
  74. 14f8f6d Update GN build to allow for rust PNG decoding only by Kaylee Lubick · 11 months ago
  75. 4c32000 Reland "Initialize decompress struct with libjpeg-turbo's API" by Daniel Dilan · 11 months ago
  76. 0d94e96 Support PNG gainmaps by Alec Mouri · 11 months ago
  77. eecb5a5 Revert "Initialize decompress struct with libjpeg-turbo's API" by Daniel Dilan · 11 months ago
  78. 144fe2a Initialize decompress struct with libjpeg-turbo's API by Daniel Dilan · 11 months ago
  79. 2944c92 [rust png] Integrate Rust `png` crate into `SkPngRustEncoderImpl`. by Lukasz Anforowicz · 11 months ago
  80. 5e0cf5f Reland "Reland "SkCodec: Remove the sysprop guard for SkCrabbyAvifCodec"" by Emilian Peev · 11 months ago
  81. dd70c8e [rust png] Extract a separate `src/codec:png_codec_base` Bazel target. by Lukasz Anforowicz · 11 months ago
  82. cf29335 [rust png] Build / sources organization: Separate `decoder/` directory. by Lukasz Anforowicz · 11 months ago
  83. 01a3a55 Revert "Reland "SkCodec: Remove the sysprop guard for SkCrabbyAvifCodec"" by Vignesh Venkat · 11 months ago
  84. 32c01e7 Reland "SkCodec: Remove the sysprop guard for SkCrabbyAvifCodec" by Vignesh Venkat · 11 months ago
  85. e5336f4 SkCrabbyAvifCodec: Set mediacodec color format by Vignesh Venkat · 11 months ago
  86. a789d03 SkCrabbyAvifCodec: Make a copy of the image before scaling by Vignesh Venkat · 11 months ago
  87. 6af378b SkCrabbyAvifCodec: Add RGB565 support by Vignesh Venkat · 11 months ago
  88. b79e712 SkCrabbyAvifCodec: Compute fGainmapMathColorSpace by Vignesh Venkat · 11 months ago
  89. 7ae36ec Revert "SkCodec: Remove the sysprop guard for SkCrabbyAvifCodec" by Nolan Scobie · 12 months ago
  90. 35fafeb SkCrabbyAvif: Remove explicit brand sniffing in IsAvif by Vignesh Venkat · 12 months ago
  91. c7755ef SkCodec: Remove the sysprop guard for SkCrabbyAvifCodec by Vignesh Venkat · 12 months ago
  92. dfd8fee Reland "Reland "Reland "Adding Fontations to FontConfig manager""" by Julia Lavrova · 12 months ago
  93. da3d6cb SkCrabbyAvifCodec: Add support for gainmaps by Vignesh Venkat · 12 months ago
  94. 77779dfe Revert "Reland "Reland "Adding Fontations to FontConfig manager""" by Julia Lavrova · 12 months ago
  95. d022fe6 Reland "Reland "Adding Fontations to FontConfig manager"" by Julia Lavrova · 12 months ago
  96. 13cb7b0 Revert "Reland "Adding Fontations to FontConfig manager"" by Michael Ludwig · 12 months ago
  97. 6e0c0a2 Reland "Adding Fontations to FontConfig manager" by Julia Lavrova · 12 months ago
  98. 6d8a5eb [rust png] Explicitly handle unsupported `dstInfo` in `SkPngCodecBase`. by Lukasz Anforowicz · 12 months ago
  99. 2d31a2a crabbyavif: Add support for cropping by Vignesh Venkat · 1 year ago
  100. 7d16e5c [rust png] Initial support for Bazel build. by Lukasz Anforowicz · 1 year ago