1. 34e0ec4 Support the non-native (RGBA/BGRA) swizzle by msarett · 8 years ago
  2. a45a668 Use SkEncodedInfo in place of SkSwizzler::SrcConfig by msarett · 8 years ago
  3. c30c418 Add SkEncodedInfo to report properties of encoded image data by msarett · 8 years ago
  4. 3c92024 Revert of Add SkEncodedInfo to report properties of encoded image data (patchset #6 id:200001 of https://codereview.chromium.org/1820073002/ ) by robertphillips · 8 years ago
  5. f682d9a Add SkEncodedInfo to report properties of encoded image data by msarett · 8 years ago
  6. 128245c Correct png inverse gAMA when parsing color space by msarett · 8 years ago
  7. 18300a3 detach -> release by mtklein · 8 years ago
  8. ad8bcfe Use a smart pointer for SkColorSpace factories by msarett · 8 years ago
  9. e244322 Check libpng version before reading color space by msarett · 8 years ago
  10. 6a73821 Set SkColorSpace object for PNGs and parse ICC profiles by msarett · 8 years ago
  11. 5d2cd6e Move SkUtils.h to src/core. by bungeman · 8 years ago
  12. 740668d Update libpng to 1.6.22beta by msarett · 8 years ago
  13. 4691d99 Add SkCodec to the CMake build by msarett · 8 years ago
  14. 60dcd3c SkPngCodec clean-ups by msarett · 8 years ago
  15. a87d6de Set sRGB flag for PNGs with an sRGB chunk by msarett · 8 years ago
  16. 93e613d Handle gray alpha conversions in SkSwizzler by msarett · 8 years ago
  17. c5560be Support decoding opaque to *premul by scroggo · 8 years ago
  18. 13a9123 A variety of SkPngCodec clean-ups by msarett · 9 years ago
  19. 62358e7 SkPngFilters: guard with libpng >= 1.5.7 by mtklein · 9 years ago
  20. 372d65c sketch hooking into PNG_FILTER_OPTIMIZATIONS by mtklein · 9 years ago
  21. be1d555 Rename SkCodec_libpng to SkPngCodec by msarett · 9 years ago[Renamed (99%) from src/codec/SkCodec_libpng.cpp]
  22. bda8609 Clean up unused or overly complex modes in SkSwizzler by msarett · 9 years ago
  23. a4970dc Delete reallyHasAlpha() from SkCodec by msarett · 9 years ago
  24. 133eaaa Store ninepatch chunks in the png header in CodexTest by msarett · 9 years ago
  25. 565901d Switch SkAutoMalloc to SkAutoTMalloc to avoid cast by scroggo · 9 years ago
  26. db30be2 Make SkCodec support peek() and read() by scroggo · 9 years ago
  27. cb0d5c9 Add currScanline() getter to SkCodec API by msarett · 9 years ago
  28. cf98fa9 Add SkPngChunkReader. by scroggo · 9 years ago
  29. 93c69ff Revert of Add SkPngChunkReader. (patchset #9 id:160001 of https://codereview.chromium.org/1040453002/ ) by scroggo · 9 years ago
  30. 3389e00 Add SkPngChunkReader. by scroggo · 9 years ago
  31. 6950de6 Comments Style: s/skbug.com/bug.skia.org/ by halcanary · 9 years ago
  32. 3d9d7a7 Create an SkAndroidCodec API separate from SkCodec by msarett · 9 years ago
  33. f724b99 Reenable warnings in src/codec by msarett · 9 years ago
  34. fdb4757 Add subsetting to SkScanlineDecoder by msarett · 9 years ago
  35. e6dd004 Fill incomplete images in SkCodec parent class by msarett · 9 years ago
  36. e7fc14b Move all knowledge of X sampling into SkScaledCodec by scroggo · 9 years ago
  37. 3a7701c Call rewindIfNeeded in SkCodec by scroggo · 9 years ago
  38. 46c5747 Merge SkCodec with SkScanlineDecoder by scroggo · 9 years ago
  39. 5406d6f Scanline decoding for bmp by msarett · 9 years ago
  40. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  41. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  42. cc2feb1 Support more swizzles to 565 in SkCodec by scroggo · 9 years ago
  43. 8f4ba76 SkScaledCodec class by emmaleer · 9 years ago
  44. b0a32cc Revert of SkScaledCodec class (patchset #35 id:680001 of https://codereview.chromium.org/1260673002/ ) by egdaniel · 9 years ago
  45. b157917 SkScaledCodec class by emmaleer · 9 years ago
  46. c7993d7 Revert of SkScaledCodec class (patchset #34 id:660001 of https://codereview.chromium.org/1260673002/ ) by emmaleer · 9 years ago
  47. d518ea7 SkScaledCodec class by emmaleer · 9 years ago
  48. e5aaa07 Revert of SkScaledCodec class (patchset #32 id:620001 of https://codereview.chromium.org/1260673002/ ) by emmaleer · 9 years ago
  49. 0944100 SkScaledCodec class by emmaleer · 9 years ago
  50. b427db1 Consolidate SkCodec functions for handling rewind by scroggo · 9 years ago
  51. 4ab9d5f Split SkBmpCodec into three separate classes by msarett · 9 years ago
  52. ab60c5b Support decoding PNG to 565. by scroggo · 9 years ago
  53. 99f567e Scanline decoding for wbmp by msarett · 9 years ago
  54. 1c005e4 Create a scanline decoder without creating a codec by scroggo · 9 years ago
  55. 614aa07 Pass the destination pointer to next() in SkSwizzler by msarett · 9 years ago
  56. b636b45 Add the ability to decode a subset to SkCodec by scroggo · 9 years ago
  57. 973ae86 removing png_read_end from SkPngScanlineDecoder by emmaleer · 9 years ago
  58. 9b2cdbf4 Allow creating multiple scanline decoders. by scroggo · 9 years ago
  59. 21cea72 Changing name of has_transpareny_in_palette to has_transparency_in_tRNS by emmaleer · 9 years ago
  60. eb602a5 SkCodec no longer inherits from SkImageGenerator. by scroggo · 9 years ago
  61. 6f29a3c Revert of Revert of Fixing libpng transform use (patchset #1 id:1 of https://codereview.chromium.org/1213743004/) by scroggo · 9 years ago
  62. 6c90e09 Revert of Fixing libpng transform use (patchset #5 id:80001 of https://codereview.chromium.org/1214203005/) by jvanverth · 9 years ago
  63. 9693037 This change: by emmaleer · 9 years ago
  64. c0e80c1 In the case of subset decodes, we will often not decode to by msarett · 9 years ago
  65. 0a4c3cb Implemented onGetScanlines and onSkipScanlines for interlaced pngs by emmaleer · 9 years ago
  66. 7dc9190 fixing onSkipScanlines png error by emmaleer · 9 years ago
  67. 9e43cab Requires a minor API change to pass the color table to getScanlineDecoder, as we do with getPixels(). by msarett · 9 years ago
  68. 438b2ad ***Disables swizzles to 565. by msarett · 9 years ago
  69. 0a7e69c Get rid of leaks in SkCodec::NewFromStream. by scroggo · 9 years ago
  70. 5842154 SkCodec::onGetScanlineDecoder must call rewind. by scroggo · 9 years ago
  71. 3eada2a Make SkPngCodec support rewinding properly. by scroggo · 9 years ago
  72. a096d7a SkCodec: add wbmp class by halcanary · 9 years ago
  73. 0eed6df Silence PNG warnings from SkPngCodec. by scroggo · 9 years ago
  74. 230d4ac Use a wrapper for SkDebugf in SkCodec. by scroggo · 9 years ago
  75. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  76. 0524590 Add scanline decoding to SkCodec. by scroggo · 9 years ago
  77. 9bde918 Enabling ico decoding with use of png and bmp decoders by msarett · 9 years ago
  78. 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
  79. 15bfd07 Enabling ico decoding with use of png and bmp decoders by msarett · 9 years ago
  80. eed039b Adding swizzles for bmp: by msarett · 9 years ago
  81. 9552662 Option for SkCodec to treat dst as all zeroes. by scroggo · 9 years ago
  82. 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
  83. dfdec78 Revert "Implementation of image decoding for bmp files, in accordance with the new API." by msarett · 9 years ago
  84. 3675874 Implementation of image decoding for bmp files, in accordance with the new API. by msarett · 9 years ago
  85. f24f224 Add SkCodec, including PNG implementation. by scroggo · 9 years ago
  86. ee1a726 Revert of Add SkCodec, including PNG implementation. (patchset #24 id:460001 of https://codereview.chromium.org/930283002/) by scroggo · 9 years ago
  87. ca35885 Add SkCodec, including PNG implementation. by scroggo · 9 years ago