aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/codec/SkJpegCodec.cpp
Commit message (Expand)AuthorAge
* Remove SkEncodedInfo kPreSwizzled_Color from public APIGravatar msarett2016-04-25
* Remove SkEncodedInfo kUnknown_Color and kUnknown_Alpha from public APIGravatar msarett2016-04-25
* Support the non-native (RGBA/BGRA) swizzleGravatar msarett2016-04-22
* Use SkEncodedInfo in place of SkSwizzler::SrcConfigGravatar msarett2016-04-22
* Add SkEncodedInfo to report properties of encoded image dataGravatar msarett2016-04-20
* Revert of Add SkEncodedInfo to report properties of encoded image data (patch...Gravatar robertphillips2016-04-19
* Add SkEncodedInfo to report properties of encoded image dataGravatar msarett2016-04-18
* Rename encoders to Sk*ImageEncoderGravatar msarett2016-03-25
* Workaround to set the sRGB flag on SkImageGeneratorGravatar msarett2016-03-23
* Parse icc profiles and exif orientation from jpeg markersGravatar msarett2016-03-21
* free -> resetGravatar mtklein2016-03-17
* Revert of free -> reset (patchset #3 id:40001 of https://codereview.chromium....Gravatar bungeman2016-03-17
* free -> resetGravatar mtklein2016-03-17
* detach -> releaseGravatar mtklein2016-03-16
* Update Skia's YUV APIGravatar msarett2016-03-10
* Revert of Update Skia's YUV API (patchset #5 id:160001 of https://codereview....Gravatar msarett2016-03-07
* Update Skia's YUV APIGravatar msarett2016-03-07
* Fix YUV horizontal and vertical sampling checksGravatar msarett2016-03-04
* 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