index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
codec
/
SkPngCodec.cpp
Commit message (
Expand
)
Author
Age
...
*
Checking for valid colorType, alphaType, colorSpace in SkCodec
msarett
2016-09-08
*
Add color xform support to SkWebpCodec
msarett
2016-09-08
*
Rename SkColorSpace::GammaNamed to SkColorSpace::RenderTargetGamma
msarett
2016-09-07
*
Revert of Add color xform support to SkWebpCodec (patchset #2 id:80001 of htt...
msarett
2016-09-07
*
Add color xform support to SkWebpCodec
msarett
2016-09-07
*
Make swizzler optional for SkPngCodec, refactor xforms
msarett
2016-09-01
*
We can't infer the right type for voidp for old png_jmpbuf()
mtklein
2016-08-24
*
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
*
Fix MSAN - mark temporary memory as kNo_ZeroInitialized
msarett
2016-08-22
*
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
*
Silence -Wclobbered in each file that needs it.
mtklein
2016-07-28
*
Revert of Silence -Wclobbered in each file that needs it. (patchset #2 id:200...
mtklein
2016-07-28
*
Silence -Wclobbered in each file that needs it.
mtklein
2016-07-28
*
Convert XYZ values from PNGs to D50
msarett
2016-07-22
*
SkMatrix44 clarifications and clean-ups
msarett
2016-06-23
*
Differentiate between sRGBGamma and 2Dot2Gamma
msarett
2016-06-16
*
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
*
Assign sRGB color space to unmarked jpegs and pngs
msarett
2016-05-25
*
Prepare SkColorSpace to be a public API
msarett
2016-05-17
*
Create a single, unique pointer to sRGB color space
msarett
2016-05-03
*
return 4x4 matrix from SkColorSpace
reed
2016-05-03
*
Introduce SkGammas type to represent ICC gamma curves
msarett
2016-05-02
*
Revert of Introduce SkGammas type to represent ICC gamma curves (patchset #7 ...
msarett
2016-04-29
*
Introduce SkGammas type to represent ICC gamma curves
msarett
2016-04-29
*
Remove SkEncodedInfo kUnknown_Color and kUnknown_Alpha from public API
msarett
2016-04-25
*
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
*
Correct png inverse gAMA when parsing color space
msarett
2016-03-30
*
detach -> release
mtklein
2016-03-16
*
Use a smart pointer for SkColorSpace factories
msarett
2016-03-07
*
Check libpng version before reading color space
msarett
2016-03-04
*
Set SkColorSpace object for PNGs and parse ICC profiles
msarett
2016-03-04
*
Move SkUtils.h to src/core.
bungeman
2016-02-23
*
Update libpng to 1.6.22beta
msarett
2016-02-19
*
Add SkCodec to the CMake build
msarett
2016-02-16
*
SkPngCodec clean-ups
msarett
2016-02-05
*
Set sRGB flag for PNGs with an sRGB chunk
msarett
2016-02-04
*
Handle gray alpha conversions in SkSwizzler
msarett
2016-02-03
[prev]
[next]