aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/codec/SkWebpCodec.cpp
Commit message (Expand)AuthorAge
...
* Add SkTransferFunctionBehavior flag: Use in codec and encoderGravatar Matt Sarett2017-03-24
* Reland "Respect canvas size and frame offset in webp decoder"Gravatar Matt Sarett2017-02-07
* SkColorSpace: remove named API, add gamut APIGravatar Matt Sarett2017-02-07
* Revert "SkColorSpace: remove named API, add gamut API"Gravatar Matt Sarett2017-02-07
* SkColorSpace: remove named API, add gamut APIGravatar Matt Sarett2017-02-07
* Revert "Reland "Respect canvas size and frame offset in webp decoder""Gravatar Matt Sarett2017-02-07
* Reland "Respect canvas size and frame offset in webp decoder"Gravatar Matt Sarett2017-02-06
* Revert "Respect canvas size and frame offset in webp decoder"Gravatar Robert Phillips2017-02-06
* Respect canvas size and frame offset in webp decoderGravatar Matt Sarett2017-02-03
* Updated the get_images_from_skps tool to check for ICC profile supportGravatar raftias2016-12-12
* Remove SkAutoTDelete.Gravatar Ben Wagner2016-11-03
* Rename all color space factories from New* to Make*Gravatar Brian Osman2016-10-24
* Safely handle unsupported color xforms in SkCodecGravatar Matt Sarett2016-10-20
* Add SkColorSpaceXform to the public APIGravatar msarett2016-10-11
* Add BGRA as input format to SkColorSpaceXformGravatar msarett2016-09-22
* Make SkColorSpaceXform::New() take bare ptrsGravatar msarett2016-09-22
* Support Float32 output from SkColorSpaceXformGravatar msarett2016-09-16
* Revert of Support Float32 output from SkColorSpaceXform (patchset #7 id:14000...Gravatar msarett2016-09-16
* Support Float32 output from SkColorSpaceXformGravatar msarett2016-09-16
* Checking for valid colorType, alphaType, colorSpace in SkCodecGravatar msarett2016-09-08
* Revert of Checking for valid colorType, alphaType, colorSpace in SkCodec (pat...Gravatar msarett2016-09-08
* Checking for valid colorType, alphaType, colorSpace in SkCodecGravatar msarett2016-09-08
* Add color xform support to SkWebpCodecGravatar msarett2016-09-08
* Revert of Add color xform support to SkWebpCodec (patchset #2 id:80001 of htt...Gravatar msarett2016-09-07
* Add color xform support to SkWebpCodecGravatar msarett2016-09-07
* Use demux API in SkWebpCodecGravatar msarett2016-09-07
* Parse ICC profiles from webpsGravatar msarett2016-08-24
* Webp has_alpha is a hint onlyGravatar msarett2016-08-14
* Remove SkEncodedInfo kUnknown_Color and kUnknown_Alpha from public APIGravatar msarett2016-04-25
* Add SkEncodedInfo to report properties of encoded image dataGravatar msarett2016-04-20
* Revert of Add SkEncodedInfo to report properties of encoded image data (patch...Gravatar robertphillips2016-04-19
* Add SkEncodedInfo to report properties of encoded image dataGravatar msarett2016-04-18
* Mark webps as sRGBGravatar msarett2016-04-06
* detach -> releaseGravatar mtklein2016-03-16
* Switch SkAutoMalloc to SkAutoTMalloc to avoid castGravatar scroggo2015-12-10
* Make SkCodec support peek() and read()Gravatar scroggo2015-12-08
* Add subsetting to SkScanlineDecoderGravatar msarett2015-10-13
* Fill incomplete images in SkCodec parent classGravatar msarett2015-10-09
* Move all knowledge of X sampling into SkScaledCodecGravatar scroggo2015-10-02
* Call rewindIfNeeded in SkCodecGravatar scroggo2015-09-30
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Support more swizzles to 565 in SkCodecGravatar scroggo2015-08-14
* Consolidate SkCodec functions for handling rewindGravatar scroggo2015-08-12
* Let SkWebpCodec decode to 565Gravatar scroggo2015-08-06
* Add the ability to decode a subset to SkCodecGravatar scroggo2015-07-22
* SkCodec no longer inherits from SkImageGenerator.Gravatar scroggo2015-07-09
* Prevent webp from producing 0 dimensional imagesGravatar msarett2015-06-19
* Add SkWebpCodec, for decoding .webp images.Gravatar scroggo2015-06-18