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