1. 7fcfb62 move a bunch of helpers from SkImageInfo.h into priv by Mike Reed · 7 years ago
  2. 42ee284 Use SkAndroidCodec in SkAnimatedImage by Leon Scroggins III · 7 years ago
  3. fe3da02 Add a method to convert SkCodec::Result to a string by Leon Scroggins III · 7 years ago
  4. c8037dc Reland "Hide SkEncodedInfo" by Leon Scroggins III · 7 years ago
  5. 1793e7b Revert "Hide SkEncodedInfo" by Leon Scroggins · 7 years ago
  6. c6f7a4f Hide SkEncodedInfo by Leon Scroggins III · 7 years ago
  7. d6cb11e encode kAlpha_8 as grayalpha with sigbits for gray==1 by Mike Reed · 7 years ago
  8. b6ab10f Move SkCodec::Origin into its own file by Leon Scroggins III · 7 years ago
  9. 021e5c7 Revert "Add an Option for orientation on JPEG encodes" by Ben Wagner · 7 years ago
  10. 5411a60 Add an Option for orientation on JPEG encodes by Leon Scroggins III · 7 years ago
  11. 2631558 fix use of uninitialized flag in SkCodec by Ivan Afanasyev · 7 years ago
  12. 862c196 Remove static initializers in SkCodec by Leon Scroggins III · 7 years ago
  13. ae79f32 Call initializeColorXform inside SkCodec by Leon Scroggins III · 7 years ago
  14. 04be2b5 Reland "skia: add heif decoding support" by Leon Scroggins III · 7 years ago
  15. 0741818 Move calls to conversion_possible to SkCodec by Leon Scroggins III · 7 years ago
  16. db68a42 Revert "skia: add heif decoding support" by Mike Klein · 7 years ago
  17. c2a9542 skia: add heif decoding support by Chong Zhang · 7 years ago
  18. 7f97f49 remove SK_SUPPORT_LEGACY_CODEC_NEW dead code by Mike Reed · 7 years ago
  19. 847068c add Make factory to SkMemoryStream (simplify call-sites) by Mike Reed · 7 years ago
  20. 816afd8 fix legacy compile by Mike Reed · 7 years ago
  21. ede7bac use unique_ptr for codec factories by Mike Reed · 7 years ago
  22. 588fb04 Report error on failure to create SkCodec by Leon Scroggins III · 7 years ago
  23. 571b30f Reland "Remove support for decoding to kIndex_8" by Leon Scroggins · 7 years ago
  24. 8321f75 Revert "Remove support for decoding to kIndex_8" by Leon Scroggins · 7 years ago
  25. 742a3e2 Remove support for decoding to kIndex_8 by Leon Scroggins III · 7 years ago
  26. 674a184 Add SkCodec::Result indicating error in the data by Leon Scroggins III · 7 years ago
  27. 1f6af6b Consolidate decoding frames into SkCodec by Leon Scroggins III · 7 years ago
  28. c6e6a5f Simplify SkCodecs' call to SkColorSpaceXform::apply by Leon Scroggins III · 7 years ago
  29. 557fbbe Add animation support to SkWebpCodec by Leon Scroggins III · 7 years ago
  30. 249b8e3 Switch SkCodec to int for counts and indices by Leon Scroggins III · 7 years ago
  31. e132e7b Add SkCodec methods for individual frames by Leon Scroggins III · 7 years ago
  32. cf3f234 Add SkTransferFunctionBehavior flag: Use in codec and encoder by Matt Sarett · 7 years ago
  33. e522f4c Enable legacy premuls in SkColorSpaceXform by Matt Sarett · 8 years ago
  34. 5444446 Use non-linear color spaces for Android decode outputs by Matt Sarett · 8 years ago
  35. 4288657 Set fOptions in SkCodec::getPixels by Leon Scroggins III · 8 years ago
  36. 61eedeb Add F16, SkColorSpaceXform support to SkGifCodec by Matt Sarett · 8 years ago
  37. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  38. 19b9153 Add support for multiple frames in SkCodec by scroggo · 8 years ago
  39. 313c463 Safely handle unsupported color xforms in SkCodec by Matt Sarett · 8 years ago
  40. 8e6c7ad Make SkPngCodec decode progressively. by scroggo · 8 years ago
  41. f7eb6fc Implement Fill() for incomplete decodes to RGBA_F16 by msarett · 8 years ago
  42. 42943c8 change SkStreams to work with sk_sp<SkData> instead of SkData* by reed · 8 years ago
  43. ff2a6c8 Use demux API in SkWebpCodec by msarett · 8 years ago
  44. 549ca32 Modify SkPngCodec to recognize 565 images from the sBIT chunk by msarett · 8 years ago
  45. 530c844 Remove unnecessary getColorSpace() API from SkCodec by msarett · 8 years ago
  46. d8d6855 Revert of Make SkPngCodec decode progressively. (patchset #26 id:520001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
  47. 6fb2391 Make SkPngCodec decode progressively. by scroggo · 8 years ago
  48. 26694c3 Revert of Make SkPngCodec decode progressively. (patchset #24 id:480001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
  49. 30e78c9 Make SkPngCodec decode progressively. by scroggo · 8 years ago
  50. 9a89a09 Revert of Make SkPngCodec decode progressively. (patchset #18 id:340001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
  51. a4b09a1 Make SkPngCodec decode progressively. by scroggo · 8 years ago
  52. 23c5110 Add SkColorSpace to SkImageInfo by msarett · 8 years ago
  53. ad3a5c6 Compile SkForceLinking on CMake by msarett · 8 years ago
  54. c30c418 Add SkEncodedInfo to report properties of encoded image data by msarett · 8 years ago
  55. 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
  56. f682d9a Add SkEncodedInfo to report properties of encoded image data by msarett · 8 years ago
  57. 0e6274f Parse icc profiles and exif orientation from jpeg markers by msarett · 8 years ago
  58. 18300a3 detach -> release by mtklein · 8 years ago
  59. ad8bcfe Use a smart pointer for SkColorSpace factories by msarett · 9 years ago
  60. 6a73821 Set SkColorSpace object for PNGs and parse ICC profiles by msarett · 9 years ago
  61. 91c22b2 Use new jpeg_crop_scanlines() API to optimize jpeg subset decodes by msarett · 9 years ago
  62. 39b2d5a Individually enable and disable SkCodecs by msarett · 9 years ago
  63. b30d698 Fix colorType/alphaType checks in SkCodec by msarett · 9 years ago
  64. deabdb5 Revert of Fix colorType/alphaType checks in SkCodec (patchset #5 id:80001 of https://codereview.chromium.org/1695473002/ ) by msarett · 9 years ago
  65. c7578b6 Fix colorType/alphaType checks in SkCodec by msarett · 9 years ago
  66. 70e418b Make SkJpegCodec compatible with libjpeg by msarett · 9 years ago
  67. c5560be Support decoding opaque to *premul by scroggo · 9 years ago
  68. 916de9f Add RAW decoding into Skia. by yujieqin · 9 years ago
  69. c85a9fd Revert of Prototype of RAW decoding in Skia. (patchset #32 id:610001 of https://codereview.chromium.org/1520403003/ ) by msarett · 9 years ago
  70. 6bd8639 Add RAW decoding into Skia. by yujieqin · 9 years ago
  71. be1d555 Rename SkCodec_libpng to SkPngCodec by msarett · 9 years ago
  72. f44631b Remove size check from SkCodec by msarett · 9 years ago
  73. 1a46467 Rename SkGifCodec, SkIcoCodec, SkWbmpCodec by msarett · 9 years ago
  74. 3ab9f2e Fix some SkCodecPrintfs by scroggo · 9 years ago
  75. db30be2 Make SkCodec support peek() and read() by scroggo · 9 years ago
  76. cf98fa9 Add SkPngChunkReader. by scroggo · 9 years ago
  77. 93c69ff Revert of Add SkPngChunkReader. (patchset #9 id:160001 of https://codereview.chromium.org/1040453002/ ) by scroggo · 9 years ago
  78. 3389e00 Add SkPngChunkReader. by scroggo · 9 years ago
  79. b747b90 Remove dependencies on Android's forked decoder libraries by msarett · 9 years ago
  80. aada3e8 Remove SkJpegCodec.cpp from Google3 BUILD due to differing libjpeg_turbo versions. by benjaminwagner · 9 years ago
  81. fdb4757 Add subsetting to SkScanlineDecoder by msarett · 9 years ago
  82. e6dd004 Fill incomplete images in SkCodec parent class by msarett · 9 years ago
  83. e7fc14b Move all knowledge of X sampling into SkScaledCodec by scroggo · 9 years ago
  84. 3a7701c Call rewindIfNeeded in SkCodec by scroggo · 9 years ago
  85. 46c5747 Merge SkCodec with SkScanlineDecoder by scroggo · 9 years ago
  86. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  87. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  88. cc2feb1 Support more swizzles to 565 in SkCodec by scroggo · 9 years ago
  89. b427db1 Consolidate SkCodec functions for handling rewind by scroggo · 9 years ago
  90. 99f567e Scanline decoding for wbmp by msarett · 9 years ago
  91. 1c005e4 Create a scanline decoder without creating a codec by scroggo · 9 years ago
  92. b46e5e2 Rename SkCodec_libbmp to SkBmpCodec by msarett · 9 years ago
  93. 9b2cdbf4 Allow creating multiple scanline decoders. by scroggo · 9 years ago
  94. eb602a5 SkCodec no longer inherits from SkImageGenerator. by scroggo · 9 years ago
  95. 1c8a587 Add libjpeg-turbo library (depends on yasm) by msarett · 9 years ago
  96. 94a2fbc Revert of Switch SkJpegCode to libjpeg-turbo (patchset #29 id:750001 of https://codereview.chromium.org/1180983002/) by jvanverth · 9 years ago
  97. 40141b5 Add libjpeg-turbo library (depends on yasm) by msarett · 9 years ago
  98. aa2a7de Revert of Switch SkJpegCode to libjpeg-turbo (patchset #28 id:710001 of https://codereview.chromium.org/1180983002/) by msarett · 9 years ago
  99. e9e3ee3 Add libjpeg-turbo library (depends on yasm) by msarett · 9 years ago
  100. f657b10 Revert of Switch SkJpegCode to libjpeg-turbo (patchset #25 id:680001 of https://codereview.chromium.org/1180983002/) by msarett · 9 years ago