aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/codec/SkCodec_libpng.cpp
Commit message (Expand)AuthorAge
* Comments Style: s/skbug.com/bug.skia.org/Gravatar halcanary2015-11-07
* Create an SkAndroidCodec API separate from SkCodecGravatar msarett2015-10-21
* Reenable warnings in src/codecGravatar msarett2015-10-15
* Add subsetting to SkScanlineDecoderGravatar msarett2015-10-13
* Fill incomplete images in SkCodec parent classGravatar msarett2015-10-09
* Move all knowledge of X sampling into SkScaledCodecGravatar scroggo2015-10-02
* Call rewindIfNeeded in SkCodecGravatar scroggo2015-09-30
* Merge SkCodec with SkScanlineDecoderGravatar scroggo2015-09-30
* Scanline decoding for bmpGravatar msarett2015-08-31
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Support more swizzles to 565 in SkCodecGravatar scroggo2015-08-14
* SkScaledCodec classGravatar emmaleer2015-08-14
* Revert of SkScaledCodec class (patchset #35 id:680001 of https://codereview.c...Gravatar egdaniel2015-08-14
* SkScaledCodec classGravatar emmaleer2015-08-14
* Revert of SkScaledCodec class (patchset #34 id:660001 of https://codereview.c...Gravatar emmaleer2015-08-13
* SkScaledCodec classGravatar emmaleer2015-08-13
* Revert of SkScaledCodec class (patchset #32 id:620001 of https://codereview.c...Gravatar emmaleer2015-08-13
* SkScaledCodec classGravatar emmaleer2015-08-13
* Consolidate SkCodec functions for handling rewindGravatar scroggo2015-08-12
* Split SkBmpCodec into three separate classesGravatar msarett2015-08-06
* Support decoding PNG to 565.Gravatar scroggo2015-08-06
* Scanline decoding for wbmpGravatar msarett2015-08-05
* Create a scanline decoder without creating a codecGravatar scroggo2015-08-04
* Pass the destination pointer to next() in SkSwizzlerGravatar msarett2015-07-27
* Add the ability to decode a subset to SkCodecGravatar scroggo2015-07-22
* removing png_read_end from SkPngScanlineDecoderGravatar emmaleer2015-07-20
* Allow creating multiple scanline decoders.Gravatar scroggo2015-07-10
* Changing name of has_transpareny_in_palette to has_transparency_in_tRNSGravatar emmaleer2015-07-10
* SkCodec no longer inherits from SkImageGenerator.Gravatar scroggo2015-07-09
* Revert of Revert of Fixing libpng transform use (patchset #1 id:1 of https:/...Gravatar scroggo2015-07-07
* Revert of Fixing libpng transform use (patchset #5 id:80001 of https://coder...Gravatar jvanverth2015-07-02
* This change:Gravatar emmaleer2015-07-01
* In the case of subset decodes, we will often not decode toGravatar msarett2015-07-01
* Implemented onGetScanlines and onSkipScanlines for interlaced pngsGravatar emmaleer2015-06-22
* fixing onSkipScanlines png errorGravatar emmaleer2015-05-27
* Requires a minor API change to pass the color table to getScanlineDecoder, as...Gravatar msarett2015-04-29
* ***Disables swizzles to 565.Gravatar msarett2015-04-09
* Get rid of leaks in SkCodec::NewFromStream.Gravatar scroggo2015-04-03
* SkCodec::onGetScanlineDecoder must call rewind.Gravatar scroggo2015-04-01
* Make SkPngCodec support rewinding properly.Gravatar scroggo2015-04-01
* SkCodec: add wbmp classGravatar halcanary2015-03-27
* Silence PNG warnings from SkPngCodec.Gravatar scroggo2015-03-26
* Use a wrapper for SkDebugf in SkCodec.Gravatar scroggo2015-03-26
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Add scanline decoding to SkCodec.Gravatar scroggo2015-03-25
* Enabling ico decoding with use of png and bmp decodersGravatar msarett2015-03-25
* Revert of Enabling ico decoding with use of png and bmp decoders (patchset #1...Gravatar tomhudson2015-03-24
* Enabling ico decoding with use of png and bmp decodersGravatar msarett2015-03-24
* Adding swizzles for bmp:Gravatar msarett2015-03-18