aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/images/SkImageDecoder_libico.cpp
Commit message (Expand)AuthorAge
* Add tests (and fix!) for known bad ICO files.Gravatar scroggo2014-11-10
* Don't read random data in ICO check.Gravatar scroggo2014-10-24
* Qualify the return value of SkImageDecoder::decodeGravatar scroggo2014-10-22
* Prevent malformed ICO files from recursively decodingGravatar djsollen2014-08-26
* Fix overflow when comparing two ints by promoting the sum to 64-bits.Gravatar djsollen2014-08-26
* Handle bad ICO data better.Gravatar scroggo2014-07-09
* Switch SkPDFStream's internal storage from SkStream to SkDataGravatar halcanary2014-06-27
* hide SkImageDecoder::ChooserGravatar reed2014-06-11
* hide SkBitmap::setConfigGravatar reed2014-06-09
* Change SkImageDecoders to take an SkStreamRewindable.Gravatar scroggo@google.com2013-09-25
* Rewrite SkTRegistry to take any trivially-copyable type.Gravatar mtklein@google.com2013-09-04
* Avoid getLength in ico decoder.Gravatar scroggo@google.com2013-08-21
* Allow ico decoder to decode PNG sub-images.Gravatar scroggo@google.com2013-07-09
* Remove bitmap reuse from SkImageDecoder.Gravatar scroggo@google.com2013-07-09
* Updates to skimage tool to use it for testing.Gravatar scroggo@google.com2013-04-25
* Update code to use helper function for better readability/searching.Gravatar djsollen@google.com2013-03-21
* Upstream Android modifications to the image encoders/decoders.Gravatar commit-bot@chromium.org2013-03-14
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* fix warnings on Mac in src/imagesGravatar caryclark@google.com2012-06-06
* Improved codec link-forcing system by adding Encoder/Decoder creation entry p...Gravatar robertphillips@google.com2012-03-23
* Adding CMYK jpeg changes w/o .gyp alterationsGravatar robertphillips@google.com2012-03-20
* reverting to 3437Gravatar robertphillips@google.com2012-03-20
* Fix for CMYK jpeg decoding issue (69 - unable to read some jpeg files on andr...Gravatar robertphillips@google.com2012-03-20
* ignore alphaBit (and mask) for 32bit images, 'cause that seems to break thisGravatar reed@google.com2011-08-05
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* call premultiply instead of pack32Gravatar reed@android.com2010-04-13
* add optional pref-config table to codecsGravatar reed@android.com2010-03-03
* pull from android: use registry to build up list of image codecsGravatar reed@android.com2009-01-22
* grab from latest androidGravatar reed@android.com2008-12-17