aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/GifTest.cpp
Commit message (Expand)AuthorAge
* Revert "Revert "resources: remove most uses of GetResourcePath()""Gravatar Mike Reed2017-12-09
* Revert "resources: remove most uses of GetResourcePath()"Gravatar Mike Reed2017-12-08
* resources: remove most uses of GetResourcePath()Gravatar Hal Canary2017-12-08
* resources: orgainize directory.Gravatar Hal Canary2017-12-08
* add Make factory to SkMemoryStream (simplify call-sites)Gravatar Mike Reed2017-07-26
* use unique_ptr for codec factoriesGravatar Mike Reed2017-07-25
* Report first GIF frame after knowing its meta dataGravatar Leon Scroggins III2017-07-19
* Reland "Remove support for decoding to kIndex_8"Gravatar Leon Scroggins2017-07-11
* Revert "Remove support for decoding to kIndex_8"Gravatar Leon Scroggins2017-07-10
* Remove support for decoding to kIndex_8Gravatar Leon Scroggins III2017-07-10
* Revert[4] "clean up (partially) colortable api""""Gravatar Mike Reed2017-04-03
* Revert "Revert[2] "clean up (partially) colortable api"""Gravatar Mike Reed2017-04-01
* Revert[2] "clean up (partially) colortable api""Gravatar Mike Reed2017-04-01
* Revert "clean up (partially) colortable api"Gravatar Mike Klein2017-03-31
* clean up (partially) colortable apiGravatar Mike Reed2017-03-31
* Only attempt index8 if underlying GIF is index8Gravatar Leon Scroggins III2016-12-16
* Fix SkGifCodec bugs around truncated dataGravatar Leon Scroggins III2016-12-12
* Do not create SkGifCodec if true size is not knownGravatar Leon Scroggins III2016-12-09
* tests: s/SkAutoTUnref/sk_sp/Gravatar Hal Canary2016-11-04
* Remove SkAutoTDelete.Gravatar Ben Wagner2016-11-03
* Add support for multiple frames in SkCodecGravatar scroggo2016-10-24
* detach -> releaseGravatar mtklein2016-03-16
* Fix bug in SkGifCodec / Switch SkImageDec tests to use CodecGravatar msarett2016-03-01
* Add a test for decoding a gif with sampleSize 4.Gravatar scroggo2015-05-14
* Cleanup: Sanitize the order of includes under tests/Gravatar tfarina@chromium.org2014-01-24
* Remove unnamed namespace usage from tests/Gravatar tfarina@chromium.org2014-01-21
* Move macros from TestClassDef.h to Test.hGravatar commit-bot@chromium.org2014-01-14
* Use DEFINE_TESTCLASS_SHORT macro in tests.Gravatar tfarina@chromium.org2013-12-12
* GIF decode: optional error messages and fault tolerance.Gravatar halcanary@google.com2013-10-11