index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
codec
/
SkBmpCodec.cpp
Commit message (
Expand
)
Author
Age
*
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
*
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
*
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
*
detach -> release
mtklein
2016-03-16
*
Do not create BmpMaskCodecs with invalid bits per pixel
msarett
2016-02-17
*
Implement onSkipScanlines() for bmp and wbmp
msarett
2016-02-11
*
Support more color types for ICOs
msarett
2016-02-11
*
Clarify bmp comment about when we support the alpha mask
msarett
2016-02-11
*
Make SkCodec support peek() and read()
scroggo
2015-12-08
*
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
*
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
*
Remove SkNEW and SkDELETE macros
mdempsky
2015-09-22
*
Fix bmp bug in ReadHeader()
msarett
2015-09-01
*
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
*
Fix bmp RLE "bug"
msarett
2015-08-12
*
Consolidate SkCodec functions for handling rewind
scroggo
2015-08-12
*
Split SkBmpCodec into three separate classes
msarett
2015-08-06
*
Rename SkCodec_libbmp to SkBmpCodec
msarett
2015-07-30