aboutsummaryrefslogtreecommitdiff
path: root/tests/CodecPartialTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* resources: orgainize directory.Hal Canary2017-12-081-26/+26
* Return error and exit from loop when there is error in compare bitmap testnagarajan.n2017-10-111-1/+4
* use unique_ptr for codec factoriesMike Reed2017-07-251-15/+16
* Report error on failure to create SkCodecLeon Scroggins III2017-07-141-0/+35
* Reland "Remove support for decoding to kIndex_8"Leon Scroggins2017-07-111-1/+1
* Revert "Remove support for decoding to kIndex_8"Leon Scroggins2017-07-101-1/+1
* Remove support for decoding to kIndex_8Leon Scroggins III2017-07-101-1/+1
* Consolidate decoding frames into SkCodecLeon Scroggins III2017-06-121-7/+1
* Remove a print statement I meant to not check inLeon Scroggins III2017-04-241-1/+0
* Fix decoding incomplete PNG imagesLeon Scroggins III2017-04-241-0/+25
* Reland "Make SkPngCodec only read as much of the stream as necessary"Leon Scroggins III2017-04-211-1/+4
* Revert "Make SkPngCodec only read as much of the stream as necessary"Leon Scroggins2017-04-201-4/+1
* Make SkPngCodec only read as much of the stream as necessaryLeon Scroggins III2017-04-201-1/+4
* hide lockpixels api behind flagMike Reed2017-04-171-4/+0
* GIF: Only report a frame after knowing dependencyLeon Scroggins III2017-01-301-8/+50
* GIF: Avoid copying/storing data when possibleLeon Scroggins III2016-12-191-40/+1
* Add SkCodec::FrameInfo::fFullyReceivedLeon Scroggins III2016-12-141-0/+7
* Fix SkGifCodec bugs around truncated dataLeon Scroggins III2016-12-121-1/+73
* Do not create SkGifCodec if true size is not knownLeon Scroggins III2016-12-091-3/+3
* Remove SkAutoTDelete.Ben Wagner2016-11-031-6/+6
* Add support for multiple frames in SkCodecscroggo2016-10-241-25/+151
* Make SkPngCodec decode progressively.scroggo2016-09-161-0/+196