index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
codec
/
SkCodecPriv.h
Commit message (
Expand
)
Author
Age
*
Support the non-native (RGBA/BGRA) swizzle
msarett
2016-04-22
*
Workaround to set the sRGB flag on SkImageGenerator
msarett
2016-03-23
*
Parse icc profiles and exif orientation from jpeg markers
msarett
2016-03-21
*
Move SkUtils.h to src/core.
bungeman
2016-02-23
*
Fix colorType/alphaType checks in SkCodec
msarett
2016-02-15
*
Revert of Fix colorType/alphaType checks in SkCodec (patchset #5 id:80001 of ...
msarett
2016-02-12
*
Fix colorType/alphaType checks in SkCodec
msarett
2016-02-12
*
Set sRGB flag for PNGs with an sRGB chunk
msarett
2016-02-04
*
Support decoding opaque to *premul
scroggo
2016-02-03
*
Delete reallyHasAlpha() from SkCodec
msarett
2016-01-11
*
Create an SkAndroidCodec API separate from SkCodec
msarett
2015-10-21
*
Fill incomplete images in SkCodec parent class
msarett
2015-10-09
*
Scanline decoding for gifs
msarett
2015-09-07
*
Revert of Scanline decoding for gifs (patchset #15 id:380001 of https://coder...
jcgregorio
2015-09-05
*
Scanline decoding for gifs
msarett
2015-09-04
*
Scanline decoding for bmp
msarett
2015-08-31
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Support more swizzles to 565 in SkCodec
scroggo
2015-08-14
*
Split SkBmpCodec into three separate classes
msarett
2015-08-06
*
Scanline decoding for wbmp
msarett
2015-08-05
*
Remove sk_memcpy32
mtklein
2015-07-27
*
Requires a minor API change to pass the color table to getScanlineDecoder, as...
msarett
2015-04-29
*
Use a wrapper for SkDebugf in SkCodec.
scroggo
2015-03-26
*
Adding swizzles for bmp:
msarett
2015-03-18
*
Revert "Revert of fix for invalid for loop syntax broke build (patchset #1 id...
msarett
2015-03-16
*
Revert "Implementation of image decoding for bmp files, in accordance with th...
msarett
2015-03-16
*
Implementation of image decoding for bmp files, in accordance with the new API.
msarett
2015-03-16