index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
codec
/
SkCodec.cpp
Commit message (
Expand
)
Author
Age
*
Add F16, SkColorSpaceXform support to SkGifCodec
Matt Sarett
2016-11-04
*
Remove SkAutoTDelete.
Ben Wagner
2016-11-03
*
Add support for multiple frames in SkCodec
scroggo
2016-10-24
*
Safely handle unsupported color xforms in SkCodec
Matt Sarett
2016-10-20
*
Make SkPngCodec decode progressively.
scroggo
2016-09-16
*
Implement Fill() for incomplete decodes to RGBA_F16
msarett
2016-09-13
*
change SkStreams to work with sk_sp<SkData> instead of SkData*
reed
2016-09-12
*
Use demux API in SkWebpCodec
msarett
2016-09-07
*
Modify SkPngCodec to recognize 565 images from the sBIT chunk
msarett
2016-08-17
*
Remove unnecessary getColorSpace() API from SkCodec
msarett
2016-07-21
*
Revert of Make SkPngCodec decode progressively. (patchset #26 id:520001 of ht...
scroggo
2016-06-06
*
Make SkPngCodec decode progressively.
scroggo
2016-06-02
*
Revert of Make SkPngCodec decode progressively. (patchset #24 id:480001 of ht...
scroggo
2016-06-01
*
Make SkPngCodec decode progressively.
scroggo
2016-06-01
*
Revert of Make SkPngCodec decode progressively. (patchset #18 id:340001 of ht...
scroggo
2016-05-31
*
Make SkPngCodec decode progressively.
scroggo
2016-05-31
*
Add SkColorSpace to SkImageInfo
msarett
2016-05-27
*
Compile SkForceLinking on CMake
msarett
2016-05-06
*
Add SkEncodedInfo to report properties of encoded image data
msarett
2016-04-20
*
Revert of Add SkEncodedInfo to report properties of encoded image data (patch...
robertphillips
2016-04-19
*
Add SkEncodedInfo to report properties of encoded image data
msarett
2016-04-18
*
Parse icc profiles and exif orientation from jpeg markers
msarett
2016-03-21
*
detach -> release
mtklein
2016-03-16
*
Use a smart pointer for SkColorSpace factories
msarett
2016-03-07
*
Set SkColorSpace object for PNGs and parse ICC profiles
msarett
2016-03-04
*
Use new jpeg_crop_scanlines() API to optimize jpeg subset decodes
msarett
2016-02-22
*
Individually enable and disable SkCodecs
msarett
2016-02-17
*
Fix colorType/alphaType checks in SkCodec
msarett
2016-02-15
*
Revert of Fix colorType/alphaType checks in SkCodec (patchset #5 id:80001 of ...
msarett
2016-02-12
*
Fix colorType/alphaType checks in SkCodec
msarett
2016-02-12
*
Make SkJpegCodec compatible with libjpeg
msarett
2016-02-12
*
Support decoding opaque to *premul
scroggo
2016-02-03
*
Add RAW decoding into Skia.
yujieqin
2016-01-25
*
Revert of Prototype of RAW decoding in Skia. (patchset #32 id:610001 of https...
msarett
2016-01-25
*
Add RAW decoding into Skia.
yujieqin
2016-01-25
*
Rename SkCodec_libpng to SkPngCodec
msarett
2016-01-21
*
Remove size check from SkCodec
msarett
2016-01-13
*
Rename SkGifCodec, SkIcoCodec, SkWbmpCodec
msarett
2016-01-07
*
Fix some SkCodecPrintfs
scroggo
2016-01-06
*
Make SkCodec support peek() and read()
scroggo
2015-12-08
*
Add SkPngChunkReader.
scroggo
2015-11-23
*
Revert of Add SkPngChunkReader. (patchset #9 id:160001 of https://codereview....
scroggo
2015-11-23
*
Add SkPngChunkReader.
scroggo
2015-11-23
*
Remove dependencies on Android's forked decoder libraries
msarett
2015-11-06
*
Remove SkJpegCodec.cpp from Google3 BUILD due to differing libjpeg_turbo vers...
benjaminwagner
2015-10-27
*
Add subsetting to SkScanlineDecoder
msarett
2015-10-13
*
Fill incomplete images in SkCodec parent class
msarett
2015-10-09
*
Move all knowledge of X sampling into SkScaledCodec
scroggo
2015-10-02
*
Call rewindIfNeeded in SkCodec
scroggo
2015-09-30
*
Merge SkCodec with SkScanlineDecoder
scroggo
2015-09-30
[next]