1. 18300a3 detach -> release by mtklein · 8 years ago
  2. ad8bcfe Use a smart pointer for SkColorSpace factories by msarett · 8 years ago
  3. 6a73821 Set SkColorSpace object for PNGs and parse ICC profiles by msarett · 8 years ago
  4. 91c22b2 Use new jpeg_crop_scanlines() API to optimize jpeg subset decodes by msarett · 9 years ago
  5. 39b2d5a Individually enable and disable SkCodecs by msarett · 9 years ago
  6. b30d698 Fix colorType/alphaType checks in SkCodec by msarett · 9 years ago
  7. deabdb5 Revert of Fix colorType/alphaType checks in SkCodec (patchset #5 id:80001 of https://codereview.chromium.org/1695473002/ ) by msarett · 9 years ago
  8. c7578b6 Fix colorType/alphaType checks in SkCodec by msarett · 9 years ago
  9. 70e418b Make SkJpegCodec compatible with libjpeg by msarett · 9 years ago
  10. c5560be Support decoding opaque to *premul by scroggo · 9 years ago
  11. 916de9f Add RAW decoding into Skia. by yujieqin · 9 years ago
  12. c85a9fd Revert of Prototype of RAW decoding in Skia. (patchset #32 id:610001 of https://codereview.chromium.org/1520403003/ ) by msarett · 9 years ago
  13. 6bd8639 Add RAW decoding into Skia. by yujieqin · 9 years ago
  14. be1d555 Rename SkCodec_libpng to SkPngCodec by msarett · 9 years ago
  15. f44631b Remove size check from SkCodec by msarett · 9 years ago
  16. 1a46467 Rename SkGifCodec, SkIcoCodec, SkWbmpCodec by msarett · 9 years ago
  17. 3ab9f2e Fix some SkCodecPrintfs by scroggo · 9 years ago
  18. db30be2 Make SkCodec support peek() and read() by scroggo · 9 years ago
  19. cf98fa9 Add SkPngChunkReader. by scroggo · 9 years ago
  20. 93c69ff Revert of Add SkPngChunkReader. (patchset #9 id:160001 of https://codereview.chromium.org/1040453002/ ) by scroggo · 9 years ago
  21. 3389e00 Add SkPngChunkReader. by scroggo · 9 years ago
  22. b747b90 Remove dependencies on Android's forked decoder libraries by msarett · 9 years ago
  23. aada3e8 Remove SkJpegCodec.cpp from Google3 BUILD due to differing libjpeg_turbo versions. by benjaminwagner · 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. 3a7701c Call rewindIfNeeded in SkCodec by scroggo · 9 years ago
  28. 46c5747 Merge SkCodec with SkScanlineDecoder by scroggo · 9 years ago
  29. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  30. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  31. cc2feb1 Support more swizzles to 565 in SkCodec by scroggo · 9 years ago
  32. b427db1 Consolidate SkCodec functions for handling rewind by scroggo · 9 years ago
  33. 99f567e Scanline decoding for wbmp by msarett · 9 years ago
  34. 1c005e4 Create a scanline decoder without creating a codec by scroggo · 9 years ago
  35. b46e5e2 Rename SkCodec_libbmp to SkBmpCodec by msarett · 9 years ago
  36. 9b2cdbf Allow creating multiple scanline decoders. by scroggo · 9 years ago
  37. eb602a5 SkCodec no longer inherits from SkImageGenerator. by scroggo · 9 years ago
  38. 1c8a587 Add libjpeg-turbo library (depends on yasm) by msarett · 9 years ago
  39. 94a2fbc Revert of Switch SkJpegCode to libjpeg-turbo (patchset #29 id:750001 of https://codereview.chromium.org/1180983002/) by jvanverth · 9 years ago
  40. 40141b5 Add libjpeg-turbo library (depends on yasm) by msarett · 9 years ago
  41. aa2a7de Revert of Switch SkJpegCode to libjpeg-turbo (patchset #28 id:710001 of https://codereview.chromium.org/1180983002/) by msarett · 9 years ago
  42. e9e3ee3 Add libjpeg-turbo library (depends on yasm) by msarett · 9 years ago
  43. f657b10 Revert of Switch SkJpegCode to libjpeg-turbo (patchset #25 id:680001 of https://codereview.chromium.org/1180983002/) by msarett · 9 years ago
  44. f8bf918 Add libjpeg-turbo library (depends on yasm) by msarett · 9 years ago
  45. 6f5e619 Add SkWebpCodec, for decoding .webp images. by scroggo · 9 years ago
  46. d129084 remove dead code behind BOOL_ONGETINFO by reed · 9 years ago
  47. 9e43cab Requires a minor API change to pass the color table to getScanlineDecoder, as we do with getPixels(). by msarett · 9 years ago
  48. e16b04a SkJpegCodec by msarett · 9 years ago
  49. 0a7e69c Get rid of leaks in SkCodec::NewFromStream. by scroggo · 9 years ago
  50. 5842154 SkCodec::onGetScanlineDecoder must call rewind. by scroggo · 9 years ago
  51. 8c8f22a Creating a new wrapper for gif decoder by msarett · 9 years ago
  52. a096d7a SkCodec: add wbmp class by halcanary · 9 years ago
  53. b880d7f SkCodec: conditionally remove fInfo by halcanary · 9 years ago
  54. 0524590 Add scanline decoding to SkCodec. by scroggo · 9 years ago
  55. 9bde918 Enabling ico decoding with use of png and bmp decoders by msarett · 9 years ago
  56. 7aa846c Revert of Enabling ico decoding with use of png and bmp decoders (patchset #10 id:280001 of https://codereview.chromium.org/1011343003/) by tomhudson · 9 years ago
  57. 15bfd07 Enabling ico decoding with use of png and bmp decoders by msarett · 9 years ago
  58. 3ef71e3 guarded change to SkImageGenerator to make getInfo() const by reed · 9 years ago
  59. 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
  60. dfdec78 Revert "Implementation of image decoding for bmp files, in accordance with the new API." by msarett · 9 years ago
  61. d184758 Revert of fix for invalid for loop syntax broke build (patchset #1 id:1 of https://codereview.chromium.org/1007373003/) by egdaniel · 9 years ago
  62. fdc3108 fix for invalid for loop syntax broke build by msarett · 9 years ago
  63. 3675874 Implementation of image decoding for bmp files, in accordance with the new API. by msarett · 9 years ago
  64. f24f224 Add SkCodec, including PNG implementation. by scroggo · 10 years ago
  65. ee1a726 Revert of Add SkCodec, including PNG implementation. (patchset #24 id:460001 of https://codereview.chromium.org/930283002/) by scroggo · 10 years ago
  66. ca35885 Add SkCodec, including PNG implementation. by scroggo · 10 years ago