1. 98a6216 guard old apis for querying byte-size of a bitmap/imageinfo/pixmap by Mike Reed · 7 years ago
  2. de7f91b Remove SK_LEGACY_FRAME_INFO_ALPHA_TYPE by Leon Scroggins III · 7 years ago
  3. ae79f32 Call initializeColorXform inside SkCodec by Leon Scroggins III · 7 years ago
  4. 0741818 Move calls to conversion_possible to SkCodec by Leon Scroggins III · 7 years ago
  5. ede7bac use unique_ptr for codec factories by Mike Reed · 7 years ago
  6. 45c16fa convert over to 2d-mode by Mike Klein · 7 years ago
  7. 262b319 Index8 is dead, remove guarded code by Mike Reed · 7 years ago
  8. 588fb04 Report error on failure to create SkCodec by Leon Scroggins III · 7 years ago
  9. 5805013 Guard to remove kIndex_8_SkColorType by Mike Reed · 7 years ago
  10. 571b30f Reland "Remove support for decoding to kIndex_8" by Leon Scroggins · 7 years ago
  11. 8321f75 Revert "Remove support for decoding to kIndex_8" by Leon Scroggins · 7 years ago
  12. 742a3e2 Remove support for decoding to kIndex_8 by Leon Scroggins III · 7 years ago
  13. c2d2076 clean up low-hanging swap_rb by Mike Klein · 7 years ago
  14. 1f6af6b Consolidate decoding frames into SkCodec by Leon Scroggins III · 7 years ago
  15. ee7c820 Remove debug checks for unsupported ICC profiles by Matt Sarett · 7 years ago
  16. 33deb7e Make SkCodec more flexible about its required frame by Leon Scroggins III · 7 years ago
  17. c6e6a5f Simplify SkCodecs' call to SkColorSpaceXform::apply by Leon Scroggins III · 7 years ago
  18. 761d27c update SkRasterPipeline::run() to also take y by Mike Klein · 7 years ago
  19. b24704d SkRasterPipeline in SkArenaAlloc by Mike Klein · 7 years ago
  20. ee92f13 Fix alpha in webp bug introduced with animation by Leon Scroggins III · 7 years ago
  21. 557fbbe Add animation support to SkWebpCodec by Leon Scroggins III · 7 years ago
  22. 58c7b92 Fix msan errors in webp decoder by Matt Sarett · 7 years ago
  23. 3725f0a Add codec and color xform support for 565 by Matt Sarett · 7 years ago
  24. cf3f234 Add SkTransferFunctionBehavior flag: Use in codec and encoder by Matt Sarett · 7 years ago
  25. 5c49617 Reland "Respect canvas size and frame offset in webp decoder" by Matt Sarett · 7 years ago
  26. 77a7a1b SkColorSpace: remove named API, add gamut API by Matt Sarett · 7 years ago
  27. 1f2fff2 Revert "SkColorSpace: remove named API, add gamut API" by Matt Sarett · 7 years ago
  28. ecaaf6f SkColorSpace: remove named API, add gamut API by Matt Sarett · 7 years ago
  29. 2bb94e8 Revert "Reland "Respect canvas size and frame offset in webp decoder"" by Matt Sarett · 7 years ago
  30. 604971e Reland "Respect canvas size and frame offset in webp decoder" by Matt Sarett · 7 years ago
  31. b3050b9 Revert "Respect canvas size and frame offset in webp decoder" by Robert Phillips · 7 years ago
  32. 0f33970 Respect canvas size and frame offset in webp decoder by Matt Sarett · 7 years ago
  33. d737bee Updated the get_images_from_skps tool to check for ICC profile support by raftias · 8 years ago
  34. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  35. 526972e Rename all color space factories from New* to Make* by Brian Osman · 8 years ago
  36. 313c463 Safely handle unsupported color xforms in SkCodec by Matt Sarett · 8 years ago
  37. 31d097e8 Add SkColorSpaceXform to the public API by msarett · 8 years ago
  38. cf7b877 Add BGRA as input format to SkColorSpaceXform by msarett · 8 years ago
  39. 4be0e7c Make SkColorSpaceXform::New() take bare ptrs by msarett · 8 years ago
  40. c044461 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
  41. c71a9b7 Revert of Support Float32 output from SkColorSpaceXform (patchset #7 id:140001 of https://codereview.chromium.org/2339233003/ ) by msarett · 8 years ago
  42. 43d6651 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
  43. 2ecc35f Checking for valid colorType, alphaType, colorSpace in SkCodec by msarett · 8 years ago
  44. 85c922a Revert of Checking for valid colorType, alphaType, colorSpace in SkCodec (patchset #2 id:100001 of https://codereview.chromium.org/2319293003/ ) by msarett · 8 years ago
  45. 7a9900d Checking for valid colorType, alphaType, colorSpace in SkCodec by msarett · 8 years ago
  46. e99883f Add color xform support to SkWebpCodec by msarett · 8 years ago
  47. 2eb00e7 Revert of Add color xform support to SkWebpCodec (patchset #2 id:80001 of https://codereview.chromium.org/2294993002/ ) by msarett · 8 years ago
  48. 828ed17 Add color xform support to SkWebpCodec by msarett · 8 years ago
  49. ff2a6c8 Use demux API in SkWebpCodec by msarett · 8 years ago
  50. 9d15dab Parse ICC profiles from webps by msarett · 8 years ago
  51. de44222 Webp has_alpha is a hint only by msarett · 8 years ago
  52. ac6c750 Remove SkEncodedInfo kUnknown_Color and kUnknown_Alpha from public API by msarett · 8 years ago
  53. c30c418 Add SkEncodedInfo to report properties of encoded image data by msarett · 8 years ago
  54. 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
  55. f682d9a Add SkEncodedInfo to report properties of encoded image data by msarett · 8 years ago
  56. 6e077e1 Mark webps as sRGB by msarett · 8 years ago
  57. 18300a3 detach -> release by mtklein · 8 years ago
  58. 565901d Switch SkAutoMalloc to SkAutoTMalloc to avoid cast by scroggo · 9 years ago
  59. db30be2 Make SkCodec support peek() and read() by scroggo · 9 years ago
  60. fdb4757 Add subsetting to SkScanlineDecoder by msarett · 9 years ago
  61. e6dd004 Fill incomplete images in SkCodec parent class by msarett · 9 years ago
  62. e7fc14b Move all knowledge of X sampling into SkScaledCodec by scroggo · 9 years ago
  63. 3a7701c Call rewindIfNeeded in SkCodec by scroggo · 9 years ago
  64. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  65. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  66. cc2feb1 Support more swizzles to 565 in SkCodec by scroggo · 9 years ago
  67. b427db1 Consolidate SkCodec functions for handling rewind by scroggo · 9 years ago
  68. 74992b5 Let SkWebpCodec decode to 565 by scroggo · 9 years ago
  69. b636b45 Add the ability to decode a subset to SkCodec by scroggo · 9 years ago
  70. eb602a5 SkCodec no longer inherits from SkImageGenerator. by scroggo · 9 years ago
  71. a0c414d Prevent webp from producing 0 dimensional images by msarett · 9 years ago
  72. 6f5e619 Add SkWebpCodec, for decoding .webp images. by scroggo · 9 years ago