index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
codec
/
SkBmpRLECodec.cpp
Commit message (
Expand
)
Author
Age
*
Simplify SkCodecs' call to SkColorSpaceXform::apply
Leon Scroggins III
2017-06-05
*
Use fixed size buffer for RLE bmps
Leon Scroggins III
2017-01-19
*
Refactor RGBA/BGRA xform logic in SkCodecs
Matt Sarett
2016-11-08
*
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
*
Fix bmp bug exposed by fuzzer
msarett
2016-10-05
*
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
*
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
*
Return the proper error code in SkBmpRLECodec
msarett
2016-02-17
*
Implement onSkipScanlines() for bmp and wbmp
msarett
2016-02-11
*
Avoid initializing memory twice on incomplete RLE bmps
msarett
2016-02-11
*
Fix scanline decoding of rare RLE bmps
msarett
2016-02-11
*
Fix overflow caught by ASAN.
benjaminwagner
2015-12-04
*
Fix BMP RLE bug: attempt 2
msarett
2015-11-19
*
Fix BMP RLE bug
msarett
2015-11-18
*
Create an SkAndroidCodec API separate from SkCodec
msarett
2015-10-21
*
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
*
Some codec code formatting cleanup.
bungeman
2015-08-27
*
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