index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
codec
/
SkBmpStandardCodec.cpp
Commit message (
Expand
)
Author
Age
*
Implement Fill() for incomplete decodes to RGBA_F16
msarett
2016-09-13
*
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
*
Fix ICO bug exposed by the fuzzer
msarett
2016-05-04
*
Support the non-native (RGBA/BGRA) swizzle
msarett
2016-04-22
*
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
*
Refactor SkBmpCodec
msarett
2016-03-22
*
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
*
Implement onSkipScanlines() for bmp and wbmp
msarett
2016-02-11
*
Support more color types for ICOs
msarett
2016-02-11
*
Fix bugs in SkBmpCodec
msarett
2016-02-03
*
Support decoding opaque to *premul
scroggo
2016-02-03
*
Fix overflow caught by ASAN.
benjaminwagner
2015-12-04
*
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
*
Reenable warnings in src/codec
msarett
2015-10-15
*
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
*
Scanline decoding for bmp
msarett
2015-08-31
*
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
*
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
*
Split SkBmpCodec into three separate classes
msarett
2015-08-06