index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
CodecPartialTest.cpp
Commit message (
Expand
)
Author
Age
*
resources: orgainize directory.
Hal Canary
2017-12-08
*
Return error and exit from loop when there is error in compare bitmap test
nagarajan.n
2017-10-11
*
use unique_ptr for codec factories
Mike Reed
2017-07-25
*
Report error on failure to create SkCodec
Leon Scroggins III
2017-07-14
*
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
*
Consolidate decoding frames into SkCodec
Leon Scroggins III
2017-06-12
*
Remove a print statement I meant to not check in
Leon Scroggins III
2017-04-24
*
Fix decoding incomplete PNG images
Leon Scroggins III
2017-04-24
*
Reland "Make SkPngCodec only read as much of the stream as necessary"
Leon Scroggins III
2017-04-21
*
Revert "Make SkPngCodec only read as much of the stream as necessary"
Leon Scroggins
2017-04-20
*
Make SkPngCodec only read as much of the stream as necessary
Leon Scroggins III
2017-04-20
*
hide lockpixels api behind flag
Mike Reed
2017-04-17
*
GIF: Only report a frame after knowing dependency
Leon Scroggins III
2017-01-30
*
GIF: Avoid copying/storing data when possible
Leon Scroggins III
2016-12-19
*
Add SkCodec::FrameInfo::fFullyReceived
Leon Scroggins III
2016-12-14
*
Fix SkGifCodec bugs around truncated data
Leon Scroggins III
2016-12-12
*
Do not create SkGifCodec if true size is not known
Leon Scroggins III
2016-12-09
*
Remove SkAutoTDelete.
Ben Wagner
2016-11-03
*
Add support for multiple frames in SkCodec
scroggo
2016-10-24
*
Make SkPngCodec decode progressively.
scroggo
2016-09-16