aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/codec
Commit message (Expand)AuthorAge
...
* skia: add heif decoding supportGravatar Chong Zhang2017-08-16
* remove SK_SUPPORT_LEGACY_CODEC_NEW dead codeGravatar Mike Reed2017-07-26
* add Make factory to SkMemoryStream (simplify call-sites)Gravatar Mike Reed2017-07-26
* fix legacy compileGravatar Mike Reed2017-07-25
* use unique_ptr for codec factoriesGravatar Mike Reed2017-07-25
* convert over to 2d-modeGravatar Mike Klein2017-07-20
* sk_sp: act as if operator bool() not implicit.Gravatar Hal Canary2017-07-20
* Report first GIF frame after knowing its meta dataGravatar Leon Scroggins III2017-07-19
* Use SkRasterPipeline to blend GIF frames and use proper offsetGravatar Leon Scroggins III2017-07-18
* Index8 is dead, remove guarded codeGravatar Mike Reed2017-07-17
* Report error on failure to create SkCodecGravatar Leon Scroggins III2017-07-14
* Fix double delete in SkBmpCodecGravatar Leon Scroggins III2017-07-14
* Fix computeOutputColorSpaceGravatar Leon Scroggins III2017-07-13
* Guard to remove kIndex_8_SkColorTypeGravatar Mike Reed2017-07-13
* 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
* Add SkCodec::Result indicating error in the dataGravatar Leon Scroggins III2017-07-06
* ICO: Prevent calling 'new' with large valuesGravatar Leon Scroggins III2017-07-06
* header cleanupGravatar Hal Canary2017-07-05
* clean up low-hanging swap_rbGravatar Mike Klein2017-06-28
* Revert "Revert "Do not return Index8 from SkAndroidCodec::computeOutputColorT...Gravatar Matt Sarett2017-06-14
* Consolidate decoding frames into SkCodecGravatar Leon Scroggins III2017-06-12
* Remove debug checks for unsupported ICC profilesGravatar Matt Sarett2017-06-09
* Revert "Do not return Index8 from SkAndroidCodec::computeOutputColorType"Gravatar Matt Sarett2017-06-08
* Do not return Index8 from SkAndroidCodec::computeOutputColorTypeGravatar Matt Sarett2017-06-08
* Make SkCodec more flexible about its required frameGravatar Leon Scroggins III2017-06-07
* Reland "Handle different types of streams in different jpeg source managers"Gravatar Matt Sarett2017-06-07
* Fix alpha issues in SkGifCodecGravatar Leon Scroggins III2017-06-07
* Revert "Handle different types of streams in different jpeg source managers"Gravatar Matt Sarett2017-06-06
* Simplify SkCodecs' call to SkColorSpaceXform::applyGravatar Leon Scroggins III2017-06-05
* Defend against ICOs with large BMPs embeddedGravatar Leon Scroggins III2017-06-05
* Replace BMP calls to new with calls to mallocGravatar Leon Scroggins III2017-06-05
* Handle different types of streams in different jpeg source managersGravatar cjbao2017-06-05
* Avoid new for small arrays in SkBmpCodecGravatar Leon Scroggins III2017-06-02
* update SkRasterPipeline::run() to also take yGravatar Mike Klein2017-06-01
* SkRasterPipeline in SkArenaAllocGravatar Mike Klein2017-05-24
* Fix alpha in webp bug introduced with animationGravatar Leon Scroggins III2017-05-23
* Add animation support to SkWebpCodecGravatar Leon Scroggins III2017-05-23
* Add new SkImageGenerator::getPixels() API, deprecate the oldGravatar Matt Sarett2017-05-12
* Finish removing GrContext param from onRefEncodedDataGravatar Brian Osman2017-04-27
* SkPngCodec: Do not return kInvalidConversion on corrupt pngGravatar Matt Sarett2017-04-26
* Remove compressed texture support from cacheratorGravatar Brian Osman2017-04-25
* Improve the Codec_end test and add fixesGravatar Leon Scroggins III2017-04-25
* Fix decoding incomplete PNG imagesGravatar Leon Scroggins III2017-04-24
* Reland "Make SkPngCodec only read as much of the stream as necessary"Gravatar Leon Scroggins III2017-04-21
* Revert "Make SkPngCodec only read as much of the stream as necessary"Gravatar Leon Scroggins2017-04-20
* Make SkPngCodec only read as much of the stream as necessaryGravatar Leon Scroggins III2017-04-20
* Fix spacing styleGravatar Chris Blume2017-04-19
* Switch SkCodec to int for counts and indicesGravatar Leon Scroggins III2017-04-17