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
*
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
*
Add getYUV8Planes() API to SkCodec
msarett
2016-01-22
*
Clean up unused or overly complex modes in SkSwizzler
msarett
2016-01-19
*
Switch SkAutoMalloc to SkAutoTMalloc to avoid cast
scroggo
2015-12-10
*
Make SkCodec support peek() and read()
scroggo
2015-12-08
*
Remove SkJpegCodec.cpp from Google3 BUILD due to differing libjpeg_turbo vers...
benjaminwagner
2015-10-27
*
Use SkSwizzler to convert from CMYK
scroggo
2015-10-23
*
Revert of Use SkSwizzler to convert from CMYK (patchset #4 id:60001 of https:...
scroggo
2015-10-23
*
Use SkSwizzler to convert from CMYK
scroggo
2015-10-23
*
Create an SkAndroidCodec API separate from SkCodec
msarett
2015-10-21
*
Add dm target to BUILD and refactor BUILD file. The corresponding google3 BUI...
benjaminwagner
2015-10-15
*
Reenable warnings in src/codec
msarett
2015-10-15
*
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
*
Call rewindIfNeeded in SkCodec
scroggo
2015-09-30
*
Merge SkCodec with SkScanlineDecoder
scroggo
2015-09-30
*
Disable dithering in libjpeg-turbo for 565 decodes
msarett
2015-09-18
*
Call standard libjpeg/libjpeg-turbo APIs
msarett
2015-09-01
*
Scanline decoding for bmp
msarett
2015-08-31
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
SkScaledCodec class
emmaleer
2015-08-14
[next]