aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/codec/SkCodec_libpng.h
Commit message (Expand)AuthorAge
* Fix the build on Android devicesGravatar Matt Sarett2015-11-06
* 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
* Merge SkCodec with SkScanlineDecoderGravatar scroggo2015-09-30
* 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
* Create a scanline decoder without creating a codecGravatar scroggo2015-08-04
* Pass the destination pointer to next() in SkSwizzlerGravatar msarett2015-07-27
* removing png_read_end from SkPngScanlineDecoderGravatar emmaleer2015-07-20
* Allow creating multiple scanline decoders.Gravatar scroggo2015-07-10
* 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
* Implemented onGetScanlines and onSkipScanlines for interlaced pngsGravatar emmaleer2015-06-22
* 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
* Enable both static and dynamically linked libpngGravatar djsollen2015-04-03
* SkCodec::onGetScanlineDecoder must call rewind.Gravatar scroggo2015-04-01
* Revert of Enable both static and dynamically linked libpng (patchset #4 id:60...Gravatar djsollen2015-04-01
* Enable both static and dynamically linked libpngGravatar djsollen2015-04-01
* Make SkPngCodec support rewinding properly.Gravatar scroggo2015-04-01
* 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
* Add SkEncodedFormat, used by SkCodec.Gravatar scroggo2015-03-20
* Option for SkCodec to treat dst as all zeroes.Gravatar scroggo2015-03-17
* Add SkCodec, including PNG implementation.Gravatar scroggo2015-03-03
* Revert of Add SkCodec, including PNG implementation. (patchset #24 id:460001 ...Gravatar scroggo2015-03-02
* Add SkCodec, including PNG implementation.Gravatar scroggo2015-03-02