aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/codec/SkJpegCodec.cpp
Commit message (Expand)AuthorAge
* Add getYUV8Planes() API to SkCodecGravatar msarett2016-01-22
* Clean up unused or overly complex modes in SkSwizzlerGravatar msarett2016-01-19
* Switch SkAutoMalloc to SkAutoTMalloc to avoid castGravatar scroggo2015-12-10
* Make SkCodec support peek() and read()Gravatar scroggo2015-12-08
* Remove SkJpegCodec.cpp from Google3 BUILD due to differing libjpeg_turbo vers...Gravatar benjaminwagner2015-10-27
* Use SkSwizzler to convert from CMYKGravatar scroggo2015-10-23
* Revert of Use SkSwizzler to convert from CMYK (patchset #4 id:60001 of https:...Gravatar scroggo2015-10-23
* Use SkSwizzler to convert from CMYKGravatar scroggo2015-10-23
* Create an SkAndroidCodec API separate from SkCodecGravatar msarett2015-10-21
* Add dm target to BUILD and refactor BUILD file. The corresponding google3 BUI...Gravatar benjaminwagner2015-10-15
* Reenable warnings in src/codecGravatar msarett2015-10-15
* Add subsetting to SkScanlineDecoderGravatar msarett2015-10-13
* Fill incomplete images in SkCodec parent classGravatar msarett2015-10-09
* Stop calling jpeg_finish_decompress()Gravatar msarett2015-10-02
* Move all knowledge of X sampling into SkScaledCodecGravatar scroggo2015-10-02
* Call rewindIfNeeded in SkCodecGravatar scroggo2015-09-30
* Merge SkCodec with SkScanlineDecoderGravatar scroggo2015-09-30
* Disable dithering in libjpeg-turbo for 565 decodesGravatar msarett2015-09-18
* Call standard libjpeg/libjpeg-turbo APIsGravatar msarett2015-09-01
* Scanline decoding for bmpGravatar msarett2015-08-31
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* 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
* Consolidate SkCodec functions for handling rewindGravatar scroggo2015-08-12
* Switching Skia to chromium's libjpeg-turboGravatar msarett2015-08-11
* Create a scanline decoder without creating a codecGravatar scroggo2015-08-04
* Make SkSwizzler::Fill() support 565Gravatar msarett2015-07-29
* Add the ability to decode a subset to SkCodecGravatar scroggo2015-07-22
* Allow creating multiple scanline decoders.Gravatar scroggo2015-07-10
* SkCodec no longer inherits from SkImageGenerator.Gravatar scroggo2015-07-09
* Add libjpeg-turbo library (depends on yasm)Gravatar msarett2015-07-07
* Revert of Switch SkJpegCode to libjpeg-turbo (patchset #29 id:750001 of https...Gravatar jvanverth2015-07-02
* Add libjpeg-turbo library (depends on yasm)Gravatar msarett2015-07-01
* Revert of Switch SkJpegCode to libjpeg-turbo (patchset #28 id:710001 of https...Gravatar msarett2015-07-01
* Add libjpeg-turbo library (depends on yasm)Gravatar msarett2015-07-01
* In the case of subset decodes, we will often not decode toGravatar msarett2015-07-01
* Revert of Switch SkJpegCode to libjpeg-turbo (patchset #25 id:680001 of https...Gravatar msarett2015-06-29
* Add libjpeg-turbo library (depends on yasm)Gravatar msarett2015-06-29
* Revert of Switch SkJpegCode to libjpeg-turbo (patchset #11 id:540001 of https...Gravatar mtklein2015-06-24
* Add libjpeg-turbo library (depends on yasm)Gravatar msarett2015-06-24
* Try again to rename one SkJpegUtility.h to remove ambiguity.Gravatar mtklein2015-06-18
* Implementing a scanline decoder for jpegGravatar msarett2015-04-29
* Zero jpeg_decompress_struct before calling jpeg_calc_output_dimensions().Gravatar mtklein2015-04-16
* SkJpegCodecGravatar msarett2015-04-15