1. 5c49617 Reland "Respect canvas size and frame offset in webp decoder" by Matt Sarett · 8 years ago
  2. 77a7a1b SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
  3. 1f2fff2 Revert "SkColorSpace: remove named API, add gamut API" by Matt Sarett · 8 years ago
  4. ecaaf6f SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
  5. 2bb94e8 Revert "Reland "Respect canvas size and frame offset in webp decoder"" by Matt Sarett · 8 years ago
  6. 604971e Reland "Respect canvas size and frame offset in webp decoder" by Matt Sarett · 9 years ago
  7. b3050b9 Revert "Respect canvas size and frame offset in webp decoder" by Robert Phillips · 9 years ago
  8. 0f33970 Respect canvas size and frame offset in webp decoder by Matt Sarett · 9 years ago
  9. 09a1c08 Prepare to test all image decode modes to F16 by Matt Sarett · 9 years ago
  10. e4ba105 GIF: Only report a frame after knowing dependency by Leon Scroggins III · 9 years ago
  11. 4288657 Set fOptions in SkCodec::getPixels by Leon Scroggins III · 9 years ago
  12. c8c901f Use appropriate options in SkJpegCodec readRows() by Matt Sarett · 9 years ago
  13. 34c69d6 Reland "Respect full precision for RGB16 PNGs" (part 3) by Matt Sarett · 9 years ago
  14. b3b2453 Use fixed size buffer for RLE bmps by Leon Scroggins III · 9 years ago
  15. dfff166 Revert "Respect full precision for RGB16 PNGs" by Matt Sarett · 9 years ago
  16. 7a090c4 Respect full precision for RGB16 PNGs by Matt Sarett · 9 years ago
  17. 523116d Unify ICC support for gray jpegs and gray pngs by Matt Sarett · 9 years ago
  18. 379938e Use RasterPipeline to support full precision on 16-bit RGBA pngs by Matt Sarett · 9 years ago
  19. 25b6083 Revert "Use RasterPipeline to support full precision on 16-bit RGBA pngs" by Matt Sarett · 9 years ago
  20. bb2339d Use RasterPipeline to support full precision on 16-bit RGBA pngs by Matt Sarett · 9 years ago
  21. 5dfb4e4 Use shared toSRGBD50 matrix in SkPngCodec by Matt Sarett · 9 years ago
  22. 909d379 Improve color space support in SkImage::readPixels() by Matt Sarett · 9 years ago
  23. 9be9a42 Do not support index8 for generateScaledPixels by Leon Scroggins III · 9 years ago
  24. 20a7ecc Implement scaling in SkCodecImageGenerator by Leon Scroggins III · 9 years ago
  25. 932efed GIF: Avoid copying/storing data when possible by Leon Scroggins III · 9 years ago
  26. 4cd6865 Only attempt index8 if underlying GIF is index8 by Leon Scroggins III · 9 years ago
  27. 0b24cbd Stop supporting kUnknown_BmpHeaderType by Leon Scroggins III · 9 years ago
  28. 3639faa Add SkCodec::FrameInfo::fFullyReceived by Leon Scroggins III · 9 years ago
  29. 7a1cc67 SkPngCodec: Add support for 16-bit pngs (step 1) by Matt Sarett · 9 years ago
  30. 8dcc84f Prefer F16 in SkAndroidCodec for high precision images by Matt Sarett · 9 years ago
  31. 9bf39c2 Fix double CMYK->RGBA conversion on swizzled jpeg decodes by Matt Sarett · 9 years ago
  32. 49f5da7 Fix out of bounds memory write in SkGifCodec by Leon Scroggins III · 9 years ago
  33. 56e3209 SkGifCodec: intersect frameRect with image size by Leon Scroggins III · 9 years ago
  34. 966bb34 Decode to sRGB on Android by Matt Sarett · 9 years ago
  35. 3fc97d7 Fix SkGifCodec bugs around truncated data by Leon Scroggins III · 9 years ago
  36. d737bee Updated the get_images_from_skps tool to check for ICC profile support by raftias · 9 years ago
  37. 4993b95 Do not create SkGifCodec if true size is not known by Leon Scroggins III · 9 years ago
  38. df8599a remove SK_SUPPORT_LEGACY_REFENCODEDDATA_NOCTX flag by Mike Reed · 9 years ago
  39. 91db12d Color-correct Gray JPEG image decoding via ICC profiles. by raftias · 9 years ago
  40. d87fbee Do not create an SkRawCodec with zero dimensions by Leon Scroggins III · 9 years ago
  41. 5476128 Added CMYK support for ICC profiles. by raftias · 9 years ago
  42. 62458a6 Revert "Added CMYK support for ICC profiles." by Mike Klein · 9 years ago
  43. 51c3fcd Added CMYK support for ICC profiles. by raftias · 9 years ago
  44. e18c97b Fix float/int bug in SkRawCodec by Matt Sarett · 9 years ago
  45. db68301 SkImageEncoder: simplify API by Hal Canary · 9 years ago
  46. a2b4bdc Revert 248ff023 & 2cb6cb72 by Hal Canary · 9 years ago
  47. 248ff02 SkImageEncoder: simplify API by Hal Canary · 9 years ago
  48. 7992da3 Support decoding images to multiple formats, depending on usage by Brian Osman · 9 years ago
  49. 57ae6cf Revert "Support decoding images to multiple formats, depending on usage" by Brian Osman · 9 years ago
  50. c73a1ec Support decoding images to multiple formats, depending on usage by Brian Osman · 9 years ago
  51. 562e681 Refactor RGBA/BGRA xform logic in SkCodecs by Matt Sarett · 9 years ago
  52. dbdf6d2 Fail jpeg decodes on too many progressive scans by Matt Sarett · 9 years ago
  53. 67b39de s/SkAutoTUnref/sk_sp/ in src/ part 1 by Hal Canary · 9 years ago
  54. a225e9b Finish color space support for SkCodec by Matt Sarett · 9 years ago
  55. 61eedeb Add F16, SkColorSpaceXform support to SkGifCodec by Matt Sarett · 9 years ago
  56. fba1420 Avoid pretending to support CMYK color xforms in SkJpegCodec by Matt Sarett · 9 years ago
  57. 1a85ca5 Fix color xforms for Index8 bmps by Matt Sarett · 9 years ago
  58. 1b96c6f Add F16, SkColorSpaceXform support to SkBmpCodec by Matt Sarett · 9 years ago
  59. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 9 years ago
  60. 6193568 Revert "Add F16, SkColorSpaceXform support to SkBmpCodec" by Matt Sarett · 9 years ago
  61. d851795 Add F16, SkColorSpaceXform support to SkBmpCodec by Matt Sarett · 9 years ago
  62. 7ecc596 Remove SkAutoTDeleteArray by Ben Wagner · 9 years ago
  63. a9e9bfc Delete qcms by Matt Sarett · 9 years ago
  64. e71b1a1 Report repetition count in SkCodec by scroggo · 9 years ago
  65. fc49b40 Use correct color table for prior GIF frames by Leon Scroggins III · 9 years ago
  66. 7f650bd Tag images as sRGB by default in SkCodec by Matt Sarett · 9 years ago
  67. 99e3f7d Remove unneeded SkColorSpace constructor TBR=reed@google.com BUG=skia: by Matt Sarett · 9 years ago
  68. a049ac4 Revert "Always use a color table with 256 colors" by Leon Scroggins III · 9 years ago
  69. 53f63b6 Fix decoding GIF to 565 by scroggo · 9 years ago
  70. 1285f41 Write transparent pixels more often (SkGifCodec) by scroggo · 9 years ago
  71. 8a4e9c5 SkGifCodec: do not write off the end of memory when repeatCount > 1 by Matt Sarett · 9 years ago
  72. 8bce117 GIF: Fill the frame if we have a dummy color table by scroggo · 9 years ago
  73. c85b970 SK_FIX_BUILD by scroggo · 9 years ago
  74. 0057ac1 Always use a color table with 256 colors by scroggo · 9 years ago
  75. f9acbe2 Fix more namespace conflicts in SkGifImageReader by scroggo · 9 years ago
  76. 3d3a65c Rename GIFImageReader to SkGifImageReader by scroggo · 9 years ago
  77. 19b9153 Add support for multiple frames in SkCodec by scroggo · 9 years ago
  78. 526972e Rename all color space factories from New* to Make* by Brian Osman · 9 years ago
  79. 313c463 Safely handle unsupported color xforms in SkCodec by Matt Sarett · 9 years ago
  80. aef247a Subtract start_coord instead of adding it by scroggo · 9 years ago
  81. 9488833 Refactored SkColorSpace and added in a Lab PCS GM by raftias · 9 years ago
  82. e9ea349 Consider the start_coord in interlaced PNG by scroggo · 9 years ago
  83. 4f2a88c Incremental decode: only use subset for subsetting by scroggo · 9 years ago
  84. 29121eb Avoid integer overflow in SkIcoCodec and SkImageInfo by Matt Sarett · 9 years ago
  85. af01741 Revert "Avoid integer overflow in SkIcoCodec" by Matt Sarett · 9 years ago
  86. 20cba06 Avoid integer overflow in SkIcoCodec by Matt Sarett · 9 years ago
  87. c434f51 Add NewRGB() with float gamma to SkColorSpace public API by Matt Sarett · 9 years ago
  88. 31d097e8 Add SkColorSpaceXform to the public API by msarett · 9 years ago
  89. a5a31dd Add SkColorSpacePrimaries to help with making D50 matrices by msarett · 9 years ago
  90. ff9f7bb Simplify rowsDecoded returned by incrementalDecode by scroggo · 9 years ago
  91. e61b3b4 Report 0 rowsDecoded for no rows (SkPngCodec interlaced) by scroggo · 9 years ago
  92. c46cdd4 Fix an assert statement in SkPngCodec by scroggo · 9 years ago
  93. d567a81 Fix bmp bug exposed by fuzzer by msarett · 9 years ago
  94. cf7b877 Add BGRA as input format to SkColorSpaceXform by msarett · 9 years ago
  95. 4be0e7c Make SkColorSpaceXform::New() take bare ptrs by msarett · 9 years ago
  96. c6c81e1 Fix filling of incomplete images in SkSampledCodec by msarett · 9 years ago
  97. c044461 Support Float32 output from SkColorSpaceXform by msarett · 9 years ago
  98. c71a9b7 Revert of Support Float32 output from SkColorSpaceXform (patchset #7 id:140001 of https://codereview.chromium.org/2339233003/ ) by msarett · 9 years ago
  99. 43d6651 Support Float32 output from SkColorSpaceXform by msarett · 9 years ago
  100. 8e6c7ad Make SkPngCodec decode progressively. by scroggo · 9 years ago