aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/codec/SkJpegCodec.cpp
Commit message (Expand)AuthorAge
* Use new jpeg_crop_scanlines() API to optimize jpeg subset decodesGravatar msarett2016-02-22
* Fix colorType/alphaType checks in SkCodecGravatar msarett2016-02-15
* Revert of Fix colorType/alphaType checks in SkCodec (patchset #5 id:80001 of ...Gravatar msarett2016-02-12
* Fix colorType/alphaType checks in SkCodecGravatar msarett2016-02-12
* Make SkJpegCodec compatible with libjpegGravatar msarett2016-02-12
* More efficient Jpeg skipScanlines for older versions of libjpeg-turboGravatar msarett2016-02-10
* flags and hacks to get MSAN bot goingGravatar mtklein2016-02-06
* Use size_t for get_row_bytes() in SkJpegCodecGravatar msarett2016-02-06
* Support decoding opaque to *premulGravatar scroggo2016-02-03
* 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