aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/codec
Commit message (Expand)AuthorAge
* 565 codec color xform support: fix colortable / incomplete image behaviorGravatar Matt Sarett2017-04-04
* Use SkTransferFunctionBehavior in SkImageGeneratorGravatar Matt Sarett2017-04-03
* Fix msan errors in webp decoderGravatar Matt Sarett2017-03-28
* Add codec and color xform support for 565Gravatar Matt Sarett2017-03-28
* Delete SkColorSpace::ColorSpaceFlagsGravatar Matt Sarett2017-03-24
* Add SkTransferFunctionBehavior flag: Use in codec and encoderGravatar Matt Sarett2017-03-24
* Revert "Revert "Add support for writing icc profiles to the jpeg encoder""Gravatar Matt Sarett2017-03-22
* Revert "Add support for writing icc profiles to the jpeg encoder"Gravatar Derek Sollenberger2017-03-22
* Add support for writing icc profiles to the jpeg encoderGravatar Matt Sarett2017-03-22
* Revert "Add support for writing icc profiles to the jpeg encoder"Gravatar Derek Sollenberger2017-03-22
* Mark overridden destructors with 'override' and remove 'virtual'Gravatar Brian Salomon2017-03-22
* Add support for writing icc profiles to the jpeg encoderGravatar Matt Sarett2017-03-22
* 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