1. 712476e Remove SkCodec::fSrcInfo by Leon Scroggins III · 6 years ago
  2. 36f7e32 Reland "Switch SkCodec to use skcms plus fixes"" by Leon Scroggins III · 6 years ago
  3. 83988ed Revert "Reland "Switch SkCodec to use skcms" plus fixes" by Leon Scroggins · 6 years ago
  4. 49894f4 Reland "Switch SkCodec to use skcms" plus fixes by Leon Scroggins III · 6 years ago
  5. 33d5394 Revert "Switch SkCodec to use skcms" and follow on change by Leon Scroggins III · 6 years ago
  6. 81886e8 Switch SkCodec to use skcms by Leon Scroggins III · 6 years ago
  7. 66bc524 Rename SkCodec::kNone to SkCodec::kNoFrame by Nigel Tao · 6 years ago
  8. 96597c2 Add more comments to SkCodec::getRepetitionCount by Nigel Tao · 6 years ago
  9. 13df981 Update SkCodec::rewindIfNeeded comment by Nigel Tao · 6 years ago
  10. e643a9e SkCodec: Always use 0 for filling by Leon Scroggins III · 6 years ago
  11. d5148e3 Move SkNoncopyable to include/private. by Ben Wagner · 6 years ago
  12. f6db495 Remove SkTransferFunctionBehavior by Brian Osman · 6 years ago
  13. b62f50c Replace nearly all kRespect with kIgnore by Brian Osman · 6 years ago
  14. fe75169 Remove ColorCodecBench by Brian Osman · 6 years ago
  15. da3e9ad Make SkAndroidCodec (optionally) respect origin by Leon Scroggins III · 7 years ago
  16. 07a722c Add SkAndroidCodec::computeSampledSize by Leon Scroggins III · 7 years ago
  17. 42ee284 Use SkAndroidCodec in SkAnimatedImage by Leon Scroggins III · 7 years ago
  18. fe3da02 Add a method to convert SkCodec::Result to a string by Leon Scroggins III · 7 years ago
  19. 7a10b33 Add an SkDrawable for animated images (e.g. GIF) by Leon Scroggins III · 7 years ago
  20. 7397d7a Add SkAndroidCodec::MakeFromCodec by Leon Scroggins III · 7 years ago
  21. c8037dc Reland "Hide SkEncodedInfo" by Leon Scroggins III · 7 years ago
  22. 1793e7b Revert "Hide SkEncodedInfo" by Leon Scroggins · 7 years ago
  23. c6f7a4f Hide SkEncodedInfo by Leon Scroggins III · 7 years ago
  24. b6ab10f Move SkCodec::Origin into its own file by Leon Scroggins III · 7 years ago
  25. 021e5c7 Revert "Add an Option for orientation on JPEG encodes" by Ben Wagner · 7 years ago
  26. 5411a60 Add an Option for orientation on JPEG encodes by Leon Scroggins III · 7 years ago
  27. 4379869 Revert[4] "apply codec origin in generator" by Mike Reed · 7 years ago
  28. dd34014 Revert "Revert "Revert "apply codec origin in generator""" by Mike Reed · 7 years ago
  29. 82269ab Revert "Revert "apply codec origin in generator"" by Mike Reed · 7 years ago
  30. 363dd98 Revert "apply codec origin in generator" by Ben Wagner · 7 years ago
  31. fa15877 apply codec origin in generator by Mike Reed · 7 years ago
  32. 2fbf1bc Add SK_API to APIs used by the android framework. by Derek Sollenberger · 7 years ago
  33. de7f91b Remove SK_LEGACY_FRAME_INFO_ALPHA_TYPE by Leon Scroggins III · 7 years ago
  34. ae79f32 Call initializeColorXform inside SkCodec by Leon Scroggins III · 7 years ago
  35. 04be2b5 Reland "skia: add heif decoding support" by Leon Scroggins III · 7 years ago
  36. 0741818 Move calls to conversion_possible to SkCodec by Leon Scroggins III · 7 years ago
  37. db68a42 Revert "skia: add heif decoding support" by Mike Klein · 7 years ago
  38. c2a9542 skia: add heif decoding support by Chong Zhang · 7 years ago
  39. 7f97f49 remove SK_SUPPORT_LEGACY_CODEC_NEW dead code by Mike Reed · 7 years ago
  40. ede7bac use unique_ptr for codec factories by Mike Reed · 7 years ago
  41. 588fb04 Report error on failure to create SkCodec by Leon Scroggins III · 7 years ago
  42. 571b30f Reland "Remove support for decoding to kIndex_8" by Leon Scroggins · 7 years ago
  43. 8321f75 Revert "Remove support for decoding to kIndex_8" by Leon Scroggins · 7 years ago
  44. 742a3e2 Remove support for decoding to kIndex_8 by Leon Scroggins III · 7 years ago
  45. 674a184 Add SkCodec::Result indicating error in the data by Leon Scroggins III · 7 years ago
  46. 1f6af6b Consolidate decoding frames into SkCodec by Leon Scroggins III · 7 years ago
  47. ee7c820 Remove debug checks for unsupported ICC profiles by Matt Sarett · 7 years ago
  48. 33deb7e Make SkCodec more flexible about its required frame by Leon Scroggins III · 7 years ago
  49. c6e6a5f Simplify SkCodecs' call to SkColorSpaceXform::apply by Leon Scroggins III · 7 years ago
  50. 557fbbe Add animation support to SkWebpCodec by Leon Scroggins III · 7 years ago
  51. 249b8e3 Switch SkCodec to int for counts and indices by Leon Scroggins III · 7 years ago
  52. e132e7b Add SkCodec methods for individual frames by Leon Scroggins III · 7 years ago
  53. a4db9be Correct GIF frame dependencies and track alpha by Leon Scroggins III · 7 years ago
  54. 68feef4 Allow BF and BRD clients to request an output color space by Matt Sarett · 7 years ago
  55. cf3f234 Add SkTransferFunctionBehavior flag: Use in codec and encoder by Matt Sarett · 7 years ago
  56. 2ae3a2e Suggest P3 for wide gamut images in SkAndroidCodec by Matt Sarett · 7 years ago
  57. 78c212a SK_API-export SkCodec by Florin Malita · 8 years ago
  58. 3639faa Add SkCodec::FrameInfo::fFullyReceived by Leon Scroggins III · 8 years ago
  59. 8dcc84f Prefer F16 in SkAndroidCodec for high precision images by Matt Sarett · 8 years ago
  60. 966bb34 Decode to sRGB on Android by Matt Sarett · 8 years ago
  61. d737bee Updated the get_images_from_skps tool to check for ICC profile support by raftias · 8 years ago
  62. 0dd6987 Be explicit about the vector<FrameInfo> type by Leon Scroggins III · 8 years ago
  63. 1fcc404 SkEncodeImage: no more link-time registration by Hal Canary · 8 years ago
  64. db68301 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  65. a2b4bdc Revert 248ff023 & 2cb6cb72 by Hal Canary · 8 years ago
  66. 248ff02 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  67. a9e9bfc Delete qcms by Matt Sarett · 8 years ago
  68. e71b1a1 Report repetition count in SkCodec by scroggo · 8 years ago
  69. 7f650bd Tag images as sRGB by default in SkCodec by Matt Sarett · 8 years ago
  70. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  71. 19b9153 Add support for multiple frames in SkCodec by scroggo · 8 years ago
  72. 313c463 Safely handle unsupported color xforms in SkCodec by Matt Sarett · 8 years ago
  73. 8e6c7ad Make SkPngCodec decode progressively. by scroggo · 8 years ago
  74. f7eb6fc Implement Fill() for incomplete decodes to RGBA_F16 by msarett · 8 years ago
  75. 42943c8 change SkStreams to work with sk_sp<SkData> instead of SkData* by reed · 8 years ago
  76. 549ca32 Modify SkPngCodec to recognize 565 images from the sBIT chunk by msarett · 8 years ago
  77. 50ce1f2 Add color space xform support to SkJpegCodec (includes F16!) by msarett · 8 years ago
  78. 39979d8 Revert of Add color space xform support to SkJpegCodec (includes F16!) (patchset #9 id:260001 of https://codereview.chromium.org/2174493002/ ) by msarett · 8 years ago
  79. 73d5533 Add color space xform support to SkJpegCodec (includes F16!) by msarett · 8 years ago
  80. 530c844 Remove unnecessary getColorSpace() API from SkCodec by msarett · 8 years ago
  81. d8d6855 Revert of Make SkPngCodec decode progressively. (patchset #26 id:520001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
  82. 2cee902 Add color correction benchmark - with comparison to qcms by msarett · 8 years ago
  83. 6fb2391 Make SkPngCodec decode progressively. by scroggo · 8 years ago
  84. 9876ac5 Create SkColorSpaceXform to handle color conversions by msarett · 8 years ago
  85. 26694c3 Revert of Make SkPngCodec decode progressively. (patchset #24 id:480001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
  86. 4a603fc Revert of Create SkColorSpaceXform to handle color conversions (patchset #10 id:260001 of https://codereview.chromium.org/1952063002/ ) by msarett · 8 years ago
  87. 740cc88 Create SkColorSpaceXform to handle color conversions by msarett · 8 years ago
  88. 30e78c9 Make SkPngCodec decode progressively. by scroggo · 8 years ago
  89. 9a89a09 Revert of Make SkPngCodec decode progressively. (patchset #18 id:340001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
  90. a9ef92a SkEncodedInfo: simplify by halcanary · 8 years ago
  91. a4b09a1 Make SkPngCodec decode progressively. by scroggo · 8 years ago
  92. 23c5110 Add SkColorSpace to SkImageInfo by msarett · 8 years ago
  93. 68758ae Remove SkEncodedInfo kPreSwizzled_Color from public API by msarett · 8 years ago
  94. ac6c750 Remove SkEncodedInfo kUnknown_Color and kUnknown_Alpha from public API by msarett · 8 years ago
  95. a45a668 Use SkEncodedInfo in place of SkSwizzler::SrcConfig by msarett · 8 years ago
  96. 9bc2235 Make all the codecs default profiles based on gTreatSkColorAsSRGB. by herb · 8 years ago
  97. c30c418 Add SkEncodedInfo to report properties of encoded image data by msarett · 8 years ago
  98. 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
  99. f682d9a Add SkEncodedInfo to report properties of encoded image data by msarett · 8 years ago
  100. 0e6274f Parse icc profiles and exif orientation from jpeg markers by msarett · 8 years ago