index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
codec
/
SkJpegCodec.h
Commit message (
Expand
)
Author
Age
*
Move calls to conversion_possible to SkCodec
Leon Scroggins III
2017-08-17
*
use unique_ptr for codec factories
Mike Reed
2017-07-25
*
Report error on failure to create SkCodec
Leon Scroggins III
2017-07-14
*
Reland "Remove support for decoding to kIndex_8"
Leon Scroggins
2017-07-11
*
Revert "Remove support for decoding to kIndex_8"
Leon Scroggins
2017-07-10
*
Remove support for decoding to kIndex_8
Leon Scroggins III
2017-07-10
*
Fix bug handling CMYK images without color profiles
Matt Sarett
2017-02-24
*
Read color space info from raw exif data
Matt Sarett
2017-02-24
*
Use appropriate options in SkJpegCodec readRows()
Matt Sarett
2017-01-24
*
SkImageEncoder: simplify API
Hal Canary
2016-11-23
*
Revert 248ff023 & 2cb6cb72
Hal Canary
2016-11-22
*
SkImageEncoder: simplify API
Hal Canary
2016-11-22
*
Remove SkAutoTDelete.
Ben Wagner
2016-11-03
*
Delete qcms
Matt Sarett
2016-11-01
*
Safely handle unsupported color xforms in SkCodec
Matt Sarett
2016-10-20
*
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 SkJpegCodec::onSkipScanlines when TURBO_HAS_SKIP is not defined
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
*
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
*
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
*
Parse icc profiles and exif orientation from jpeg markers
msarett
2016-03-21
*
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
*
Use a smart pointer for SkColorSpace factories
msarett
2016-03-07
*
Use new jpeg_crop_scanlines() API to optimize jpeg subset decodes
msarett
2016-02-22
*
Individually enable and disable SkCodecs
msarett
2016-02-17
*
Add getYUV8Planes() API to SkCodec
msarett
2016-01-22
*
Switch SkAutoMalloc to SkAutoTMalloc to avoid cast
scroggo
2015-12-10
*
Make SkCodec support peek() and read()
scroggo
2015-12-08
*
Add subsetting to SkScanlineDecoder
msarett
2015-10-13
*
Fill incomplete images in SkCodec parent class
msarett
2015-10-09
*
Stop calling jpeg_finish_decompress()
msarett
2015-10-02
*
Move all knowledge of X sampling into SkScaledCodec
scroggo
2015-10-02
*
Merge SkCodec with SkScanlineDecoder
scroggo
2015-09-30
*
Call standard libjpeg/libjpeg-turbo APIs
msarett
2015-09-01
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
SkScaledCodec class
emmaleer
2015-08-14
*
Revert of SkScaledCodec class (patchset #35 id:680001 of https://codereview.c...
egdaniel
2015-08-14
*
SkScaledCodec class
emmaleer
2015-08-14
*
Revert of SkScaledCodec class (patchset #34 id:660001 of https://codereview.c...
emmaleer
2015-08-13
[next]