aboutsummaryrefslogtreecommitdiff
path: root/tests/CodecTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support pngs with incorrect CMF bytesLeon Scroggins III2018-02-281-0/+35
* Update piex and add test imageLeon Scroggins III2018-02-221-0/+1
* Ensure all rows of a gif are initializedLeon Scroggins III2018-02-161-0/+37
* Check for min int in BMP headerLeon Scroggins III2018-02-151-1/+2
* Check the length of marker before reading itLeon Scroggins III2018-02-131-3/+10
* Add SkAndroidCodec::MakeFromCodecLeon Scroggins III2018-01-041-8/+1
* Push much of the SkColorSpace_Base interface up to SkColorSpaceBrian Osman2017-12-121-3/+1
* Revert "Revert "resources: remove most uses of GetResourcePath()""Mike Reed2017-12-091-11/+10
* Revert "resources: remove most uses of GetResourcePath()"Mike Reed2017-12-081-10/+11
* resources: remove most uses of GetResourcePath()Hal Canary2017-12-081-11/+10
* resources: orgainize directory.Hal Canary2017-12-081-70/+70
* Revert[4] "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap"Mike Reed2017-10-031-2/+2
* Revert "Revert "Revert "guard old apis for querying byte-size of a bitmap/ima...Mike Reed2017-10-021-2/+2
* Revert "Revert "guard old apis for querying byte-size of a bitmap/imageinfo/p...Mike Reed2017-10-021-2/+2
* Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap"Jim Van Verth2017-09-271-2/+2
* Fix truncated webp imagesLeon Scroggins III2017-09-271-4/+21
* guard old apis for querying byte-size of a bitmap/imageinfo/pixmapMike Reed2017-09-271-2/+2
* Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap"Greg Daniel2017-09-261-2/+2
* guard old apis for querying byte-size of a bitmap/imageinfo/pixmapMike Reed2017-09-261-2/+2
* Revert "Revert "use unique_ptr for stream api""Mike Reed2017-09-161-3/+3
* Revert "use unique_ptr for stream api"Mike Reed2017-09-151-3/+3
* use unique_ptr for stream apiMike Reed2017-09-151-3/+3
* Reland "skia: add heif decoding support"Leon Scroggins III2017-08-181-3/+3
* Move calls to conversion_possible to SkCodecLeon Scroggins III2017-08-171-2/+4
* Revert "skia: add heif decoding support"Mike Klein2017-08-171-3/+3
* skia: add heif decoding supportChong Zhang2017-08-161-3/+3
* add Make factory to SkMemoryStream (simplify call-sites)Mike Reed2017-07-261-2/+2
* use unique_ptr for codec factoriesMike Reed2017-07-251-54/+40
* have resources return unique_ptr for streamMike Reed2017-07-231-18/+19
* Fix double delete in SkBmpCodecLeon Scroggins III2017-07-141-0/+1
* Reland "Remove support for decoding to kIndex_8"Leon Scroggins2017-07-111-64/+7
* Revert "Remove support for decoding to kIndex_8"Leon Scroggins2017-07-101-7/+64
* Remove support for decoding to kIndex_8Leon Scroggins III2017-07-101-64/+7
* Add SkCodec::Result indicating error in the dataLeon Scroggins III2017-07-061-1/+1
* Consolidate decoding frames into SkCodecLeon Scroggins III2017-06-121-20/+4
* Make SkCodec more flexible about its required frameLeon Scroggins III2017-06-071-1/+2
* SkEncoder: Rename files, change webp API, for consistencyMatt Sarett2017-05-051-3/+4
* Add support for row-by-row png encodesMatt Sarett2017-05-051-7/+11
* Add support for row-by-row jpeg encodingMatt Sarett2017-05-021-1/+2
* Revert "Add support for row-by-row jpeg encoding"Leon Scroggins2017-05-021-2/+1
* Add support for row-by-row jpeg encodingMatt Sarett2017-05-021-1/+2
* Revert "Revert "Delete copyTo(Allocator), hide copyTo() behind flag""Matt Sarett2017-04-281-1/+1
* Revert "Delete copyTo(Allocator), hide copyTo() behind flag"Matt Sarett2017-04-271-1/+1
* Delete copyTo(Allocator), hide copyTo() behind flagMatt Sarett2017-04-271-1/+1
* SkPngCodec: Do not return kInvalidConversion on corrupt pngMatt Sarett2017-04-261-29/+30
* Switch SkCodec to int for counts and indicesLeon Scroggins III2017-04-171-1/+1
* hide lockpixels api behind flagMike Reed2017-04-171-7/+0
* Revert "Manual revert: Add support for writing ICC profiles to webp encoder"Matt Sarett2017-04-061-0/+2
* Manual revert: Add support for writing ICC profiles to webp encoderMatt Sarett2017-04-061-2/+0
* SkImageEncoder: Be more lenient on inputsMatt Sarett2017-04-051-5/+9