index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
images
/
SkImageDecoder_libjpeg.cpp
Commit message (
Expand
)
Author
Age
*
Rename encoders to Sk*ImageEncoder
msarett
2016-03-25
*
Delete SkImageDecoder
msarett
2016-03-24
*
Revert of Delete SkImageDecoder (patchset #9 id:150001 of https://codereview....
msarett
2016-03-24
*
Delete SkImageDecoder
msarett
2016-03-23
*
Revert of Delete SkImageDecoder (patchset #8 id:130001 of https://codereview....
msarett
2016-03-23
*
Delete SkImageDecoder
msarett
2016-03-23
*
Revert of Delete SkImageDecoder (patchset #7 id:110001 of https://codereview....
msarett
2016-03-23
*
Delete SkImageDecoder
msarett
2016-03-23
*
flags and hacks to get MSAN bot going
mtklein
2016-02-06
*
Hack together MSAN build.
mtklein
2016-02-03
*
Add optimize_coding setting for JPEG encoding.
benjaminwagner
2016-01-14
*
Switch SkAutoMalloc to SkAutoTMalloc to avoid cast
scroggo
2015-12-10
*
Silence libjpeg warnings in SkImageDecoder
scroggo
2015-12-09
*
Change quality settings on SkImageDecoder_libjpeg
msarett
2015-11-11
*
Delete dead SkImageDecoder::buildTileIndex and decodeSubset code
msarett
2015-11-10
*
Revert of Change quality settings on SkImageDecoder_libjpeg (patchset #1 id:4...
fmalita
2015-11-08
*
Remove dependencies on Android's forked decoder libraries
msarett
2015-11-06
*
Change quality settings on SkImageDecoder_libjpeg
msarett
2015-11-06
*
Supply separate flags for onBuildTileIndex
scroggo
2015-10-14
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Revert "Remove ambiguity of SkJpegUtility name."
scroggo
2015-06-15
*
Remove ambiguity of SkJpegUtility name.
mtklein
2015-06-12
*
Eliminate the check for ANDROID_LARGE_MEMORY in jpeg decoders
msarett
2015-06-11
*
Update more directories under src/ to follow C++11 style rule for {virtual,ov...
tfarina
2015-04-27
*
Return cropBitmap
zoran.jovanovic
2015-04-15
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
Lazy SKP image decoding in DM.
mtklein
2015-03-25
*
Fixing possible out of bound memory access
sugoi
2015-02-19
*
Muck with the right cinfo.
scroggo
2015-01-22
*
Revert of Muck with the right cinfo. (patchset #2 id:20001 of https://coderev...
bungeman
2015-01-21
*
Muck with the right cinfo.
scroggo
2015-01-21
*
Make SkStream *not* ref counted.
scroggo
2015-01-21
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
remove dead SK_SUPPORT_LEGACY_IMAGEDECODER_CHOOSER code
reed
2014-12-22
*
Fix a case of kPartialSuccess.
scroggo
2014-12-17
*
Cleanup: Mark some overridden methods with 'SK_OVERRIDE'.
tfarina
2014-12-14
*
SkColorTable locking serves no purpose anymore.
mtklein
2014-12-02
*
This return_false is now only used on Android. Squelch a warning.
mtklein
2014-10-23
*
Qualify the return value of SkImageDecoder::decode
scroggo
2014-10-22
*
Clean up some warnings about unused code.
mtklein
2014-10-21
*
JPEG YUV Decoding
sugoi
2014-10-16
*
Revert of JPEG YUV Decoding (patchset #5 id:180001 of https://codereview.chro...
rmistry
2014-10-15
*
JPEG YUV Decoding
sugoi
2014-10-15
*
make allocPixels throw on failure
reed
2014-09-02
*
hide SkImageDecoder::Chooser
reed
2014-06-11
*
hide SkBitmap::setConfig
reed
2014-06-09
*
Image decoder fixes (mostly) around A8.
scroggo@google.com
2013-10-21
*
store SkAlphaType inside SkBitmap, on road to support unpremul
reed@google.com
2013-10-21
*
Runtime configuration setting for suppressing JPEG decoder errors.
halcanary@google.com
2013-10-14
[next]