index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
codec
/
SkPngCodec.h
Commit message (
Expand
)
Author
Age
*
Handle the error input case in SkPngCodec decode function
nagarajan.n
2017-10-03
*
use unique_ptr for codec factories
Mike Reed
2017-07-25
*
Report error on failure to create SkCodec
Leon Scroggins III
2017-07-14
*
Reland "Remove support for decoding to kIndex_8"
Leon Scroggins
2017-07-11
*
Revert "Remove support for decoding to kIndex_8"
Leon Scroggins
2017-07-10
*
Remove support for decoding to kIndex_8
Leon Scroggins III
2017-07-10
*
Simplify SkCodecs' call to SkColorSpaceXform::apply
Leon Scroggins III
2017-06-05
*
SkPngCodec: Do not return kInvalidConversion on corrupt png
Matt Sarett
2017-04-26
*
Reland "Make SkPngCodec only read as much of the stream as necessary"
Leon Scroggins III
2017-04-21
*
Revert "Make SkPngCodec only read as much of the stream as necessary"
Leon Scroggins
2017-04-20
*
Make SkPngCodec only read as much of the stream as necessary
Leon Scroggins III
2017-04-20
*
Mark overridden destructors with 'override' and remove 'virtual'
Brian Salomon
2017-03-22
*
Make header files idempotent; script to check
Hal Canary
2017-02-13
*
Use RasterPipeline to support full precision on 16-bit RGBA pngs
Matt Sarett
2017-01-13
*
Revert "Use RasterPipeline to support full precision on 16-bit RGBA pngs"
Matt Sarett
2017-01-12
*
Use RasterPipeline to support full precision on 16-bit RGBA pngs
Matt Sarett
2017-01-12
*
SkImageEncoder: simplify API
Hal Canary
2016-11-23
*
Revert 248ff023 & 2cb6cb72
Hal Canary
2016-11-22
*
SkImageEncoder: simplify API
Hal Canary
2016-11-22
*
s/SkAutoTUnref/sk_sp/ in src/ part 1
Hal Canary
2016-11-07
*
Remove SkAutoTDelete.
Ben Wagner
2016-11-03
*
Safely handle unsupported color xforms in SkCodec
Matt Sarett
2016-10-20
*
Support Float32 output from SkColorSpaceXform
msarett
2016-09-16
*
Revert of Support Float32 output from SkColorSpaceXform (patchset #7 id:14000...
msarett
2016-09-16
*
Support Float32 output from SkColorSpaceXform
msarett
2016-09-16
*
Make SkPngCodec decode progressively.
scroggo
2016-09-16
*
Implement Fill() for incomplete decodes to RGBA_F16
msarett
2016-09-13
*
Make swizzler optional for SkPngCodec, refactor xforms
msarett
2016-09-01
*
SkPngCodec: voidp instead of forward-declares for png.h types.
mtklein
2016-08-24
*
GN: more optional components: jpeg, pdf, png, xml
mtklein
2016-08-24
*
Support color xforms for kIndex8 pngs
msarett
2016-08-22
*
Fix color xform width bug when scaling/subsetting
msarett
2016-08-22
*
Modify SkPngCodec to recognize 565 images from the sBIT chunk
msarett
2016-08-17
*
Perform color correction on png decodes
msarett
2016-08-03
*
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
*
Support the non-native (RGBA/BGRA) swizzle
msarett
2016-04-22
*
Use SkEncodedInfo in place of SkSwizzler::SrcConfig
msarett
2016-04-22
*
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
*
Use a smart pointer for SkColorSpace factories
msarett
2016-03-07
*
Set SkColorSpace object for PNGs and parse ICC profiles
msarett
2016-03-04
*
Support decoding opaque to *premul
scroggo
2016-02-03
*
Rename SkCodec_libpng to SkPngCodec
msarett
2016-01-21