index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
codec
/
SkCodec_libgif.cpp
Commit message (
Expand
)
Author
Age
*
Scanline decoding for gifs
msarett
2015-09-07
*
Revert of Scanline decoding for gifs (patchset #15 id:380001 of https://coder...
jcgregorio
2015-09-05
*
Scanline decoding for gifs
msarett
2015-09-04
*
Scanline decoding for bmp
msarett
2015-08-31
*
Interlaced gifs without the iterator
msarett
2015-08-28
*
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
*
Update giflib to 5.1.1 (AOSP hash)
msarett
2015-08-24
*
Clean up ifdefs in SkGifCodec
msarett
2015-08-21
*
Support more swizzles to 565 in SkCodec
scroggo
2015-08-14
*
SkScaledCodec class
emmaleer
2015-08-14
*
Revert of SkScaledCodec class (patchset #35 id:680001 of https://codereview.c...
egdaniel
2015-08-14
*
SkScaledCodec class
emmaleer
2015-08-14
*
Revert of SkScaledCodec class (patchset #34 id:660001 of https://codereview.c...
emmaleer
2015-08-13
*
SkScaledCodec class
emmaleer
2015-08-13
*
Revert of SkScaledCodec class (patchset #32 id:620001 of https://codereview.c...
emmaleer
2015-08-13
*
SkScaledCodec class
emmaleer
2015-08-13
*
Consolidate SkCodec functions for handling rewind
scroggo
2015-08-12
*
Pass the destination pointer to next() in SkSwizzler
msarett
2015-07-27
*
Add the ability to decode a subset to SkCodec
scroggo
2015-07-22
*
Requires a minor API change to pass the color table to getScanlineDecoder, as...
msarett
2015-04-29
*
Implementing filling for SkBmpCodec
msarett
2015-04-10
*
***Disables swizzles to 565.
msarett
2015-04-09
*
Get rid of leaks in SkCodec::NewFromStream.
scroggo
2015-04-03
*
Creating a new wrapper for gif decoder
msarett
2015-04-01