1. 9bc2235 Make all the codecs default profiles based on gTreatSkColorAsSRGB. by herb · 8 years ago
  2. c30c418 Add SkEncodedInfo to report properties of encoded image data by msarett · 8 years ago
  3. 3c92024 Revert of Add SkEncodedInfo to report properties of encoded image data (patchset #6 id:200001 of https://codereview.chromium.org/1820073002/ ) by robertphillips · 8 years ago
  4. f682d9a Add SkEncodedInfo to report properties of encoded image data by msarett · 8 years ago
  5. 0e6274f Parse icc profiles and exif orientation from jpeg markers by msarett · 8 years ago
  6. 7a307df Rename the kRAW_SkEncodedFormat to kDNG_SkEncodedFormat as it is actually only used for DNG format by yujieqin · 8 years ago
  7. 4984c3c Update Skia's YUV API by msarett · 8 years ago
  8. 1590f3b Revert of Update Skia's YUV API (patchset #5 id:160001 of https://codereview.chromium.org/1716523002/ ) by msarett · 8 years ago
  9. 095d31c Update Skia's YUV API by msarett · 8 years ago
  10. ad8bcfe Use a smart pointer for SkColorSpace factories by msarett · 8 years ago
  11. 6a73821 Set SkColorSpace object for PNGs and parse ICC profiles by msarett · 8 years ago
  12. 9b9497e Implement onSkipScanlines() for bmp and wbmp by msarett · 8 years ago
  13. 7b5e553 Add SkAndroidCodec::getPixels by scroggo · 8 years ago
  14. c5560be Support decoding opaque to *premul by scroggo · 8 years ago
  15. 916de9f Add RAW decoding into Skia. by yujieqin · 9 years ago
  16. c85a9fd Revert of Prototype of RAW decoding in Skia. (patchset #32 id:610001 of https://codereview.chromium.org/1520403003/ ) by msarett · 9 years ago
  17. 6bd8639 Add RAW decoding into Skia. by yujieqin · 9 years ago
  18. b714fb0 Add getYUV8Planes() API to SkCodec by msarett · 9 years ago
  19. a4970dc Delete reallyHasAlpha() from SkCodec by msarett · 9 years ago
  20. 9a0e346 Make BitmapRegionDecoder succeed on invalid requests by msarett · 9 years ago
  21. 90c4d5f Add reallyHasAlpha() to SkAndroidCodec by msarett · 9 years ago
  22. db30be2 Make SkCodec support peek() and read() by scroggo · 9 years ago
  23. be8216a Make SkAndroidCodec support ico by msarett · 9 years ago
  24. 97ff7f5 Revert of Make SkAndroidCodec support ico (patchset #7 id:130002 of https://codereview.chromium.org/1472933002/ ) by scroggo · 9 years ago
  25. 1603e93 Make SkAndroidCodec support ico by msarett · 9 years ago
  26. cb0d5c9 Add currScanline() getter to SkCodec API by msarett · 9 years ago
  27. 7d5105c Allow SkAndroidCodec to use SkPngChunkReader by msarett · 9 years ago
  28. cf98fa9 Add SkPngChunkReader. by scroggo · 9 years ago
  29. 93c69ff Revert of Add SkPngChunkReader. (patchset #9 id:160001 of https://codereview.chromium.org/1040453002/ ) by scroggo · 9 years ago
  30. 3389e00 Add SkPngChunkReader. by scroggo · 9 years ago
  31. 33bee09 Fix -Wunused-parameter errors in SkCodec.h in Android by msarett · 9 years ago
  32. e95a068 Make AndroidOptions const by scroggo · 9 years ago
  33. 3d9d7a7 Create an SkAndroidCodec API separate from SkCodec by msarett · 9 years ago
  34. fdb4757 Add subsetting to SkScanlineDecoder by msarett · 9 years ago
  35. e6dd004 Fill incomplete images in SkCodec parent class by msarett · 9 years ago
  36. cc7f305 SkScaledCodec should implement onRewind() by msarett · 9 years ago
  37. e7fc14b Move all knowledge of X sampling into SkScaledCodec by scroggo · 9 years ago
  38. 3a7701c Call rewindIfNeeded in SkCodec by scroggo · 9 years ago
  39. 46c5747 Merge SkCodec with SkScanlineDecoder by scroggo · 9 years ago
  40. 5406d6f Scanline decoding for bmp by msarett · 9 years ago
  41. f3c15b7 Move SkTemplates.h to private. by bungeman · 9 years ago
  42. b32758a Test scaling for small images by msarett · 9 years ago
  43. 8f4ba76 SkScaledCodec class by emmaleer · 9 years ago
  44. b0a32cc Revert of SkScaledCodec class (patchset #35 id:680001 of https://codereview.chromium.org/1260673002/ ) by egdaniel · 9 years ago
  45. b157917 SkScaledCodec class by emmaleer · 9 years ago
  46. c7993d7 Revert of SkScaledCodec class (patchset #34 id:660001 of https://codereview.chromium.org/1260673002/ ) by emmaleer · 9 years ago
  47. d518ea7 SkScaledCodec class by emmaleer · 9 years ago
  48. e5aaa07 Revert of SkScaledCodec class (patchset #32 id:620001 of https://codereview.chromium.org/1260673002/ ) by emmaleer · 9 years ago
  49. 0944100 SkScaledCodec class by emmaleer · 9 years ago
  50. b427db1 Consolidate SkCodec functions for handling rewind by scroggo · 9 years ago
  51. 1c005e4 Create a scanline decoder without creating a codec by scroggo · 9 years ago
  52. b636b45 Add the ability to decode a subset to SkCodec by scroggo · 9 years ago
  53. 9b2cdbf4 Allow creating multiple scanline decoders. by scroggo · 9 years ago
  54. eb602a5 SkCodec no longer inherits from SkImageGenerator. by scroggo · 9 years ago
  55. c0e80c1 In the case of subset decodes, we will often not decode to by msarett · 9 years ago
  56. d129084 remove dead code behind BOOL_ONGETINFO by reed · 9 years ago
  57. 97fdea6 Implementing a scanline decoder for jpeg by msarett · 9 years ago
  58. 9e43cab Requires a minor API change to pass the color table to getScanlineDecoder, as we do with getPixels(). by msarett · 9 years ago
  59. 5842154 SkCodec::onGetScanlineDecoder must call rewind. by scroggo · 9 years ago
  60. a096d7a SkCodec: add wbmp class by halcanary · 9 years ago
  61. b880d7f SkCodec: conditionally remove fInfo by halcanary · 9 years ago
  62. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  63. 0524590 Add scanline decoding to SkCodec. by scroggo · 9 years ago
  64. 9bde918 Enabling ico decoding with use of png and bmp decoders by msarett · 9 years ago
  65. 7aa846c Revert of Enabling ico decoding with use of png and bmp decoders (patchset #10 id:280001 of https://codereview.chromium.org/1011343003/) by tomhudson · 9 years ago
  66. 15bfd07 Enabling ico decoding with use of png and bmp decoders by msarett · 9 years ago
  67. 1dd3ea9 Add SkEncodedFormat, used by SkCodec. by scroggo · 9 years ago
  68. 3ef71e3 guarded change to SkImageGenerator to make getInfo() const by reed · 9 years ago
  69. fffeede Implement SkCodec::getScaledDimensions. by scroggo · 9 years ago
  70. 9552662 Option for SkCodec to treat dst as all zeroes. by scroggo · 9 years ago
  71. 7411438 Revert "Revert of fix for invalid for loop syntax broke build (patchset #1 id:1 of https://codereview.chromium.org/1007373003/)" by msarett · 9 years ago
  72. dfdec78 Revert "Implementation of image decoding for bmp files, in accordance with the new API." by msarett · 9 years ago
  73. 3675874 Implementation of image decoding for bmp files, in accordance with the new API. by msarett · 9 years ago
  74. f24f224 Add SkCodec, including PNG implementation. by scroggo · 9 years ago
  75. ee1a726 Revert of Add SkCodec, including PNG implementation. (patchset #24 id:460001 of https://codereview.chromium.org/930283002/) by scroggo · 9 years ago
  76. ca35885 Add SkCodec, including PNG implementation. by scroggo · 9 years ago