- a4083c9 make most of SkColorPriv.h private by Cary Clark · 7 years ago
- 1f1aa2d Stop using SkRasterPipeline inside GIF by Leon Scroggins III · 7 years ago
- de7f91b Remove SK_LEGACY_FRAME_INFO_ALPHA_TYPE by Leon Scroggins III · 7 years ago
- 223ec29 Make haveDecodedRow return void by Leon Scroggins III · 7 years ago
- ae79f32 Call initializeColorXform inside SkCodec by Leon Scroggins III · 7 years ago
- 0741818 Move calls to conversion_possible to SkCodec by Leon Scroggins III · 7 years ago
- ede7bac use unique_ptr for codec factories by Mike Reed · 7 years ago
- 45c16fa convert over to 2d-mode by Mike Klein · 7 years ago
- 9a0e390 sk_sp: act as if operator bool() not implicit. by Hal Canary · 7 years ago
- e726e7c Report first GIF frame after knowing its meta data by Leon Scroggins III · 7 years ago
- e43fdb3 Use SkRasterPipeline to blend GIF frames and use proper offset by Leon Scroggins III · 7 years ago
- 588fb04 Report error on failure to create SkCodec by Leon Scroggins III · 7 years ago
- 571b30f Reland "Remove support for decoding to kIndex_8" by Leon Scroggins · 7 years ago
- 8321f75 Revert "Remove support for decoding to kIndex_8" by Leon Scroggins · 7 years ago
- 742a3e2 Remove support for decoding to kIndex_8 by Leon Scroggins III · 7 years ago
- 674a184 Add SkCodec::Result indicating error in the data by Leon Scroggins III · 7 years ago
- 1f6af6b Consolidate decoding frames into SkCodec by Leon Scroggins III · 7 years ago
- 33deb7e Make SkCodec more flexible about its required frame by Leon Scroggins III · 7 years ago
- 91f0f73 Fix alpha issues in SkGifCodec by Leon Scroggins III · 7 years ago
- c6e6a5f Simplify SkCodecs' call to SkColorSpaceXform::apply by Leon Scroggins III · 7 years ago
- 557fbbe Add animation support to SkWebpCodec by Leon Scroggins III · 7 years ago
- 249b8e3 Switch SkCodec to int for counts and indices by Leon Scroggins III · 8 years ago
- e132e7b Add SkCodec methods for individual frames by Leon Scroggins III · 8 years ago
- a4db9be Correct GIF frame dependencies and track alpha by Leon Scroggins III · 8 years ago
- 19aff5d 565 codec color xform support: fix colortable / incomplete image behavior by Matt Sarett · 8 years ago
- cf3f234 Add SkTransferFunctionBehavior flag: Use in codec and encoder by Matt Sarett · 8 years ago
- 77a7a1b SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
- 1f2fff2 Revert "SkColorSpace: remove named API, add gamut API" by Matt Sarett · 8 years ago
- ecaaf6f SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
- e4ba105 GIF: Only report a frame after knowing dependency by Leon Scroggins III · 8 years ago
- 3639faa Add SkCodec::FrameInfo::fFullyReceived by Leon Scroggins III · 8 years ago
- 49f5da7 Fix out of bounds memory write in SkGifCodec by Leon Scroggins III · 8 years ago
- 56e3209 SkGifCodec: intersect frameRect with image size by Leon Scroggins III · 8 years ago
- 3fc97d7 Fix SkGifCodec bugs around truncated data by Leon Scroggins III · 8 years ago
- 4993b95 Do not create SkGifCodec if true size is not known by Leon Scroggins III · 8 years ago
- 562e681 Refactor RGBA/BGRA xform logic in SkCodecs by Matt Sarett · 8 years ago
- 61eedeb Add F16, SkColorSpaceXform support to SkGifCodec by Matt Sarett · 8 years ago
- e71b1a1 Report repetition count in SkCodec by scroggo · 8 years ago
- fc49b40 Use correct color table for prior GIF frames by Leon Scroggins III · 8 years ago
- 7f650bd Tag images as sRGB by default in SkCodec by Matt Sarett · 8 years ago
- a049ac4 Revert "Always use a color table with 256 colors" by Leon Scroggins III · 8 years ago
- 53f63b6 Fix decoding GIF to 565 by scroggo · 8 years ago
- 1285f41 Write transparent pixels more often (SkGifCodec) by scroggo · 8 years ago
- 8a4e9c5 SkGifCodec: do not write off the end of memory when repeatCount > 1 by Matt Sarett · 8 years ago
- 8bce117 GIF: Fill the frame if we have a dummy color table by scroggo · 8 years ago
- c85b970 SK_FIX_BUILD by scroggo · 8 years ago
- 0057ac1 Always use a color table with 256 colors by scroggo · 8 years ago
- f9acbe2 Fix more namespace conflicts in SkGifImageReader by scroggo · 8 years ago
- 3d3a65c Rename GIFImageReader to SkGifImageReader by scroggo · 8 years ago
- 19b9153 Add support for multiple frames in SkCodec by scroggo · 8 years ago
- f7eb6fc Implement Fill() for incomplete decodes to RGBA_F16 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
- 53180c9 Use Options object passed to startScanlineDecode by scroggo · 8 years ago
- d8d6855 Revert of Make SkPngCodec decode progressively. (patchset #26 id:520001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
- 6fb2391 Make SkPngCodec decode progressively. by scroggo · 8 years ago
- 26694c3 Revert of Make SkPngCodec decode progressively. (patchset #24 id:480001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
- 30e78c9 Make SkPngCodec decode progressively. by scroggo · 8 years ago
- 9a89a09 Revert of Make SkPngCodec decode progressively. (patchset #18 id:340001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
- a4b09a1 Make SkPngCodec decode progressively. by scroggo · 8 years ago
- 34e0ec4 Support the non-native (RGBA/BGRA) swizzle by msarett · 9 years ago
- a45a668 Use SkEncodedInfo in place of SkSwizzler::SrcConfig 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
- 18300a3 detach -> release by mtklein · 9 years ago
- 7f7ec20 Fix bug in SkGifCodec / Switch SkImageDec tests to use Codec by msarett · 9 years ago
- 39b2d5a Individually enable and disable SkCodecs by msarett · 9 years ago
- 4691d99 Add SkCodec to the CMake build by msarett · 9 years ago
- b30d698 Fix colorType/alphaType checks in SkCodec by msarett · 9 years ago
- deabdb5 Revert of Fix colorType/alphaType checks in SkCodec (patchset #5 id:80001 of https://codereview.chromium.org/1695473002/ ) by msarett · 9 years ago
- c7578b6 Fix colorType/alphaType checks in SkCodec by msarett · 9 years ago
- c5560be Support decoding opaque to *premul by scroggo · 9 years ago
- 1a46467 Rename SkGifCodec, SkIcoCodec, SkWbmpCodec by msarett · 9 years ago[Renamed (99%) from src/codec/SkCodec_libgif.cpp]
- db30be2 Make SkCodec support peek() and read() by scroggo · 9 years ago
- cb0d5c9 Add currScanline() getter to SkCodec API by msarett · 9 years ago
- 72261c0 Implement SkGifCodec::onSkipScanlines() by msarett · 9 years ago
- 5af4e0b Make SkAndroidCodec support gif 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
- 4aa02d8 Fix SkGifCodec to handle gifs where frameSize != imageSize 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
- 106b124 Remove SkNEW and SkDELETE macros by mdempsky · 9 years ago
- 10522ff Scanline decoding for gifs by msarett · 9 years ago
- e3330cf Revert of Scanline decoding for gifs (patchset #15 id:380001 of https://codereview.chromium.org/1305123002/ ) by jcgregorio · 9 years ago
- e9c10b9 Scanline decoding for gifs by msarett · 9 years ago
- 5406d6f Scanline decoding for bmp by msarett · 9 years ago
- d02b99f Interlaced gifs without the iterator 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
- 0e6ff38 Update giflib to 5.1.1 (AOSP hash) by msarett · 9 years ago
- b30e9d3 Clean up ifdefs in SkGifCodec by msarett · 9 years ago
- cc2feb1 Support more swizzles to 565 in SkCodec by scroggo · 9 years ago
- 8f4ba76 SkScaledCodec class by emmaleer · 9 years ago
- b0a32cc Revert of SkScaledCodec class (patchset #35 id:680001 of https://codereview.chromium.org/1260673002/ ) by egdaniel · 9 years ago