index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
codec
Commit message (
Expand
)
Author
Age
*
Change computeOutputColorType() to mimic old behavior
msarett
2015-12-11
*
Make BitmapRegionDecoder succeed on invalid requests
msarett
2015-12-11
*
Add reallyHasAlpha() to SkAndroidCodec
msarett
2015-12-10
*
Switch SkAutoMalloc to SkAutoTMalloc to avoid cast
scroggo
2015-12-10
*
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
*
Add currScanline() getter to SkCodec API
msarett
2015-12-03
*
Allow SkAndroidCodec to use SkPngChunkReader
msarett
2015-12-02
*
Support wbmp that are supported by SkImageDecoder
scroggo
2015-11-30
*
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
*
Implement SkGifCodec::onSkipScanlines()
msarett
2015-11-19
*
Fix BMP RLE bug: attempt 2
msarett
2015-11-19
*
Fix BMP RLE bug
msarett
2015-11-18
*
Make SkAndroidCodec support gif
msarett
2015-11-17
*
Make SkAndroidCodec support bmp
msarett
2015-11-17
*
Make SkAndroidCodec support wbmp
msarett
2015-11-16
*
Reduce messages from libjpeg-turbo
msarett
2015-11-10
*
Comments Style: s/skbug.com/bug.skia.org/
halcanary
2015-11-07
*
Fix the build on Android devices
Matt Sarett
2015-11-06
*
Remove dependencies on Android's forked decoder libraries
msarett
2015-11-06
*
Fix bug in sampled decodes
msarett
2015-11-05
*
Make AndroidOptions const
scroggo
2015-11-04
*
Combine native sampling with sampling
scroggo
2015-11-03
*
Rename SkScaledCodec.cpp to SkSampledCodec.cpp
scroggo
2015-10-28
*
Remove SkJpegCodec.cpp from Google3 BUILD due to differing libjpeg_turbo vers...
benjaminwagner
2015-10-27
*
Use SkSwizzler to convert from CMYK
scroggo
2015-10-23
*
Revert of Use SkSwizzler to convert from CMYK (patchset #4 id:60001 of https:...
scroggo
2015-10-23
*
Use SkSwizzler to convert from CMYK
scroggo
2015-10-23
*
Create an SkAndroidCodec API separate from SkCodec
msarett
2015-10-21
*
Fix SkSwizzler bug
msarett
2015-10-16
*
Fix -Winconsistent-missing-override in SkCodec_libgif.h
mtklein
2015-10-15
*
Add dm target to BUILD and refactor BUILD file. The corresponding google3 BUI...
benjaminwagner
2015-10-15
*
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
*
Focus SkScaledCodec on BitmapRegionDecoder
scroggo
2015-10-09
*
Allow SkIcoCodec to fail due to conversion
scroggo
2015-10-06
*
Fix SkGifCodec to handle gifs where frameSize != imageSize
msarett
2015-10-06
*
SkScaledCodec should implement onRewind()
msarett
2015-10-05
*
Stop calling jpeg_finish_decompress()
msarett
2015-10-02
*
Move all knowledge of X sampling into SkScaledCodec
scroggo
2015-10-02
*
Avoid copies in SkMasks constructor
scroggo
2015-09-30
*
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
[next]