- 249b8e3 Switch SkCodec to int for counts and indices by Leon Scroggins III · 8 years ago
- e132e7b Add SkCodec methods for individual frames by Leon Scroggins III · 8 years ago
- fafe135 SkSize can be aggregate-initialized by Hal Canary · 8 years ago
- a4db9be Correct GIF frame dependencies and track alpha by Leon Scroggins III · 8 years ago
- 68feef4 Allow BF and BRD clients to request an output color space by Matt Sarett · 8 years ago
- 3a1ad6f Try disabling MSAN workarounds in SkJpegCodec by Mike Klein · 8 years ago
- 19aff5d 565 codec color xform support: fix colortable / incomplete image behavior by Matt Sarett · 8 years ago
- d531ca0 Use SkTransferFunctionBehavior in SkImageGenerator by Matt Sarett · 8 years ago
- 58c7b92 Fix msan errors in webp decoder by Matt Sarett · 8 years ago
- 3725f0a Add codec and color xform support for 565 by Matt Sarett · 8 years ago
- f388093 Delete SkColorSpace::ColorSpaceFlags by Matt Sarett · 8 years ago
- cf3f234 Add SkTransferFunctionBehavior flag: Use in codec and encoder by Matt Sarett · 8 years ago
- 5df93de Revert "Revert "Add support for writing icc profiles to the jpeg encoder"" by Matt Sarett · 8 years ago
- dda14b9 Revert "Add support for writing icc profiles to the jpeg encoder" by Derek Sollenberger · 8 years ago
- 4ef0148 Add support for writing icc profiles to the jpeg encoder by Matt Sarett · 8 years ago
- d68c41d Revert "Add support for writing icc profiles to the jpeg encoder" by Derek Sollenberger · 8 years ago
- d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 8 years ago
- e3b95ce Add support for writing icc profiles to the jpeg encoder by Matt Sarett · 8 years ago
- 4d1955c Fix SkFILEStream. by Ben Wagner · 8 years ago
- 9341c98 SkAndroidCodec: Leave pixels in encoded colorspace when tf is numerical by Matt Sarett · 8 years ago
- 7f15b68 Fix bug handling CMYK images without color profiles by Matt Sarett · 8 years ago
- 0354c62 Set a limit on the size for BMP images by Leon Scroggins III · 8 years ago
- c5eabe7 Read color space info from raw exif data by Matt Sarett · 8 years ago
- e522f4c Enable legacy premuls in SkColorSpaceXform by Matt Sarett · 8 years ago
- 5444446 Use non-linear color spaces for Android decode outputs by Matt Sarett · 8 years ago
- 185130c return and take SkImageGenerator as unique_ptr by Mike Reed · 8 years ago
- 26e573c removed unused code around scaled generators by Mike Reed · 8 years ago
- 2ae3a2e Suggest P3 for wide gamut images in SkAndroidCodec by Matt Sarett · 8 years ago
- 03a7f5f Make header files idempotent; script to check by Hal Canary · 8 years ago
- 5c49617 Reland "Respect canvas size and frame offset in webp decoder" by Matt Sarett · 8 years ago
- 77a7a1b SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
- 1f2fff2 Revert "SkColorSpace: remove named API, add gamut API" by Matt Sarett · 8 years ago
- ecaaf6f SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
- 2bb94e8 Revert "Reland "Respect canvas size and frame offset in webp decoder"" by Matt Sarett · 8 years ago
- 604971e Reland "Respect canvas size and frame offset in webp decoder" by Matt Sarett · 8 years ago
- b3050b9 Revert "Respect canvas size and frame offset in webp decoder" by Robert Phillips · 8 years ago
- 0f33970 Respect canvas size and frame offset in webp decoder by Matt Sarett · 8 years ago
- 09a1c08 Prepare to test all image decode modes to F16 by Matt Sarett · 8 years ago
- e4ba105 GIF: Only report a frame after knowing dependency by Leon Scroggins III · 8 years ago
- 4288657 Set fOptions in SkCodec::getPixels by Leon Scroggins III · 8 years ago
- c8c901f Use appropriate options in SkJpegCodec readRows() by Matt Sarett · 8 years ago
- 34c69d6 Reland "Respect full precision for RGB16 PNGs" (part 3) by Matt Sarett · 8 years ago
- b3b2453 Use fixed size buffer for RLE bmps by Leon Scroggins III · 8 years ago
- dfff166 Revert "Respect full precision for RGB16 PNGs" by Matt Sarett · 8 years ago
- 7a090c4 Respect full precision for RGB16 PNGs by Matt Sarett · 8 years ago
- 523116d Unify ICC support for gray jpegs and gray pngs by Matt Sarett · 8 years ago
- 379938e Use RasterPipeline to support full precision on 16-bit RGBA pngs by Matt Sarett · 8 years ago
- 25b6083 Revert "Use RasterPipeline to support full precision on 16-bit RGBA pngs" by Matt Sarett · 8 years ago
- bb2339d Use RasterPipeline to support full precision on 16-bit RGBA pngs by Matt Sarett · 8 years ago
- 5dfb4e4 Use shared toSRGBD50 matrix in SkPngCodec by Matt Sarett · 8 years ago
- 909d379 Improve color space support in SkImage::readPixels() by Matt Sarett · 8 years ago
- 9be9a42 Do not support index8 for generateScaledPixels by Leon Scroggins III · 8 years ago
- 20a7ecc Implement scaling in SkCodecImageGenerator by Leon Scroggins III · 8 years ago
- 932efed GIF: Avoid copying/storing data when possible by Leon Scroggins III · 8 years ago
- 4cd6865 Only attempt index8 if underlying GIF is index8 by Leon Scroggins III · 8 years ago
- 0b24cbd Stop supporting kUnknown_BmpHeaderType by Leon Scroggins III · 8 years ago
- 3639faa Add SkCodec::FrameInfo::fFullyReceived by Leon Scroggins III · 8 years ago
- 7a1cc67 SkPngCodec: Add support for 16-bit pngs (step 1) by Matt Sarett · 8 years ago
- 8dcc84f Prefer F16 in SkAndroidCodec for high precision images by Matt Sarett · 8 years ago
- 9bf39c2 Fix double CMYK->RGBA conversion on swizzled jpeg decodes by Matt Sarett · 8 years ago
- 49f5da7 Fix out of bounds memory write in SkGifCodec by Leon Scroggins III · 8 years ago
- 56e3209 SkGifCodec: intersect frameRect with image size by Leon Scroggins III · 8 years ago
- 966bb34 Decode to sRGB on Android by Matt Sarett · 8 years ago
- 3fc97d7 Fix SkGifCodec bugs around truncated data by Leon Scroggins III · 8 years ago
- d737bee Updated the get_images_from_skps tool to check for ICC profile support by raftias · 8 years ago
- 4993b95 Do not create SkGifCodec if true size is not known by Leon Scroggins III · 8 years ago
- df8599a remove SK_SUPPORT_LEGACY_REFENCODEDDATA_NOCTX flag by Mike Reed · 8 years ago
- 91db12d Color-correct Gray JPEG image decoding via ICC profiles. by raftias · 8 years ago
- d87fbee Do not create an SkRawCodec with zero dimensions by Leon Scroggins III · 8 years ago
- 5476128 Added CMYK support for ICC profiles. by raftias · 8 years ago
- 62458a6 Revert "Added CMYK support for ICC profiles." by Mike Klein · 8 years ago
- 51c3fcd Added CMYK support for ICC profiles. by raftias · 8 years ago
- e18c97b Fix float/int bug in SkRawCodec by Matt Sarett · 8 years ago
- db68301 SkImageEncoder: simplify API by Hal Canary · 8 years ago
- a2b4bdc Revert 248ff023 & 2cb6cb72 by Hal Canary · 8 years ago
- 248ff02 SkImageEncoder: simplify API by Hal Canary · 8 years ago
- 7992da3 Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
- 57ae6cf Revert "Support decoding images to multiple formats, depending on usage" by Brian Osman · 8 years ago
- c73a1ec Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
- 562e681 Refactor RGBA/BGRA xform logic in SkCodecs by Matt Sarett · 8 years ago
- dbdf6d2 Fail jpeg decodes on too many progressive scans by Matt Sarett · 8 years ago
- 67b39de s/SkAutoTUnref/sk_sp/ in src/ part 1 by Hal Canary · 8 years ago
- a225e9b Finish color space support for SkCodec by Matt Sarett · 8 years ago
- 61eedeb Add F16, SkColorSpaceXform support to SkGifCodec by Matt Sarett · 8 years ago
- fba1420 Avoid pretending to support CMYK color xforms in SkJpegCodec by Matt Sarett · 8 years ago
- 1a85ca5 Fix color xforms for Index8 bmps by Matt Sarett · 8 years ago
- 1b96c6f Add F16, SkColorSpaceXform support to SkBmpCodec by Matt Sarett · 8 years ago
- 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
- 6193568 Revert "Add F16, SkColorSpaceXform support to SkBmpCodec" by Matt Sarett · 8 years ago
- d851795 Add F16, SkColorSpaceXform support to SkBmpCodec by Matt Sarett · 8 years ago
- 7ecc596 Remove SkAutoTDeleteArray by Ben Wagner · 8 years ago
- a9e9bfc Delete qcms by Matt Sarett · 8 years ago
- e71b1a1 Report repetition count in SkCodec by scroggo · 8 years ago
- fc49b40 Use correct color table for prior GIF frames by Leon Scroggins III · 8 years ago
- 7f650bd Tag images as sRGB by default in SkCodec by Matt Sarett · 8 years ago
- 99e3f7d Remove unneeded SkColorSpace constructor TBR=reed@google.com BUG=skia: by Matt Sarett · 8 years ago
- a049ac4 Revert "Always use a color table with 256 colors" by Leon Scroggins III · 8 years ago
- 53f63b6 Fix decoding GIF to 565 by scroggo · 8 years ago
- 1285f41 Write transparent pixels more often (SkGifCodec) by scroggo · 8 years ago
- 8a4e9c5 SkGifCodec: do not write off the end of memory when repeatCount > 1 by Matt Sarett · 8 years ago