aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/codec
Commit message (Expand)AuthorAge
* Stop calling jpeg_finish_decompress()Gravatar msarett2015-10-02
* Move all knowledge of X sampling into SkScaledCodecGravatar scroggo2015-10-02
* Avoid copies in SkMasks constructorGravatar scroggo2015-09-30
* Call rewindIfNeeded in SkCodecGravatar scroggo2015-09-30
* Merge SkCodec with SkScanlineDecoderGravatar scroggo2015-09-30
* Remove SkNEW and SkDELETE macrosGravatar mdempsky2015-09-22
* Disable dithering in libjpeg-turbo for 565 decodesGravatar msarett2015-09-18
* Use rounding when converting desiredScale to a sampleSizeGravatar msarett2015-09-18
* Scanline decoding for gifsGravatar msarett2015-09-07
* Revert of Scanline decoding for gifs (patchset #15 id:380001 of https://coder...Gravatar jcgregorio2015-09-05
* Scanline decoding for gifsGravatar msarett2015-09-04
* Ico bug fix for opaque embedded imagesGravatar msarett2015-09-04
* Fix bug in ico decodesGravatar msarett2015-09-02
* Fix bmp bug in ReadHeader()Gravatar msarett2015-09-01
* Call standard libjpeg/libjpeg-turbo APIsGravatar msarett2015-09-01
* Scanline decoding for bmpGravatar msarett2015-08-31
* Interlaced gifs without the iteratorGravatar msarett2015-08-28
* Some codec code formatting cleanup.Gravatar bungeman2015-08-27
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Update giflib to 5.1.1 (AOSP hash)Gravatar msarett2015-08-24
* Clean up ifdefs in SkGifCodecGravatar msarett2015-08-21
* Move SkTemplates.h to private.Gravatar bungeman2015-08-19
* Prefer native scaling to samplingGravatar msarett2015-08-18
* Support more swizzles to 565 in SkCodecGravatar scroggo2015-08-14
* SkScaledCodec classGravatar emmaleer2015-08-14
* Revert of SkScaledCodec class (patchset #35 id:680001 of https://codereview.c...Gravatar egdaniel2015-08-14
* SkScaledCodec classGravatar emmaleer2015-08-14
* Revert of SkScaledCodec class (patchset #34 id:660001 of https://codereview.c...Gravatar emmaleer2015-08-13
* SkScaledCodec classGravatar emmaleer2015-08-13
* Revert of SkScaledCodec class (patchset #32 id:620001 of https://codereview.c...Gravatar emmaleer2015-08-13
* SkScaledCodec classGravatar emmaleer2015-08-13
* Update CodexTest to test valid_alpha.Gravatar scroggo2015-08-12
* Fix bmp RLE "bug"Gravatar msarett2015-08-12
* Consolidate SkCodec functions for handling rewindGravatar scroggo2015-08-12
* Switching Skia to chromium's libjpeg-turboGravatar msarett2015-08-11
* Split SkBmpCodec into three separate classesGravatar msarett2015-08-06
* Let SkWebpCodec decode to 565Gravatar scroggo2015-08-06
* Support decoding PNG to 565.Gravatar scroggo2015-08-06
* Fix ASAN error for wbmp swizzlesGravatar msarett2015-08-05
* Scanline decoding for wbmpGravatar msarett2015-08-05
* Create a scanline decoder without creating a codecGravatar scroggo2015-08-04
* Rename SkCodec_libbmp to SkBmpCodecGravatar msarett2015-07-30
* Make SkSwizzler::Fill() support 565Gravatar msarett2015-07-29
* Pass the destination pointer to next() in SkSwizzlerGravatar msarett2015-07-27
* Remove sk_memcpy32Gravatar mtklein2015-07-27
* Add the ability to decode a subset to SkCodecGravatar scroggo2015-07-22
* removing png_read_end from SkPngScanlineDecoderGravatar emmaleer2015-07-20
* Allow creating multiple scanline decoders.Gravatar scroggo2015-07-10
* Changing name of has_transpareny_in_palette to has_transparency_in_tRNSGravatar emmaleer2015-07-10