1. 571b30f Reland "Remove support for decoding to kIndex_8" by Leon Scroggins · 7 years ago
  2. 8321f75 Revert "Remove support for decoding to kIndex_8" by Leon Scroggins · 7 years ago
  3. 742a3e2 Remove support for decoding to kIndex_8 by Leon Scroggins III · 7 years ago
  4. 674a184 Add SkCodec::Result indicating error in the data by Leon Scroggins III · 7 years ago
  5. 1f6af6b Consolidate decoding frames into SkCodec by Leon Scroggins III · 7 years ago
  6. 33deb7e Make SkCodec more flexible about its required frame by Leon Scroggins III · 7 years ago
  7. 04c3731 SkEncoder: Rename files, change webp API, for consistency by Matt Sarett · 7 years ago
  8. c367d03 Add support for row-by-row png encodes by Matt Sarett · 7 years ago
  9. 26b44df Add support for row-by-row jpeg encoding by Matt Sarett · 7 years ago
  10. c06f309 Revert "Add support for row-by-row jpeg encoding" by Leon Scroggins · 7 years ago
  11. 9b848d5 Add support for row-by-row jpeg encoding by Matt Sarett · 7 years ago
  12. 68b8e3d Revert "Revert "Delete copyTo(Allocator), hide copyTo() behind flag"" by Matt Sarett · 7 years ago
  13. 0122af0 Revert "Delete copyTo(Allocator), hide copyTo() behind flag" by Matt Sarett · 7 years ago
  14. d4a338f Delete copyTo(Allocator), hide copyTo() behind flag by Matt Sarett · 7 years ago
  15. d59948a SkPngCodec: Do not return kInvalidConversion on corrupt png by Matt Sarett · 7 years ago
  16. 249b8e3 Switch SkCodec to int for counts and indices by Leon Scroggins III · 7 years ago
  17. 4edb5d2 hide lockpixels api behind flag by Mike Reed · 7 years ago
  18. 46a45ba Revert "Manual revert: Add support for writing ICC profiles to webp encoder" by Matt Sarett · 7 years ago
  19. 4293a1e Manual revert: Add support for writing ICC profiles to webp encoder by Matt Sarett · 7 years ago
  20. 7abfb5e SkImageEncoder: Be more lenient on inputs by Matt Sarett · 7 years ago
  21. 3dbef9f Revert "Revert "Add support for writing ICC profiles to webp encoder"" by Matt Sarett · 7 years ago
  22. e87d778 Revert "Add support for writing ICC profiles to webp encoder" by Jim Van Verth · 7 years ago
  23. 0c9d0b4 Add support for writing ICC profiles to webp encoder by Matt Sarett · 7 years ago
  24. 6b3155c Revert[4] "clean up (partially) colortable api"""" by Mike Reed · 7 years ago
  25. b14131c Revert "Revert[2] "clean up (partially) colortable api""" by Mike Reed · 7 years ago
  26. 9920b10 Revert[2] "clean up (partially) colortable api"" by Mike Reed · 7 years ago
  27. 1d1165c Revert "clean up (partially) colortable api" by Mike Klein · 7 years ago
  28. 2e491a6 clean up (partially) colortable api by Mike Reed · 7 years ago
  29. cf3f234 Add SkTransferFunctionBehavior flag: Use in codec and encoder by Matt Sarett · 7 years ago
  30. 5df93de Revert "Revert "Add support for writing icc profiles to the jpeg encoder"" by Matt Sarett · 7 years ago
  31. dda14b9 Revert "Add support for writing icc profiles to the jpeg encoder" by Derek Sollenberger · 7 years ago
  32. 4ef0148 Add support for writing icc profiles to the jpeg encoder by Matt Sarett · 7 years ago
  33. d68c41d Revert "Add support for writing icc profiles to the jpeg encoder" by Derek Sollenberger · 7 years ago
  34. e3b95ce Add support for writing icc profiles to the jpeg encoder by Matt Sarett · 7 years ago
  35. 0e032be Add support for writing ICC profiles in png encodes by Matt Sarett · 7 years ago
  36. 0354c62 Set a limit on the size for BMP images by Leon Scroggins III · 8 years ago
  37. 185130c return and take SkImageGenerator as unique_ptr by Mike Reed · 8 years ago
  38. 5c49617 Reland "Respect canvas size and frame offset in webp decoder" by Matt Sarett · 8 years ago
  39. 2bb94e8 Revert "Reland "Respect canvas size and frame offset in webp decoder"" by Matt Sarett · 8 years ago
  40. 604971e Reland "Respect canvas size and frame offset in webp decoder" by Matt Sarett · 8 years ago
  41. b3050b9 Revert "Respect canvas size and frame offset in webp decoder" by Robert Phillips · 8 years ago
  42. 0f33970 Respect canvas size and frame offset in webp decoder by Matt Sarett · 8 years ago
  43. c9942a1 Do not crash when the resources are missing by Leon Scroggins III · 8 years ago
  44. 4288657 Set fOptions in SkCodec::getPixels by Leon Scroggins III · 8 years ago
  45. 74b16ed Add test for bad reuse of SkJpegCodec internal state by Matt Sarett · 8 years ago
  46. b3b2453 Use fixed size buffer for RLE bmps by Leon Scroggins III · 8 years ago
  47. 95e3c05 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  48. c456b73 Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h" by Kevin Lubick · 8 years ago
  49. a5494f1 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  50. 58f100c Update libwebp to v0.5.2-rc2 by Leon Scroggins III · 8 years ago
  51. 932efed GIF: Avoid copying/storing data when possible by Leon Scroggins III · 8 years ago
  52. 0b24cbd Stop supporting kUnknown_BmpHeaderType by Leon Scroggins III · 8 years ago
  53. 56e3209 SkGifCodec: intersect frameRect with image size by Leon Scroggins III · 8 years ago
  54. 8392634 Divide up CodecTest by Leon Scroggins III · 8 years ago
  55. d87fbee Do not create an SkRawCodec with zero dimensions by Leon Scroggins III · 8 years ago
  56. db68301 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  57. a2b4bdc Revert 248ff023 & 2cb6cb72 by Hal Canary · 8 years ago
  58. 248ff02 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  59. dbdf6d2 Fail jpeg decodes on too many progressive scans by Matt Sarett · 8 years ago
  60. 342b7ac tests: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  61. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  62. 8a4e9c5 SkGifCodec: do not write off the end of memory when repeatCount > 1 by Matt Sarett · 8 years ago
  63. 19b9153 Add support for multiple frames in SkCodec by scroggo · 8 years ago
  64. 526972e Rename all color space factories from New* to Make* by Brian Osman · 8 years ago
  65. 9488833 Refactored SkColorSpace and added in a Lab PCS GM by raftias · 8 years ago
  66. 29121eb Avoid integer overflow in SkIcoCodec and SkImageInfo by Matt Sarett · 8 years ago
  67. af01741 Revert "Avoid integer overflow in SkIcoCodec" by Matt Sarett · 8 years ago
  68. 20cba06 Avoid integer overflow in SkIcoCodec by Matt Sarett · 8 years ago
  69. 7c602de Removed makeLinearGamma() from the public API for SkColorSpace by raftias · 8 years ago
  70. e61b3b4 Report 0 rowsDecoded for no rows (SkPngCodec interlaced) by scroggo · 8 years ago
  71. c46cdd4 Fix an assert statement in SkPngCodec by scroggo · 8 years ago
  72. 8e6c7ad Make SkPngCodec decode progressively. by scroggo · 8 years ago
  73. f93d711 SkFontData to use smart pointers. by bungeman · 8 years ago
  74. 606add3 Revert of SkFontData to use smart pointers. (patchset #3 id:40001 of https://codereview.chromium.org/2339273002/ ) by bungeman · 8 years ago
  75. d8c2476 SkFontData to use smart pointers. by bungeman · 8 years ago
  76. f17b71f Support RGBA/BGRA Premul/Unpremul from SkPNGImageEncoder by msarett · 8 years ago
  77. 42943c8 change SkStreams to work with sk_sp<SkData> instead of SkData* by reed · 8 years ago
  78. 2ecc35f Checking for valid colorType, alphaType, colorSpace in SkCodec by msarett · 8 years ago
  79. 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
  80. 7a9900d Checking for valid colorType, alphaType, colorSpace in SkCodec by msarett · 8 years ago
  81. ff2a6c8 Use demux API in SkWebpCodec by msarett · 8 years ago
  82. 9b09cd8 Add Gray support to SkPNGImageEncoder by msarett · 8 years ago
  83. 35bb74b Fix color xform width bug when scaling/subsetting by msarett · 8 years ago
  84. 549ca32 Modify SkPngCodec to recognize 565 images from the sBIT chunk by msarett · 8 years ago
  85. ffae30d Convert SkAutoTUnref<SkData> to sk_sp<SkData>. by bungeman · 8 years ago
  86. 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  87. 2812f03 Fix rewinding bug in SkJpegCodec by msarett · 8 years ago
  88. db00a2a Revert of Fix rewinding bug in SkJpegCodec (patchset #1 id:1 of https://codereview.chromium.org/2161593003/ ) by msarett · 8 years ago
  89. 4ecb8ab Fix rewinding bug in SkJpegCodec by msarett · 8 years ago
  90. d8d6855 Revert of Make SkPngCodec decode progressively. (patchset #26 id:520001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
  91. 6fb2391 Make SkPngCodec decode progressively. by scroggo · 8 years ago
  92. 26694c3 Revert of Make SkPngCodec decode progressively. (patchset #24 id:480001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
  93. 30e78c9 Make SkPngCodec decode progressively. by scroggo · 8 years ago
  94. 9a89a09 Revert of Make SkPngCodec decode progressively. (patchset #18 id:340001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
  95. a4b09a1 Make SkPngCodec decode progressively. by scroggo · 8 years ago
  96. ba58489 Finish supporting decoding opaque to non-opaque by scroggo · 8 years ago
  97. 1e90304 SkMD5: .update() -> .write() by halcanary · 8 years ago
  98. 2477594 Rename CodexTest.cpp to CodecTest.cpp by scroggo · 8 years ago[Renamed from tests/CodexTest.cpp]
  99. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  100. 18300a3 detach -> release by mtklein · 8 years ago