1. 04be2b5 Reland "skia: add heif decoding support" by Leon Scroggins III · 7 years ago
  2. db68a42 Revert "skia: add heif decoding support" by Mike Klein · 7 years ago
  3. c2a9542 skia: add heif decoding support by Chong Zhang · 7 years ago
  4. ede7bac use unique_ptr for codec factories by Mike Reed · 7 years ago
  5. db68301 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  6. a2b4bdc Revert 248ff023 & 2cb6cb72 by Hal Canary · 8 years ago
  7. 248ff02 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  8. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  9. 42943c8 change SkStreams to work with sk_sp<SkData> instead of SkData* by reed · 8 years ago
  10. d1227a7 Delete SkBitmapRegionCanvas by msarett · 8 years ago
  11. e8597a4 Delete SkImageDecoder by msarett · 8 years ago
  12. 910f7ec Revert of Delete SkImageDecoder (patchset #9 id:150001 of https://codereview.chromium.org/1820503002/ ) by msarett · 8 years ago
  13. f037fde Delete SkImageDecoder by msarett · 8 years ago
  14. 041c870 Revert of Delete SkImageDecoder (patchset #8 id:130001 of https://codereview.chromium.org/1820503002/ ) by msarett · 8 years ago
  15. 5b6e73e Delete SkImageDecoder by msarett · 8 years ago
  16. 39b5495 Revert of Delete SkImageDecoder (patchset #7 id:110001 of https://codereview.chromium.org/1820503002/ ) by msarett · 8 years ago
  17. f799706 Delete SkImageDecoder by msarett · 8 years ago
  18. 18300a3 detach -> release by mtklein · 8 years ago
  19. 5c05d10 Revert of skstd -> std for unique_ptr (patchset #17 id:320001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
  20. dadfc24 skstd -> std for unique_ptr by mtklein · 9 years ago
  21. e066df9 Revert of skstd -> std for unique_ptr (patchset #16 id:300001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
  22. 70e8dfc skstd -> std for unique_ptr by mtklein · 9 years ago
  23. dfd7d48 Revert of skstd -> std for unique_ptr (patchset #16 id:300001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
  24. 0618915 skstd -> std for unique_ptr by mtklein · 9 years ago
  25. 73d882e Only support jpeg, png, and webp for BRD by msarett · 9 years ago
  26. 566b23c Revert of skstd -> std for unique_ptr (patchset #9 id:160001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
  27. 755c553 skstd -> std for unique_ptr by mtklein · 9 years ago
  28. 506e19a Move SkBitmapRegionDecoder to include/android and src/android by msarett · 9 years ago[Renamed from tools/android/SkBitmapRegionDecoder.cpp]
  29. 84a8065 Reorganize BRD code in new tools directory by msarett · 9 years ago[Renamed from tools/SkBitmapRegionDecoder.cpp]
  30. 5c9e34a Delete dead BitmapRegionDecoder code in tools by msarett · 9 years ago
  31. 5cb4885 Rename SkBitmapRegionDecoder and Create function by msarett · 9 years ago[Renamed (88%) from tools/SkBitmapRegionDecoderInterface.cpp]
  32. c377992 Make DMSrcSink fail fatally when decodeRegion() fails for BRDSrcs by msarett · 9 years ago
  33. 3f65e93 Add NewFromStream and getEncodedFormat to BitmapRegionDecoder by msarett · 9 years ago
  34. 26ad17b Implementation of SkBitmapRegionDecoder using SkAndroidCodec by msarett · 9 years ago
  35. 04965c6 SkBitmapRegionDecoder clean-up by msarett · 9 years ago
  36. e361781 Fix codec memory leaks in nanobench by scroggo · 9 years ago
  37. e6dd004 Fill incomplete images in SkCodec parent class by msarett · 9 years ago
  38. 46c5747 Merge SkCodec with SkScanlineDecoder by scroggo · 9 years ago
  39. a5783ae Provides various implementations of Android's SkBitmapRegionDecoder. by msarett · 9 years ago