aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/codec
Commit message (Expand)AuthorAge
* Fix SkFILEStream.Gravatar Ben Wagner2017-03-10
* SkAndroidCodec: Leave pixels in encoded colorspace when tf is numericalGravatar Matt Sarett2017-03-01
* Fix bug handling CMYK images without color profilesGravatar Matt Sarett2017-02-24
* Set a limit on the size for BMP imagesGravatar Leon Scroggins III2017-02-24
* Read color space info from raw exif dataGravatar Matt Sarett2017-02-24
* Enable legacy premuls in SkColorSpaceXformGravatar Matt Sarett2017-02-22
* Use non-linear color spaces for Android decode outputsGravatar Matt Sarett2017-02-16
* return and take SkImageGenerator as unique_ptrGravatar Mike Reed2017-02-15
* removed unused code around scaled generatorsGravatar Mike Reed2017-02-15
* Suggest P3 for wide gamut images in SkAndroidCodecGravatar Matt Sarett2017-02-15
* Make header files idempotent; script to checkGravatar Hal Canary2017-02-13
* 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
* Prepare to test all image decode modes to F16Gravatar Matt Sarett2017-02-02
* GIF: Only report a frame after knowing dependencyGravatar Leon Scroggins III2017-01-30
* Set fOptions in SkCodec::getPixelsGravatar Leon Scroggins III2017-01-27
* Use appropriate options in SkJpegCodec readRows()Gravatar Matt Sarett2017-01-24
* 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