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
*
Fix fuschia roll
Leon Scroggins III
2018-03-01
*
Support pngs with incorrect CMF bytes
Leon Scroggins III
2018-02-28
*
encode kAlpha_8 as grayalpha with sigbits for gray==1
Mike Reed
2017-11-30
*
Simplify SkColorSpace::MakeICC
Leon Scroggins III
2017-10-31
*
Remove static initializers in SkCodec
Leon Scroggins III
2017-10-03
*
Handle the error input case in SkPngCodec decode function
nagarajan.n
2017-10-03
*
make most of SkColorPriv.h private
Cary Clark
2017-09-15
*
Call initializeColorXform inside SkCodec
Leon Scroggins III
2017-08-18
*
Move calls to conversion_possible to SkCodec
Leon Scroggins III
2017-08-17
*
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
*
Remove debug checks for unsupported ICC profiles
Matt Sarett
2017-06-09
*
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
*
Improve the Codec_end test and add fixes
Leon Scroggins III
2017-04-25
*
Fix decoding incomplete PNG images
Leon Scroggins III
2017-04-24
*
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
*
565 codec color xform support: fix colortable / incomplete image behavior
Matt Sarett
2017-04-04
*
Add codec and color xform support for 565
Matt Sarett
2017-03-28
*
Add SkTransferFunctionBehavior flag: Use in codec and encoder
Matt Sarett
2017-03-24
*
SkColorSpace: remove named API, add gamut API
Matt Sarett
2017-02-07
*
Revert "SkColorSpace: remove named API, add gamut API"
Matt Sarett
2017-02-07
*
SkColorSpace: remove named API, add gamut API
Matt Sarett
2017-02-07
*
Reland "Respect full precision for RGB16 PNGs" (part 3)
Matt Sarett
2017-01-20
*
Revert "Respect full precision for RGB16 PNGs"
Matt Sarett
2017-01-18
*
Respect full precision for RGB16 PNGs
Matt Sarett
2017-01-18
*
Unify ICC support for gray jpegs and gray pngs
Matt Sarett
2017-01-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
*
Use shared toSRGBD50 matrix in SkPngCodec
Matt Sarett
2017-01-04
*
SkPngCodec: Add support for 16-bit pngs (step 1)
Matt Sarett
2016-12-14
*
Updated the get_images_from_skps tool to check for ICC profile support
raftias
2016-12-12
*
Refactor RGBA/BGRA xform logic in SkCodecs
Matt Sarett
2016-11-08
*
s/SkAutoTUnref/sk_sp/ in src/ part 1
Hal Canary
2016-11-07
*
Add F16, SkColorSpaceXform support to SkGifCodec
Matt Sarett
2016-11-04
*
Fix color xforms for Index8 bmps
Matt Sarett
2016-11-04
*
Remove SkAutoTDelete.
Ben Wagner
2016-11-03
*
Remove unneeded SkColorSpace constructor
Matt Sarett
2016-10-28
*
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
*
Consider the start_coord in interlaced PNG
scroggo
2016-10-18
*
Incremental decode: only use subset for subsetting
scroggo
2016-10-17
*
Add NewRGB() with float gamma to SkColorSpace public API
Matt Sarett
2016-10-14
*
Add SkColorSpaceXform to the public API
msarett
2016-10-11
[next]