1. 9241a6d Reland "Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime"" by Brian Salomon · 5 years ago
  2. cb55010 Revert "Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime"" by Ravi Mistry · 5 years ago
  3. 6fc04f8 Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime" by Brian Salomon · 5 years ago
  4. 9c21978 Revert "SkSurface asynchronous read APIs allow client to extend pixel lifetime" by Brian Salomon · 5 years ago
  5. ce240cc SkSurface asynchronous read APIs allow client to extend pixel lifetime by Brian Salomon · 5 years ago
  6. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  7. 32526b5 Treat start(Incremental/Scanline)Decode errors as failures by Leon Scroggins III · 6 years ago
  8. 6e45ce7 Fix uninitialized errors in SkPngCodec by Leon Scroggins III · 6 years ago
  9. 712476e Remove SkCodec::fSrcInfo by Leon Scroggins III · 6 years ago
  10. 2d40490 Move some functions to MathPriv.h by Hal Canary · 6 years ago
  11. e643a9e SkCodec: Always use 0 for filling by Leon Scroggins III · 6 years ago
  12. b62f50c Replace nearly all kRespect with kIgnore by Brian Osman · 7 years ago
  13. da3e9ad Make SkAndroidCodec (optionally) respect origin by Leon Scroggins III · 7 years ago
  14. 571b30f Reland "Remove support for decoding to kIndex_8" by Leon Scroggins · 8 years ago
  15. 8321f75 Revert "Remove support for decoding to kIndex_8" by Leon Scroggins · 8 years ago
  16. 742a3e2 Remove support for decoding to kIndex_8 by Leon Scroggins III · 8 years ago
  17. 674a184 Add SkCodec::Result indicating error in the data by Leon Scroggins III · 8 years ago
  18. cf3f234 Add SkTransferFunctionBehavior flag: Use in codec and encoder by Matt Sarett · 8 years ago
  19. db68301 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  20. a2b4bdc Revert 248ff023 & 2cb6cb72 by Hal Canary · 8 years ago
  21. 248ff02 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  22. 19b9153 Add support for multiple frames in SkCodec by scroggo · 8 years ago
  23. 4f2a88c Incremental decode: only use subset for subsetting by scroggo · 8 years ago
  24. ff9f7bb Simplify rowsDecoded returned by incrementalDecode by scroggo · 8 years ago
  25. c6c81e1 Fix filling of incomplete images in SkSampledCodec by msarett · 8 years ago
  26. 8e6c7ad Make SkPngCodec decode progressively. by scroggo · 8 years ago
  27. f7eb6fc Implement Fill() for incomplete decodes to RGBA_F16 by msarett · 8 years ago
  28. d8d6855 Revert of Make SkPngCodec decode progressively. (patchset #26 id:520001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 9 years ago
  29. 6fb2391 Make SkPngCodec decode progressively. by scroggo · 9 years ago
  30. 26694c3 Revert of Make SkPngCodec decode progressively. (patchset #24 id:480001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 9 years ago
  31. 30e78c9 Make SkPngCodec decode progressively. by scroggo · 9 years ago
  32. 9a89a09 Revert of Make SkPngCodec decode progressively. (patchset #18 id:340001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 9 years ago
  33. a4b09a1 Make SkPngCodec decode progressively. by scroggo · 9 years ago
  34. c5560be Support decoding opaque to *premul by scroggo · 9 years ago
  35. a4970dc Delete reallyHasAlpha() from SkCodec by msarett · 9 years ago
  36. 90c4d5f Add reallyHasAlpha() to SkAndroidCodec by msarett · 9 years ago
  37. 565901d Switch SkAutoMalloc to SkAutoTMalloc to avoid cast by scroggo · 9 years ago
  38. 5af4e0b Make SkAndroidCodec support gif by msarett · 9 years ago
  39. 887e18e Make SkAndroidCodec support bmp by msarett · 9 years ago
  40. 691ad76 Fix bug in sampled decodes by msarett · 9 years ago
  41. e95a068 Make AndroidOptions const by scroggo · 9 years ago
  42. 501b734 Combine native sampling with sampling by scroggo · 9 years ago
  43. a3f792d Rename SkScaledCodec.cpp to SkSampledCodec.cpp by scroggo · 9 years ago[Renamed (99%) from src/codec/SkScaledCodec.cpp]
  44. 3d9d7a7 Create an SkAndroidCodec API separate from SkCodec by msarett · 9 years ago
  45. e6dd004 Fill incomplete images in SkCodec parent class by msarett · 9 years ago
  46. 2c3b218 Focus SkScaledCodec on BitmapRegionDecoder by scroggo · 9 years ago
  47. cc7f305 SkScaledCodec should implement onRewind() by msarett · 9 years ago
  48. e7fc14b Move all knowledge of X sampling into SkScaledCodec by scroggo · 9 years ago
  49. 46c5747 Merge SkCodec with SkScanlineDecoder by scroggo · 9 years ago
  50. 6c50a8f Use rounding when converting desiredScale to a sampleSize by msarett · 9 years ago
  51. 10522ff Scanline decoding for gifs by msarett · 9 years ago
  52. e3330cf Revert of Scanline decoding for gifs (patchset #15 id:380001 of https://codereview.chromium.org/1305123002/ ) by jcgregorio · 9 years ago
  53. e9c10b9 Scanline decoding for gifs by msarett · 9 years ago
  54. 5406d6f Scanline decoding for bmp by msarett · 9 years ago
  55. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  56. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  57. a83593b Prefer native scaling to sampling by msarett · 9 years ago
  58. 8f4ba76 SkScaledCodec class by emmaleer · 9 years ago
  59. b0a32cc Revert of SkScaledCodec class (patchset #35 id:680001 of https://codereview.chromium.org/1260673002/ ) by egdaniel · 9 years ago
  60. b157917 SkScaledCodec class by emmaleer · 9 years ago
  61. c7993d7 Revert of SkScaledCodec class (patchset #34 id:660001 of https://codereview.chromium.org/1260673002/ ) by emmaleer · 9 years ago
  62. d518ea7 SkScaledCodec class by emmaleer · 9 years ago
  63. e5aaa07 Revert of SkScaledCodec class (patchset #32 id:620001 of https://codereview.chromium.org/1260673002/ ) by emmaleer · 9 years ago
  64. 0944100 SkScaledCodec class by emmaleer · 9 years ago