aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/codec/SkPngCodec.cpp
Commit message (Expand)AuthorAge
* SkMacros split from SkTypes.hGravatar Hal Canary2018-06-12
* Fix fuschia rollGravatar Leon Scroggins III2018-03-01
* Support pngs with incorrect CMF bytesGravatar Leon Scroggins III2018-02-28
* encode kAlpha_8 as grayalpha with sigbits for gray==1Gravatar Mike Reed2017-11-30
* Simplify SkColorSpace::MakeICCGravatar Leon Scroggins III2017-10-31
* Remove static initializers in SkCodecGravatar Leon Scroggins III2017-10-03
* Handle the error input case in SkPngCodec decode functionGravatar nagarajan.n2017-10-03
* make most of SkColorPriv.h privateGravatar Cary Clark2017-09-15
* Call initializeColorXform inside SkCodecGravatar Leon Scroggins III2017-08-18
* Move calls to conversion_possible to SkCodecGravatar Leon Scroggins III2017-08-17
* use unique_ptr for codec factoriesGravatar Mike Reed2017-07-25
* Report error on failure to create SkCodecGravatar Leon Scroggins III2017-07-14
* Reland "Remove support for decoding to kIndex_8"Gravatar Leon Scroggins2017-07-11
* Revert "Remove support for decoding to kIndex_8"Gravatar Leon Scroggins2017-07-10
* Remove support for decoding to kIndex_8Gravatar Leon Scroggins III2017-07-10
* Remove debug checks for unsupported ICC profilesGravatar Matt Sarett2017-06-09
* Simplify SkCodecs' call to SkColorSpaceXform::applyGravatar Leon Scroggins III2017-06-05
* SkPngCodec: Do not return kInvalidConversion on corrupt pngGravatar Matt Sarett2017-04-26
* Improve the Codec_end test and add fixesGravatar Leon Scroggins III2017-04-25
* Fix decoding incomplete PNG imagesGravatar Leon Scroggins III2017-04-24
* Reland "Make SkPngCodec only read as much of the stream as necessary"Gravatar Leon Scroggins III2017-04-21
* Revert "Make SkPngCodec only read as much of the stream as necessary"Gravatar Leon Scroggins2017-04-20
* Make SkPngCodec only read as much of the stream as necessaryGravatar Leon Scroggins III2017-04-20
* 565 codec color xform support: fix colortable / incomplete image behaviorGravatar Matt Sarett2017-04-04
* Add codec and color xform support for 565Gravatar Matt Sarett2017-03-28
* Add SkTransferFunctionBehavior flag: Use in codec and encoderGravatar Matt Sarett2017-03-24
* 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
* Reland "Respect full precision for RGB16 PNGs" (part 3)Gravatar Matt Sarett2017-01-20
* Revert "Respect full precision for RGB16 PNGs"Gravatar Matt Sarett2017-01-18
* Respect full precision for RGB16 PNGsGravatar Matt Sarett2017-01-18
* Unify ICC support for gray jpegs and gray pngsGravatar Matt Sarett2017-01-13
* Use RasterPipeline to support full precision on 16-bit RGBA pngsGravatar Matt Sarett2017-01-13
* Revert "Use RasterPipeline to support full precision on 16-bit RGBA pngs"Gravatar Matt Sarett2017-01-12
* Use RasterPipeline to support full precision on 16-bit RGBA pngsGravatar Matt Sarett2017-01-12
* Use shared toSRGBD50 matrix in SkPngCodecGravatar Matt Sarett2017-01-04
* SkPngCodec: Add support for 16-bit pngs (step 1)Gravatar Matt Sarett2016-12-14
* Updated the get_images_from_skps tool to check for ICC profile supportGravatar raftias2016-12-12
* Refactor RGBA/BGRA xform logic in SkCodecsGravatar Matt Sarett2016-11-08
* s/SkAutoTUnref/sk_sp/ in src/ part 1Gravatar Hal Canary2016-11-07
* Add F16, SkColorSpaceXform support to SkGifCodecGravatar Matt Sarett2016-11-04
* Fix color xforms for Index8 bmpsGravatar Matt Sarett2016-11-04
* Remove SkAutoTDelete.Gravatar Ben Wagner2016-11-03
* Remove unneeded SkColorSpace constructorGravatar Matt Sarett2016-10-28
* 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
* Consider the start_coord in interlaced PNGGravatar scroggo2016-10-18
* Incremental decode: only use subset for subsettingGravatar scroggo2016-10-17
* Add NewRGB() with float gamma to SkColorSpace public APIGravatar Matt Sarett2016-10-14