- c1ec247 Rename src/codec/SkColorTable to src/codec/SkColorPalette by Michael Ludwig · 1 year, 8 months ago
- 86d229d Run rewrite_includes to fix some ordering issues by Brian Osman · 1 year, 11 months ago
- 46572b4 [base] Move more files into base by Kevin Lubick · 2 years ago
- 19936eb [base] Move some files from include/private to include/private/base by Kevin Lubick · 2 years, 1 month ago
- ffd084f [base] Move include/base to include/private/base by Kevin Lubick · 2 years, 1 month ago
- cbb8210 [base] Move align-functions from SkTypes to base/SkAlign.h by Kevin Lubick · 2 years, 1 month ago
- 0c437ea [bazel] Update Clang (and IWYU) to 15.0.1 using CIPD by Kevin Lubick · 2 years, 3 months ago
- 3296f7b [includes] Enforce IWYU on src/images by Kevin Lubick · 2 years, 5 months ago
- a7cb849 Be more lenient with RLE BMPs by Leon Scroggins III · 3 years, 4 months ago
- fbd050b Enable ClangTidy check modernize-make-unique. by John Stiles · 4 years, 6 months ago
- 788b916 Remove SkTMin and SkTMax by Brian Osman · 5 years ago
- c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
- a6161b1 Properly fill in memory in sampled RLE BMPs by Leon Scroggins III · 6 years ago
- 712476e Remove SkCodec::fSrcInfo by Leon Scroggins III · 6 years ago
- 36f7e32 Reland "Switch SkCodec to use skcms plus fixes"" by Leon Scroggins III · 6 years ago
- 83988ed Revert "Reland "Switch SkCodec to use skcms" plus fixes" by Leon Scroggins · 6 years ago
- 49894f4 Reland "Switch SkCodec to use skcms" plus fixes by Leon Scroggins III · 6 years ago
- 33d5394 Revert "Switch SkCodec to use skcms" and follow on change by Leon Scroggins III · 6 years ago
- 81886e8 Switch SkCodec to use skcms by Leon Scroggins III · 6 years ago
- e643a9e SkCodec: Always use 0 for filling by Leon Scroggins III · 6 years ago
- 862c196 Remove static initializers in SkCodec by Leon Scroggins III · 7 years ago
- a4083c9 make most of SkColorPriv.h private by Cary Clark · 7 years ago
- ede7bac use unique_ptr for codec factories by Mike Reed · 8 years ago
- 571b30f Reland "Remove support for decoding to kIndex_8" by Leon Scroggins · 8 years ago
- 8321f75 Revert "Remove support for decoding to kIndex_8" by Leon Scroggins · 8 years ago
- 742a3e2 Remove support for decoding to kIndex_8 by Leon Scroggins III · 8 years ago
- c6e6a5f Simplify SkCodecs' call to SkColorSpaceXform::apply by Leon Scroggins III · 8 years ago
- b3b2453 Use fixed size buffer for RLE bmps by Leon Scroggins III · 8 years ago
- 562e681 Refactor RGBA/BGRA xform logic in SkCodecs by Matt Sarett · 8 years ago
- 67b39de s/SkAutoTUnref/sk_sp/ in src/ part 1 by Hal Canary · 8 years ago
- 1a85ca5 Fix color xforms for Index8 bmps by Matt Sarett · 8 years ago
- 1b96c6f Add F16, SkColorSpaceXform support to SkBmpCodec by Matt Sarett · 8 years ago
- 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
- 6193568 Revert "Add F16, SkColorSpaceXform support to SkBmpCodec" by Matt Sarett · 8 years ago
- d851795 Add F16, SkColorSpaceXform support to SkBmpCodec by Matt Sarett · 8 years ago
- 7ecc596 Remove SkAutoTDeleteArray by Ben Wagner · 8 years ago
- d567a81 Fix bmp bug exposed by fuzzer by msarett · 8 years ago
- 2ecc35f Checking for valid colorType, alphaType, colorSpace in SkCodec by msarett · 8 years ago
- 85c922a Revert of Checking for valid colorType, alphaType, colorSpace in SkCodec (patchset #2 id:100001 of https://codereview.chromium.org/2319293003/ ) by msarett · 8 years ago
- 7a9900d Checking for valid colorType, alphaType, colorSpace in SkCodec by msarett · 8 years ago
- 34e0ec4 Support the non-native (RGBA/BGRA) swizzle by msarett · 9 years ago
- c30c418 Add SkEncodedInfo to report properties of encoded image data by msarett · 9 years ago
- 3c92024 Revert of Add SkEncodedInfo to report properties of encoded image data (patchset #6 id:200001 of https://codereview.chromium.org/1820073002/ ) by robertphillips · 9 years ago
- f682d9a Add SkEncodedInfo to report properties of encoded image data by msarett · 9 years ago
- 2a98bac Return the proper error code in SkBmpRLECodec by msarett · 9 years ago
- 9b9497e Implement onSkipScanlines() for bmp and wbmp by msarett · 9 years ago
- 17315c2 Avoid initializing memory twice on incomplete RLE bmps by msarett · 9 years ago
- 4946b94 Fix scanline decoding of rare RLE bmps by msarett · 9 years ago
- 886e5e4 Fix overflow caught by ASAN. by benjaminwagner · 9 years ago
- a376629 Fix BMP RLE bug: attempt 2 by msarett · 9 years ago
- bc890c8 Fix BMP RLE bug by msarett · 9 years ago
- 3d9d7a7 Create an SkAndroidCodec API separate from SkCodec by msarett · 9 years ago
- f724b99 Reenable warnings in src/codec by msarett · 9 years ago
- fdb4757 Add subsetting to SkScanlineDecoder by msarett · 9 years ago
- e6dd004 Fill incomplete images in SkCodec parent class by msarett · 9 years ago
- e7fc14b Move all knowledge of X sampling into SkScaledCodec by scroggo · 9 years ago
- 3a7701c Call rewindIfNeeded in SkCodec by scroggo · 9 years ago
- 46c5747 Merge SkCodec with SkScanlineDecoder by scroggo · 9 years ago
- 5406d6f Scanline decoding for bmp by msarett · 9 years ago
- 0153dea Some codec code formatting cleanup. by bungeman · 9 years ago
- 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
- 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
- cc2feb1 Support more swizzles to 565 in SkCodec by scroggo · 9 years ago
- d0375bc Fix bmp RLE "bug" by msarett · 9 years ago
- b427db1 Consolidate SkCodec functions for handling rewind by scroggo · 9 years ago
- 4ab9d5f Split SkBmpCodec into three separate classes by msarett · 9 years ago