index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
codec
/
SkJpegCodec.cpp
Commit message (
Expand
)
Author
Age
*
Checking for valid colorType, alphaType, colorSpace in SkCodec
msarett
2016-09-08
*
Revert of Checking for valid colorType, alphaType, colorSpace in SkCodec (pat...
msarett
2016-09-08
*
Checking for valid colorType, alphaType, colorSpace in SkCodec
msarett
2016-09-08
*
Assume all TURBO_HAS_* are true.
mtklein
2016-08-23
*
Fix color xform width bug when scaling/subsetting
msarett
2016-08-22
*
Perform color correction on png decodes
msarett
2016-08-03
*
Fix SkJpegCodec::onSkipScanlines when TURBO_HAS_SKIP is not defined
msarett
2016-08-01
*
Add SkColorSpace::Equals() API
msarett
2016-08-01
*
Add color space xform support to SkJpegCodec (includes F16!)
msarett
2016-07-29
*
Revert of Add color space xform support to SkJpegCodec (includes F16!) (patch...
msarett
2016-07-28
*
Add color space xform support to SkJpegCodec (includes F16!)
msarett
2016-07-28
*
Silence -Wclobbered in each file that needs it.
mtklein
2016-07-28
*
Revert of Silence -Wclobbered in each file that needs it. (patchset #2 id:200...
mtklein
2016-07-28
*
Silence -Wclobbered in each file that needs it.
mtklein
2016-07-28
*
Drop support for libjpeg-turbo < 1.2 in SkJpegCodec
msarett
2016-07-21
*
Fix rewinding bug in SkJpegCodec
msarett
2016-07-18
*
Revert of Fix rewinding bug in SkJpegCodec (patchset #1 id:1 of https://coder...
msarett
2016-07-18
*
Fix rewinding bug in SkJpegCodec
msarett
2016-07-18
*
Create SkColorSpaceXform to handle color conversions
msarett
2016-06-01
*
Revert of Create SkColorSpaceXform to handle color conversions (patchset #10 ...
msarett
2016-06-01
*
Create SkColorSpaceXform to handle color conversions
msarett
2016-06-01
*
SkEncodedInfo: simplify
halcanary
2016-05-31
*
Assign sRGB color space to unmarked jpegs and pngs
msarett
2016-05-25
*
Remove SkEncodedInfo kPreSwizzled_Color from public API
msarett
2016-04-25
*
Remove SkEncodedInfo kUnknown_Color and kUnknown_Alpha from public API
msarett
2016-04-25
*
Support the non-native (RGBA/BGRA) swizzle
msarett
2016-04-22
*
Use SkEncodedInfo in place of SkSwizzler::SrcConfig
msarett
2016-04-22
*
Add SkEncodedInfo to report properties of encoded image data
msarett
2016-04-20
*
Revert of Add SkEncodedInfo to report properties of encoded image data (patch...
robertphillips
2016-04-19
*
Add SkEncodedInfo to report properties of encoded image data
msarett
2016-04-18
*
Rename encoders to Sk*ImageEncoder
msarett
2016-03-25
*
Workaround to set the sRGB flag on SkImageGenerator
msarett
2016-03-23
*
Parse icc profiles and exif orientation from jpeg markers
msarett
2016-03-21
*
free -> reset
mtklein
2016-03-17
*
Revert of free -> reset (patchset #3 id:40001 of https://codereview.chromium....
bungeman
2016-03-17
*
free -> reset
mtklein
2016-03-17
*
detach -> release
mtklein
2016-03-16
*
Update Skia's YUV API
msarett
2016-03-10
*
Revert of Update Skia's YUV API (patchset #5 id:160001 of https://codereview....
msarett
2016-03-07
*
Update Skia's YUV API
msarett
2016-03-07
*
Fix YUV horizontal and vertical sampling checks
msarett
2016-03-04
*
Use new jpeg_crop_scanlines() API to optimize jpeg subset decodes
msarett
2016-02-22
*
Fix colorType/alphaType checks in SkCodec
msarett
2016-02-15
*
Revert of Fix colorType/alphaType checks in SkCodec (patchset #5 id:80001 of ...
msarett
2016-02-12
*
Fix colorType/alphaType checks in SkCodec
msarett
2016-02-12
*
Make SkJpegCodec compatible with libjpeg
msarett
2016-02-12
*
More efficient Jpeg skipScanlines for older versions of libjpeg-turbo
msarett
2016-02-10
*
flags and hacks to get MSAN bot going
mtklein
2016-02-06
*
Use size_t for get_row_bytes() in SkJpegCodec
msarett
2016-02-06
*
Support decoding opaque to *premul
scroggo
2016-02-03
[next]