index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
codec
/
SkWebpCodec.cpp
Commit message (
Expand
)
Author
Age
*
Remove SkAutoTDelete.
Ben Wagner
2016-11-03
*
Rename all color space factories from New* to Make*
Brian Osman
2016-10-24
*
Safely handle unsupported color xforms in SkCodec
Matt Sarett
2016-10-20
*
Add SkColorSpaceXform to the public API
msarett
2016-10-11
*
Add BGRA as input format to SkColorSpaceXform
msarett
2016-09-22
*
Make SkColorSpaceXform::New() take bare ptrs
msarett
2016-09-22
*
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
*
Checking for valid colorType, alphaType, colorSpace in SkCodec
msarett
2016-09-08
*
Revert of Checking for valid colorType, alphaType, colorSpace in SkCodec (pat...
msarett
2016-09-08
*
Checking for valid colorType, alphaType, colorSpace in SkCodec
msarett
2016-09-08
*
Add color xform support to SkWebpCodec
msarett
2016-09-08
*
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
*
Use demux API in SkWebpCodec
msarett
2016-09-07
*
Parse ICC profiles from webps
msarett
2016-08-24
*
Webp has_alpha is a hint only
msarett
2016-08-14
*
Remove SkEncodedInfo kUnknown_Color and kUnknown_Alpha from public API
msarett
2016-04-25
*
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
*
Mark webps as sRGB
msarett
2016-04-06
*
detach -> release
mtklein
2016-03-16
*
Switch SkAutoMalloc to SkAutoTMalloc to avoid cast
scroggo
2015-12-10
*
Make SkCodec support peek() and read()
scroggo
2015-12-08
*
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
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Support more swizzles to 565 in SkCodec
scroggo
2015-08-14
*
Consolidate SkCodec functions for handling rewind
scroggo
2015-08-12
*
Let SkWebpCodec decode to 565
scroggo
2015-08-06
*
Add the ability to decode a subset to SkCodec
scroggo
2015-07-22
*
SkCodec no longer inherits from SkImageGenerator.
scroggo
2015-07-09
*
Prevent webp from producing 0 dimensional images
msarett
2015-06-19
*
Add SkWebpCodec, for decoding .webp images.
scroggo
2015-06-18