aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/codec
Commit message (Expand)AuthorAge
* Move SkTemplates.h to private.Gravatar bungeman2015-08-19
* Test scaling for small imagesGravatar msarett2015-08-18
* 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
* Add the ability to decode a subset to SkCodecGravatar scroggo2015-07-22
* Allow creating multiple scanline decoders.Gravatar scroggo2015-07-10
* SkCodec no longer inherits from SkImageGenerator.Gravatar scroggo2015-07-09
* In the case of subset decodes, we will often not decode toGravatar msarett2015-07-01
* remove dead code behind BOOL_ONGETINFOGravatar reed2015-05-05
* Implementing a scanline decoder for jpegGravatar msarett2015-04-29
* Requires a minor API change to pass the color table to getScanlineDecoder, as...Gravatar msarett2015-04-29
* SkCodec::onGetScanlineDecoder must call rewind.Gravatar scroggo2015-04-01
* SkCodec: add wbmp classGravatar halcanary2015-03-27
* SkCodec: conditionally remove fInfoGravatar halcanary2015-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
* Add SkEncodedFormat, used by SkCodec.Gravatar scroggo2015-03-20
* guarded change to SkImageGenerator to make getInfo() constGravatar reed2015-03-19
* Implement SkCodec::getScaledDimensions.Gravatar scroggo2015-03-18
* Option for SkCodec to treat dst as all zeroes.Gravatar scroggo2015-03-17
* Revert "Revert of fix for invalid for loop syntax broke build (patchset #1 id...Gravatar msarett2015-03-16
* Revert "Implementation of image decoding for bmp files, in accordance with th...Gravatar msarett2015-03-16
* Implementation of image decoding for bmp files, in accordance with the new API.Gravatar msarett2015-03-16
* 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