index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
codec
/
SkRawCodec.cpp
Commit message (
Expand
)
Author
Age
*
Fix float/int bug in SkRawCodec
Matt Sarett
2016-11-29
*
Refactor RGBA/BGRA xform logic in SkCodecs
Matt Sarett
2016-11-08
*
Finish color space support for SkCodec
Matt Sarett
2016-11-07
*
Remove SkAutoTDelete.
Ben Wagner
2016-11-03
*
Tag images as sRGB by default in SkCodec
Matt Sarett
2016-10-31
*
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
*
Move off SK_SUPPORT_LEGACY_DATA_FACTORIES.
bungeman
2016-08-02
*
Remove SkEncodedInfo kUnknown_Color and kUnknown_Alpha from public API
msarett
2016-04-25
*
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
*
Since PIEX can now return an uncompressed RGB thumbnail, check the type of th...
yujieqin
2016-04-14
*
Parse icc profiles and exif orientation from jpeg markers
msarett
2016-03-21
*
free -> reset
mtklein
2016-03-17
*
Revert of free -> reset (patchset #3 id:40001 of https://codereview.chromium....
bungeman
2016-03-17
*
free -> reset
mtklein
2016-03-17
*
Add a quick check to the TIFF header of DNG image
yujieqin
2016-03-10
*
Limit the maximum buffer size of SkRawBufferedStream
yujieqin
2016-03-09
*
Verify the full size returned by PIEX
yujieqin
2016-03-03
*
Enable RAW codec for Windows
yujieqin
2016-02-29
*
Revert of Enable RAW codec for Windows (patchset #8 id:140001 of https://code...
mtklein
2016-02-26
*
Enable RAW codec for Windows
yujieqin
2016-02-26
*
Remove unnecessary GOOGLE3 ifdefs from SkRawCodec
msarett
2016-02-23
*
Use new API instead of the deprecated ones.
yujieqin
2016-02-23
*
Updates Piex and uses it to obtain the DNG dimensions.
ebrauer
2016-02-17
*
Optimize the SkRawStream when the input is an asset stream
yujieqin
2016-02-05
*
Avoid too small reads to bufferMoreData()
yujieqin
2016-02-02
*
Revert of Avoid too small reads to bufferMoreData() (patchset #4 id:60001 of ...
jcgregorio
2016-02-02
*
Avoid too small reads to bufferMoreData()
yujieqin
2016-02-02
*
Use proper row step in SkRawCodec
scroggo
2016-01-30
*
Fix Windows build
yujieqin
2016-01-27
*
Enable RAW codec for Windows
yujieqin
2016-01-27
*
It derives the dng_host and overrides PerformAreaTask() to split the task int...
ebrauer
2016-01-27
*
Fix complier issue [-Werror, -Wvla]
yujieqin
2016-01-27
*
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