aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/codec
Commit message (Expand)AuthorAge
...
* Reland "Respect full precision for RGB16 PNGs" (part 3)Gravatar Matt Sarett2017-01-20
* Use fixed size buffer for RLE bmpsGravatar Leon Scroggins III2017-01-19
* 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
* Improve color space support in SkImage::readPixels()Gravatar Matt Sarett2016-12-22
* Do not support index8 for generateScaledPixelsGravatar Leon Scroggins III2016-12-22
* Implement scaling in SkCodecImageGeneratorGravatar Leon Scroggins III2016-12-21
* GIF: Avoid copying/storing data when possibleGravatar Leon Scroggins III2016-12-19
* Only attempt index8 if underlying GIF is index8Gravatar Leon Scroggins III2016-12-16
* Stop supporting kUnknown_BmpHeaderTypeGravatar Leon Scroggins III2016-12-15
* Add SkCodec::FrameInfo::fFullyReceivedGravatar Leon Scroggins III2016-12-14
* SkPngCodec: Add support for 16-bit pngs (step 1)Gravatar Matt Sarett2016-12-14
* Prefer F16 in SkAndroidCodec for high precision imagesGravatar Matt Sarett2016-12-14
* Fix double CMYK->RGBA conversion on swizzled jpeg decodesGravatar Matt Sarett2016-12-13
* Fix out of bounds memory write in SkGifCodecGravatar Leon Scroggins III2016-12-13
* SkGifCodec: intersect frameRect with image sizeGravatar Leon Scroggins III2016-12-13
* Decode to sRGB on AndroidGravatar Matt Sarett2016-12-12
* Fix SkGifCodec bugs around truncated dataGravatar Leon Scroggins III2016-12-12
* Updated the get_images_from_skps tool to check for ICC profile supportGravatar raftias2016-12-12
* Do not create SkGifCodec if true size is not knownGravatar Leon Scroggins III2016-12-09
* remove SK_SUPPORT_LEGACY_REFENCODEDDATA_NOCTX flagGravatar Mike Reed2016-12-08
* Color-correct Gray JPEG image decoding via ICC profiles.Gravatar raftias2016-12-05
* Do not create an SkRawCodec with zero dimensionsGravatar Leon Scroggins III2016-12-02
* Added CMYK support for ICC profiles.Gravatar raftias2016-12-01
* Revert "Added CMYK support for ICC profiles."Gravatar Mike Klein2016-12-01
* Added CMYK support for ICC profiles.Gravatar raftias2016-12-01
* Fix float/int bug in SkRawCodecGravatar Matt Sarett2016-11-29
* SkImageEncoder: simplify APIGravatar Hal Canary2016-11-23
* Revert 248ff023 & 2cb6cb72Gravatar Hal Canary2016-11-22
* SkImageEncoder: simplify APIGravatar Hal Canary2016-11-22
* Support decoding images to multiple formats, depending on usageGravatar Brian Osman2016-11-21
* Revert "Support decoding images to multiple formats, depending on usage"Gravatar Brian Osman2016-11-15
* Support decoding images to multiple formats, depending on usageGravatar Brian Osman2016-11-15
* Refactor RGBA/BGRA xform logic in SkCodecsGravatar Matt Sarett2016-11-08
* Fail jpeg decodes on too many progressive scansGravatar Matt Sarett2016-11-08
* s/SkAutoTUnref/sk_sp/ in src/ part 1Gravatar Hal Canary2016-11-07
* Finish color space support for SkCodecGravatar Matt Sarett2016-11-07
* Add F16, SkColorSpaceXform support to SkGifCodecGravatar Matt Sarett2016-11-04
* Avoid pretending to support CMYK color xforms in SkJpegCodecGravatar Matt Sarett2016-11-04
* Fix color xforms for Index8 bmpsGravatar Matt Sarett2016-11-04
* Add F16, SkColorSpaceXform support to SkBmpCodecGravatar Matt Sarett2016-11-03
* Remove SkAutoTDelete.Gravatar Ben Wagner2016-11-03
* Revert "Add F16, SkColorSpaceXform support to SkBmpCodec"Gravatar Matt Sarett2016-11-03
* Add F16, SkColorSpaceXform support to SkBmpCodecGravatar Matt Sarett2016-11-03
* Remove SkAutoTDeleteArrayGravatar Ben Wagner2016-11-02