aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/codec/SkCodec.cpp
Commit message (Expand)AuthorAge
...
* Modify SkPngCodec to recognize 565 images from the sBIT chunkGravatar msarett2016-08-17
* Remove unnecessary getColorSpace() API from SkCodecGravatar msarett2016-07-21
* Revert of Make SkPngCodec decode progressively. (patchset #26 id:520001 of ht...Gravatar scroggo2016-06-06
* Make SkPngCodec decode progressively.Gravatar scroggo2016-06-02
* Revert of Make SkPngCodec decode progressively. (patchset #24 id:480001 of ht...Gravatar scroggo2016-06-01
* Make SkPngCodec decode progressively.Gravatar scroggo2016-06-01
* Revert of Make SkPngCodec decode progressively. (patchset #18 id:340001 of ht...Gravatar scroggo2016-05-31
* Make SkPngCodec decode progressively.Gravatar scroggo2016-05-31
* Add SkColorSpace to SkImageInfoGravatar msarett2016-05-27
* Compile SkForceLinking on CMakeGravatar msarett2016-05-06
* Add SkEncodedInfo to report properties of encoded image dataGravatar msarett2016-04-20
* Revert of Add SkEncodedInfo to report properties of encoded image data (patch...Gravatar robertphillips2016-04-19
* Add SkEncodedInfo to report properties of encoded image dataGravatar msarett2016-04-18
* Parse icc profiles and exif orientation from jpeg markersGravatar msarett2016-03-21
* detach -> releaseGravatar mtklein2016-03-16
* Use a smart pointer for SkColorSpace factoriesGravatar msarett2016-03-07
* Set SkColorSpace object for PNGs and parse ICC profilesGravatar msarett2016-03-04
* Use new jpeg_crop_scanlines() API to optimize jpeg subset decodesGravatar msarett2016-02-22
* Individually enable and disable SkCodecsGravatar msarett2016-02-17
* Fix colorType/alphaType checks in SkCodecGravatar msarett2016-02-15
* Revert of Fix colorType/alphaType checks in SkCodec (patchset #5 id:80001 of ...Gravatar msarett2016-02-12
* Fix colorType/alphaType checks in SkCodecGravatar msarett2016-02-12
* Make SkJpegCodec compatible with libjpegGravatar msarett2016-02-12
* Support decoding opaque to *premulGravatar scroggo2016-02-03
* Add RAW decoding into Skia.Gravatar yujieqin2016-01-25
* Revert of Prototype of RAW decoding in Skia. (patchset #32 id:610001 of https...Gravatar msarett2016-01-25
* Add RAW decoding into Skia.Gravatar yujieqin2016-01-25
* Rename SkCodec_libpng to SkPngCodecGravatar msarett2016-01-21
* Remove size check from SkCodecGravatar msarett2016-01-13
* Rename SkGifCodec, SkIcoCodec, SkWbmpCodecGravatar msarett2016-01-07
* Fix some SkCodecPrintfsGravatar scroggo2016-01-06
* Make SkCodec support peek() and read()Gravatar scroggo2015-12-08
* Add SkPngChunkReader.Gravatar scroggo2015-11-23
* Revert of Add SkPngChunkReader. (patchset #9 id:160001 of https://codereview....Gravatar scroggo2015-11-23
* Add SkPngChunkReader.Gravatar scroggo2015-11-23
* Remove dependencies on Android's forked decoder librariesGravatar msarett2015-11-06
* Remove SkJpegCodec.cpp from Google3 BUILD due to differing libjpeg_turbo vers...Gravatar benjaminwagner2015-10-27
* 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
* 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
* Consolidate SkCodec functions for handling rewindGravatar scroggo2015-08-12
* Scanline decoding for wbmpGravatar msarett2015-08-05
* Create a scanline decoder without creating a codecGravatar scroggo2015-08-04
* Rename SkCodec_libbmp to SkBmpCodecGravatar msarett2015-07-30
* Allow creating multiple scanline decoders.Gravatar scroggo2015-07-10