1. 82ebe04 Reland "Add SkColorSpace factory from 3x3 row-major gamut and transfer function" by Brian Osman · 6 years ago
  2. d4c7458 Revert "Add SkColorSpace factory from 3x3 row-major gamut and transfer function" by Brian Osman · 6 years ago
  3. a9549ab Add SkColorSpace factory from 3x3 row-major gamut and transfer function by Brian Osman · 6 years ago
  4. 612a65d Merge SkFooAdapterCodec impls into one impl by Nigel Tao · 6 years ago
  5. 9803e0c Remove some #ifdef's from SkAndroidCodec by Nigel Tao · 6 years ago
  6. 227d4e1 encodedProfile can be null, so check for that by Leon Scroggins III · 6 years ago
  7. 36f7e32 Reland "Switch SkCodec to use skcms plus fixes"" by Leon Scroggins III · 6 years ago
  8. 83988ed Revert "Reland "Switch SkCodec to use skcms" plus fixes" by Leon Scroggins · 6 years ago
  9. 49894f4 Reland "Switch SkCodec to use skcms" plus fixes by Leon Scroggins III · 6 years ago
  10. da3e9ad Make SkAndroidCodec (optionally) respect origin by Leon Scroggins III · 7 years ago
  11. 07a722c Add SkAndroidCodec::computeSampledSize by Leon Scroggins III · 7 years ago
  12. 7397d7a Add SkAndroidCodec::MakeFromCodec by Leon Scroggins III · 7 years ago
  13. 36703d9 Push much of the SkColorSpace_Base interface up to SkColorSpace by Brian Osman · 7 years ago
  14. c8037dc Reland "Hide SkEncodedInfo" by Leon Scroggins III · 7 years ago
  15. 1793e7b Revert "Hide SkEncodedInfo" by Leon Scroggins · 7 years ago
  16. c6f7a4f Hide SkEncodedInfo by Leon Scroggins III · 7 years ago
  17. 862c196 Remove static initializers in SkCodec by Leon Scroggins III · 7 years ago
  18. 6e17b6f Remove loop unrolling code in load_gamut by nagarajan.n · 7 years ago
  19. 04be2b5 Reland "skia: add heif decoding support" by Leon Scroggins III · 7 years ago
  20. 0741818 Move calls to conversion_possible to SkCodec by Leon Scroggins III · 7 years ago
  21. db68a42 Revert "skia: add heif decoding support" by Mike Klein · 7 years ago
  22. c2a9542 skia: add heif decoding support by Chong Zhang · 7 years ago
  23. 847068c add Make factory to SkMemoryStream (simplify call-sites) by Mike Reed · 7 years ago
  24. ede7bac use unique_ptr for codec factories by Mike Reed · 7 years ago
  25. 262b319 Index8 is dead, remove guarded code by Mike Reed · 7 years ago
  26. 588fb04 Report error on failure to create SkCodec by Leon Scroggins III · 7 years ago
  27. c20b5f8 Fix computeOutputColorSpace by Leon Scroggins III · 7 years ago
  28. 5805013 Guard to remove kIndex_8_SkColorType by Mike Reed · 7 years ago
  29. 8db74f1 Revert "Revert "Do not return Index8 from SkAndroidCodec::computeOutputColorType"" by Matt Sarett · 7 years ago
  30. 81c83a7 Revert "Do not return Index8 from SkAndroidCodec::computeOutputColorType" by Matt Sarett · 7 years ago
  31. b6f4767 Do not return Index8 from SkAndroidCodec::computeOutputColorType by Matt Sarett · 7 years ago
  32. fafe135 SkSize can be aggregate-initialized by Hal Canary · 7 years ago
  33. 68feef4 Allow BF and BRD clients to request an output color space by Matt Sarett · 7 years ago
  34. 3725f0a Add codec and color xform support for 565 by Matt Sarett · 7 years ago
  35. cf3f234 Add SkTransferFunctionBehavior flag: Use in codec and encoder by Matt Sarett · 7 years ago
  36. 9341c98 SkAndroidCodec: Leave pixels in encoded colorspace when tf is numerical by Matt Sarett · 7 years ago
  37. 5444446 Use non-linear color spaces for Android decode outputs by Matt Sarett · 8 years ago
  38. 2ae3a2e Suggest P3 for wide gamut images in SkAndroidCodec by Matt Sarett · 8 years ago
  39. 77a7a1b SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
  40. 1f2fff2 Revert "SkColorSpace: remove named API, add gamut API" by Matt Sarett · 8 years ago
  41. ecaaf6f SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
  42. 4cd6865 Only attempt index8 if underlying GIF is index8 by Leon Scroggins III · 8 years ago
  43. 8dcc84f Prefer F16 in SkAndroidCodec for high precision images by Matt Sarett · 8 years ago
  44. 966bb34 Decode to sRGB on Android by Matt Sarett · 8 years ago
  45. db68301 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  46. a2b4bdc Revert 248ff023 & 2cb6cb72 by Hal Canary · 8 years ago
  47. 248ff02 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  48. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  49. 19b9153 Add support for multiple frames in SkCodec by scroggo · 8 years ago
  50. 42943c8 change SkStreams to work with sk_sp<SkData> instead of SkData* by reed · 8 years ago
  51. ad3a5c6 Compile SkForceLinking on CMake by msarett · 8 years ago
  52. 18300a3 detach -> release by mtklein · 8 years ago
  53. 7a307df Rename the kRAW_SkEncodedFormat to kDNG_SkEncodedFormat as it is actually only used for DNG format by yujieqin · 8 years ago
  54. 39b2d5a Individually enable and disable SkCodecs by msarett · 9 years ago
  55. 916de9f Add RAW decoding into Skia. by yujieqin · 9 years ago
  56. c85a9fd Revert of Prototype of RAW decoding in Skia. (patchset #32 id:610001 of https://codereview.chromium.org/1520403003/ ) by msarett · 9 years ago
  57. 6bd8639 Add RAW decoding into Skia. by yujieqin · 9 years ago
  58. 457f54d Change computeOutputColorType() to mimic old behavior by msarett · 9 years ago
  59. 9a0e346 Make BitmapRegionDecoder succeed on invalid requests by msarett · 9 years ago
  60. 90c4d5f Add reallyHasAlpha() to SkAndroidCodec by msarett · 9 years ago
  61. be8216a Make SkAndroidCodec support ico by msarett · 9 years ago
  62. 97ff7f5 Revert of Make SkAndroidCodec support ico (patchset #7 id:130002 of https://codereview.chromium.org/1472933002/ ) by scroggo · 9 years ago
  63. 1603e93 Make SkAndroidCodec support ico by msarett · 9 years ago
  64. 7d5105c Allow SkAndroidCodec to use SkPngChunkReader by msarett · 9 years ago
  65. 5af4e0b Make SkAndroidCodec support gif by msarett · 9 years ago
  66. 887e18e Make SkAndroidCodec support bmp by msarett · 9 years ago
  67. 33c7623 Make SkAndroidCodec support wbmp by msarett · 9 years ago
  68. e95a068 Make AndroidOptions const by scroggo · 9 years ago
  69. 501b734 Combine native sampling with sampling by scroggo · 9 years ago
  70. 3d9d7a7 Create an SkAndroidCodec API separate from SkCodec by msarett · 9 years ago