index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
codec
/
SkBmpStandardCodec.h
Commit message (
Expand
)
Author
Age
*
use unique_ptr for codec factories
Mike Reed
2017-07-25
*
Reland "Remove support for decoding to kIndex_8"
Leon Scroggins
2017-07-11
*
Revert "Remove support for decoding to kIndex_8"
Leon Scroggins
2017-07-10
*
Remove support for decoding to kIndex_8
Leon Scroggins III
2017-07-10
*
Simplify SkCodecs' call to SkColorSpaceXform::apply
Leon Scroggins III
2017-06-05
*
Replace BMP calls to new with calls to malloc
Leon Scroggins III
2017-06-05
*
Make header files idempotent; script to check
Hal Canary
2017-02-13
*
s/SkAutoTUnref/sk_sp/ in src/ part 1
Hal Canary
2016-11-07
*
Fix color xforms for Index8 bmps
Matt Sarett
2016-11-04
*
Add F16, SkColorSpaceXform support to SkBmpCodec
Matt Sarett
2016-11-03
*
Remove SkAutoTDelete.
Ben Wagner
2016-11-03
*
Revert "Add F16, SkColorSpaceXform support to SkBmpCodec"
Matt Sarett
2016-11-03
*
Add F16, SkColorSpaceXform support to SkBmpCodec
Matt Sarett
2016-11-03
*
Remove SkAutoTDeleteArray
Ben Wagner
2016-11-02
*
Implement Fill() for incomplete decodes to RGBA_F16
msarett
2016-09-13
*
Support the non-native (RGBA/BGRA) swizzle
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
*
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
*
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
*
Fill incomplete images in SkCodec parent class
msarett
2015-10-09
*
Move all knowledge of X sampling into SkScaledCodec
scroggo
2015-10-02
*
Merge SkCodec with SkScanlineDecoder
scroggo
2015-09-30
*
Scanline decoding for bmp
msarett
2015-08-31
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Consolidate SkCodec functions for handling rewind
scroggo
2015-08-12
*
Split SkBmpCodec into three separate classes
msarett
2015-08-06