1. 65f4aea Fix bug decoding JCS_RGB jpeg files by Leon Scroggins III · 6 years ago
  2. a6161b1 Properly fill in memory in sampled RLE BMPs by Leon Scroggins III · 6 years ago
  3. e643a9e SkCodec: Always use 0 for filling by Leon Scroggins III · 6 years ago
  4. 9bf39c2 Fix double CMYK->RGBA conversion on swizzled jpeg decodes by Matt Sarett · 8 years ago
  5. 19b9153 Add support for multiple frames in SkCodec by scroggo · 8 years ago
  6. f7eb6fc Implement Fill() for incomplete decodes to RGBA_F16 by msarett · 8 years ago
  7. 35bb74b Fix color xform width bug when scaling/subsetting by msarett · 8 years ago
  8. 68758ae Remove SkEncodedInfo kPreSwizzled_Color from public API by msarett · 8 years ago
  9. a45a668 Use SkEncodedInfo in place of SkSwizzler::SrcConfig by msarett · 8 years ago
  10. 93e613d Handle gray alpha conversions in SkSwizzler by msarett · 9 years ago
  11. 19032f7 Use fActualProc to choose fFastProc or fSlowProc in SkSwizzler by msarett · 9 years ago
  12. bda8609 Clean up unused or overly complex modes in SkSwizzler by msarett · 9 years ago
  13. a51e778 Use SkOpts routines in SkSwizzler by msarett · 9 years ago
  14. 8604ca2 SkSwizzler: Factor skipping zeros out into a helper function. by mtklein · 9 years ago
  15. a4970dc Delete reallyHasAlpha() from SkCodec by msarett · 9 years ago
  16. be8216a Make SkAndroidCodec support ico by msarett · 9 years ago
  17. 97ff7f5 Revert of Make SkAndroidCodec support ico (patchset #7 id:130002 of https://codereview.chromium.org/1472933002/ ) by scroggo · 9 years ago
  18. 1603e93 Make SkAndroidCodec support ico by msarett · 9 years ago
  19. 5af4e0b Make SkAndroidCodec support gif by msarett · 9 years ago
  20. ef27d89 Use SkSwizzler to convert from CMYK by scroggo · 9 years ago
  21. b7f1251 Revert of Use SkSwizzler to convert from CMYK (patchset #4 id:60001 of https://codereview.chromium.org/1411083009/ ) by scroggo · 9 years ago
  22. 450ee8f Use SkSwizzler to convert from CMYK by scroggo · 9 years ago
  23. 80803ff Fix SkSwizzler bug by msarett · 9 years ago
  24. fdb4757 Add subsetting to SkScanlineDecoder by msarett · 9 years ago
  25. e6dd004 Fill incomplete images in SkCodec parent class by msarett · 9 years ago
  26. e7fc14b Move all knowledge of X sampling into SkScaledCodec by scroggo · 9 years ago
  27. 5406d6f Scanline decoding for bmp by msarett · 9 years ago
  28. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  29. 8f4ba76 SkScaledCodec class by emmaleer · 9 years ago
  30. b0a32cc Revert of SkScaledCodec class (patchset #35 id:680001 of https://codereview.chromium.org/1260673002/ ) by egdaniel · 9 years ago
  31. b157917 SkScaledCodec class by emmaleer · 9 years ago
  32. c7993d7 Revert of SkScaledCodec class (patchset #34 id:660001 of https://codereview.chromium.org/1260673002/ ) by emmaleer · 9 years ago
  33. d518ea7 SkScaledCodec class by emmaleer · 9 years ago
  34. e5aaa07 Revert of SkScaledCodec class (patchset #32 id:620001 of https://codereview.chromium.org/1260673002/ ) by emmaleer · 9 years ago
  35. 0944100 SkScaledCodec class by emmaleer · 9 years ago
  36. 99f567e Scanline decoding for wbmp by msarett · 9 years ago
  37. 614aa07 Pass the destination pointer to next() in SkSwizzler by msarett · 9 years ago
  38. eb602a5 SkCodec no longer inherits from SkImageGenerator. by scroggo · 9 years ago
  39. e16b04a SkJpegCodec by msarett · 9 years ago
  40. 3c309db Implementing filling for SkBmpCodec by msarett · 9 years ago
  41. 438b2ad ***Disables swizzles to 565. by msarett · 9 years ago
  42. 0524590 Add scanline decoding to SkCodec. by scroggo · 9 years ago
  43. 9552662 Option for SkCodec to treat dst as all zeroes. by scroggo · 9 years ago
  44. 7411438 Revert "Revert of fix for invalid for loop syntax broke build (patchset #1 id:1 of https://codereview.chromium.org/1007373003/)" by msarett · 9 years ago
  45. dfdec78 Revert "Implementation of image decoding for bmp files, in accordance with the new API." by msarett · 9 years ago
  46. 3675874 Implementation of image decoding for bmp files, in accordance with the new API. by msarett · 9 years ago
  47. f24f224 Add SkCodec, including PNG implementation. by scroggo · 9 years ago
  48. ee1a726 Revert of Add SkCodec, including PNG implementation. (patchset #24 id:460001 of https://codereview.chromium.org/930283002/) by scroggo · 9 years ago
  49. ca35885 Add SkCodec, including PNG implementation. by scroggo · 9 years ago