aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/codec
Commit message (Expand)AuthorAge
* Add new SkImageGenerator::getPixels() API, deprecate the oldGravatar Matt Sarett2017-05-12
* Finish removing GrContext param from onRefEncodedDataGravatar Brian Osman2017-04-27
* SkPngCodec: Do not return kInvalidConversion on corrupt pngGravatar Matt Sarett2017-04-26
* Remove compressed texture support from cacheratorGravatar Brian Osman2017-04-25
* 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
* Fix spacing styleGravatar Chris Blume2017-04-19
* Switch SkCodec to int for counts and indicesGravatar Leon Scroggins III2017-04-17
* Add SkCodec methods for individual framesGravatar Leon Scroggins III2017-04-12
* SkSize can be aggregate-initializedGravatar Hal Canary2017-04-11
* Correct GIF frame dependencies and track alphaGravatar Leon Scroggins III2017-04-11
* Allow BF and BRD clients to request an output color spaceGravatar Matt Sarett2017-04-11
* Try disabling MSAN workarounds in SkJpegCodecGravatar Mike Klein2017-04-07
* 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