index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
codec
/
SkCodec.h
Commit message (
Expand
)
Author
Age
*
Delete reallyHasAlpha() from SkCodec
msarett
2016-01-11
*
Add reallyHasAlpha() to SkAndroidCodec
msarett
2015-12-10
*
Make SkCodec support peek() and read()
scroggo
2015-12-08
*
Make SkAndroidCodec support ico
msarett
2015-12-04
*
Revert of Make SkAndroidCodec support ico (patchset #7 id:130002 of https://c...
scroggo
2015-12-04
*
Make SkAndroidCodec support ico
msarett
2015-12-04
*
Add currScanline() getter to SkCodec API
msarett
2015-12-03
*
Allow SkAndroidCodec to use SkPngChunkReader
msarett
2015-12-02
*
Add SkPngChunkReader.
scroggo
2015-11-23
*
Revert of Add SkPngChunkReader. (patchset #9 id:160001 of https://codereview....
scroggo
2015-11-23
*
Add SkPngChunkReader.
scroggo
2015-11-23
*
Fix -Wunused-parameter errors in SkCodec.h in Android
msarett
2015-11-11
*
Create an SkAndroidCodec API separate from SkCodec
msarett
2015-10-21
*
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
*
Merge SkCodec with SkScanlineDecoder
scroggo
2015-09-30
*
Move SkTemplates.h to private.
bungeman
2015-08-19
*
Test scaling for small images
msarett
2015-08-18
*
SkScaledCodec class
emmaleer
2015-08-14
*
Revert of SkScaledCodec class (patchset #35 id:680001 of https://codereview.c...
egdaniel
2015-08-14
*
SkScaledCodec class
emmaleer
2015-08-14
*
Revert of SkScaledCodec class (patchset #34 id:660001 of https://codereview.c...
emmaleer
2015-08-13
*
SkScaledCodec class
emmaleer
2015-08-13
*
Revert of SkScaledCodec class (patchset #32 id:620001 of https://codereview.c...
emmaleer
2015-08-13
*
SkScaledCodec class
emmaleer
2015-08-13
*
Consolidate SkCodec functions for handling rewind
scroggo
2015-08-12
*
Create a scanline decoder without creating a codec
scroggo
2015-08-04
*
Add the ability to decode a subset to SkCodec
scroggo
2015-07-22
*
Allow creating multiple scanline decoders.
scroggo
2015-07-10
*
SkCodec no longer inherits from SkImageGenerator.
scroggo
2015-07-09
*
In the case of subset decodes, we will often not decode to
msarett
2015-07-01
*
remove dead code behind BOOL_ONGETINFO
reed
2015-05-05
*
Requires a minor API change to pass the color table to getScanlineDecoder, as...
msarett
2015-04-29
*
SkCodec::onGetScanlineDecoder must call rewind.
scroggo
2015-04-01
*
SkCodec: add wbmp class
halcanary
2015-03-27
*
SkCodec: conditionally remove fInfo
halcanary
2015-03-26
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
Add scanline decoding to SkCodec.
scroggo
2015-03-25
*
Enabling ico decoding with use of png and bmp decoders
msarett
2015-03-25
*
Revert of Enabling ico decoding with use of png and bmp decoders (patchset #1...
tomhudson
2015-03-24
*
Enabling ico decoding with use of png and bmp decoders
msarett
2015-03-24
*
Add SkEncodedFormat, used by SkCodec.
scroggo
2015-03-20
*
guarded change to SkImageGenerator to make getInfo() const
reed
2015-03-19
*
Implement SkCodec::getScaledDimensions.
scroggo
2015-03-18
*
Option for SkCodec to treat dst as all zeroes.
scroggo
2015-03-17
*
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
[next]