1. 7326211 Revert "Reland "Remove skstd::optional entirely."" by Brian Osman · 2 years, 9 months ago
  2. d161e2f Reland "Remove skstd::optional entirely." by John Stiles · 2 years, 9 months ago
  3. 98e5100 Revert "Remove skstd::optional entirely." by John Stiles · 2 years, 9 months ago
  4. 17d0fc0 Remove skstd::optional entirely. by John Stiles · 2 years, 9 months ago
  5. 85bd4df In SkImage::MakeFromEncoded, support overriding alpha type by Brian Osman · 2 years, 11 months ago
  6. 0c0b5a6 Remove SkYUVASizeInfo, make SkYUVAIndex a private part of SkYUVAInfo by Brian Salomon · 3 years, 9 months ago
  7. e427160 SkAnimatedImage: Always respect exif orientation by Leon Scroggins III · 3 years, 10 months ago
  8. 59c60b0 Reland "Add idea of DataType to SkYUVAPixmapInfo." by Brian Salomon · 4 years, 1 month ago
  9. c7fa895 Revert "Add idea of DataType to SkYUVAPixmapInfo." by Michael Ludwig · 4 years, 1 month ago
  10. ed63444 Add idea of DataType to SkYUVAPixmapInfo. by Brian Salomon · 4 years, 1 month ago
  11. be0e42c New helpers for SkYUVAInfo when used with pixmaps. by Brian Salomon · 4 years, 2 months ago
  12. 87d42e5 A new way to specify YUVA planar data from SkCodec to SkImage_Lazy by Brian Salomon · 4 years, 2 months ago
  13. 439709a Expose multi-frame methods for SkCodecImageGenerator by Dan Field · 4 years, 3 months ago
  14. d9eb219 Add SkCodecImageGenerator::getScaledDimensions by Brian Osman · 4 years, 3 months ago
  15. f46d5ca use std::make_unique by Mike Klein · 4 years, 10 months ago
  16. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  17. f8776c2 Handle static/single frame images in SkAnimCodecPlayer by Florin Malita · 6 years ago
  18. e24b587 Replace use of SkYUVSizeInfo with SkYUVASizeInfo by Jim Van Verth · 6 years ago
  19. 8f11e43 Reland: Widen internal API to support more complex YUV formats by Jim Van Verth · 6 years ago
  20. f99a674 Revert "Widen internal API to support more complex YUV formats" by Jim Van Verth · 6 years ago
  21. 0c583af Widen internal API to support more complex YUV formats by Jim Van Verth · 6 years ago
  22. b62f50c Replace nearly all kRespect with kIgnore by Brian Osman · 6 years ago
  23. c87cfb6 Remove old lazy image decoding heuristic logic by Brian Osman · 6 years ago
  24. e6c0fe0 Remove SK_IGNORE_SKIMAGE_ONREFENCODED_CHANGE. by Ben Wagner · 6 years ago
  25. bdf5433 SkImage::onRefEncoded to return sk_sp. by Ben Wagner · 6 years ago
  26. 0cbc10f Make SkImageGeneratorCG apply encoded origin by Leon Scroggins III · 7 years ago
  27. b6ab10f Move SkCodec::Origin into its own file by Leon Scroggins III · 7 years ago
  28. 021e5c7 Revert "Add an Option for orientation on JPEG encodes" by Ben Wagner · 7 years ago
  29. 5411a60 Add an Option for orientation on JPEG encodes by Leon Scroggins III · 7 years ago
  30. 4379869 Revert[4] "apply codec origin in generator" by Mike Reed · 7 years ago
  31. dd34014 Revert "Revert "Revert "apply codec origin in generator""" by Mike Reed · 7 years ago
  32. 82269ab Revert "Revert "apply codec origin in generator"" by Mike Reed · 7 years ago
  33. 363dd98 Revert "apply codec origin in generator" by Ben Wagner · 7 years ago
  34. fa15877 apply codec origin in generator by Mike Reed · 7 years ago
  35. ede7bac use unique_ptr for codec factories by Mike Reed · 7 years ago
  36. 262b319 Index8 is dead, remove guarded code by Mike Reed · 7 years ago
  37. 5805013 Guard to remove kIndex_8_SkColorType by Mike Reed · 7 years ago
  38. 571b30f Reland "Remove support for decoding to kIndex_8" by Leon Scroggins · 7 years ago
  39. 8321f75 Revert "Remove support for decoding to kIndex_8" by Leon Scroggins · 7 years ago
  40. 742a3e2 Remove support for decoding to kIndex_8 by Leon Scroggins III · 7 years ago
  41. 674a184 Add SkCodec::Result indicating error in the data by Leon Scroggins III · 7 years ago
  42. ebb1b5c Add new SkImageGenerator::getPixels() API, deprecate the old by Matt Sarett · 7 years ago
  43. 2feb796 Finish removing GrContext param from onRefEncodedData by Brian Osman · 7 years ago
  44. 4785897 Remove compressed texture support from cacherator by Brian Osman · 7 years ago
  45. d531ca0 Use SkTransferFunctionBehavior in SkImageGenerator by Matt Sarett · 8 years ago
  46. 185130c return and take SkImageGenerator as unique_ptr by Mike Reed · 8 years ago
  47. 26e573c removed unused code around scaled generators by Mike Reed · 8 years ago
  48. 9be9a42 Do not support index8 for generateScaledPixels by Leon Scroggins III · 8 years ago
  49. 20a7ecc Implement scaling in SkCodecImageGenerator by Leon Scroggins III · 8 years ago
  50. df8599a remove SK_SUPPORT_LEGACY_REFENCODEDDATA_NOCTX flag by Mike Reed · 8 years ago
  51. 7992da3 Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  52. 57ae6cf Revert "Support decoding images to multiple formats, depending on usage" by Brian Osman · 8 years ago
  53. c73a1ec Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  54. 42943c8 change SkStreams to work with sk_sp<SkData> instead of SkData* by reed · 8 years ago
  55. dcd5e65 Support color xforms for kIndex8 pngs by msarett · 8 years ago
  56. 0370712 Remove obsolete image codec colorspace hacks. by brianosman · 8 years ago
  57. 4d1061c Add ability to default incoming image data as sRGB by default. by herb · 9 years ago
  58. 3ec5db4 Workaround to set the sRGB flag on SkImageGenerator by msarett · 9 years ago
  59. 4984c3c Update Skia's YUV API by msarett · 9 years ago
  60. 1590f3b Revert of Update Skia's YUV API (patchset #5 id:160001 of https://codereview.chromium.org/1716523002/ ) by msarett · 9 years ago
  61. 095d31c Update Skia's YUV API by msarett · 9 years ago
  62. b714fb0 Add getYUV8Planes() API to SkCodec by msarett · 9 years ago
  63. edd2dcf Create an SkCodecImageGenerator by msarett · 9 years ago