index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
images
/
SkImageDecoder_libgif.cpp
Commit message (
Expand
)
Author
Age
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
Fix GIF transparency.
jei.mayol
2015-02-04
*
Put close_gif() in an anonymous namespace.
mtklein
2015-01-22
*
Upstream support for giflib >= 5.1.
mtklein
2015-01-20
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
remove dead SK_SUPPORT_LEGACY_IMAGEDECODER_CHOOSER code
reed
2014-12-22
*
Qualify the return value of SkImageDecoder::decode
scroggo
2014-10-22
*
remove alphatype from colortable
reed
2014-09-29
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
stop using SkBitmap::Config
reed
2014-06-14
*
hide SkImageDecoder::Chooser
reed
2014-06-11
*
hide SkBitmap::setConfig
reed
2014-06-09
*
Sanitize bitmaps produced by libgif
halcanary@google.com
2013-12-19
*
GIF decode: optional error messages and fault tolerance.
halcanary@google.com
2013-10-11
*
Revert "Revert "change SkColorTable to be immutable""
reed@google.com
2013-10-10
*
Revert "change SkColorTable to be immutable"
reed@google.com
2013-10-09
*
change SkColorTable to be immutable
reed@google.com
2013-10-09
*
Allow sampling GIF images during decode.
commit-bot@chromium.org
2013-10-08
*
Change SkImageDecoders to take an SkStreamRewindable.
scroggo@google.com
2013-09-25
*
Rewrite SkTRegistry to take any trivially-copyable type.
mtklein@google.com
2013-09-04
*
Remove bitmap reuse from SkImageDecoder.
scroggo@google.com
2013-07-09
*
Updates to skimage tool to use it for testing.
scroggo@google.com
2013-04-25
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-03-15
*
Upstream Android modifications to the image encoders/decoders.
commit-bot@chromium.org
2013-03-14
*
landing https://codereview.appspot.com/7225077/ -- tweak for GIF 5.x api
reed@google.com
2013-02-01
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Improved codec link-forcing system by adding Encoder/Decoder creation entry p...
robertphillips@google.com
2012-03-23
*
Adding CMYK jpeg changes w/o .gyp alterations
robertphillips@google.com
2012-03-20
*
reverting to 3437
robertphillips@google.com
2012-03-20
*
Fix for CMYK jpeg decoding issue (69 - unable to read some jpeg files on andr...
robertphillips@google.com
2012-03-20
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
merge from android tree:
djsollen@google.com
2011-02-23
*
add optional pref-config table to codecs
reed@android.com
2010-03-03
*
check for null cmap in libgif
reed@android.com
2010-02-05
*
add SkSfntUtils to parse some known truetype tables
reed@android.com
2009-04-14
*
pull from android: use registry to build up list of image codecs
reed@android.com
2009-01-22
*
grab from latest android
reed@android.com
2008-12-17