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
*
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
*
Simplify code for configuring suppression of ImageDecoder warnings
halcanary@google.com
2013-10-14
*
Fix SkScalar conversion warning error.
halcanary@google.com
2013-10-04
*
Make image decoding more fault resistant, less verbose.
halcanary@google.com
2013-10-04
*
Add an option on SkImageDecoder to skip writing 0s.
scroggo@google.com
2013-10-01
*
Change SkImageDecoders to take an SkStreamRewindable.
scroggo@google.com
2013-09-25
*
Print a better error message.
scroggo@google.com
2013-09-25
*
Rewrite SkTRegistry to take any trivially-copyable type.
mtklein@google.com
2013-09-04
*
Only destroy huffman if build succeeded.
scroggo@google.com
2013-08-27
*
Beginning work to refactor jpeg tile decoding.
scroggo@google.com
2013-08-07
*
Fix failure exits from JPEG onBuildTileIndex.
scroggo@google.com
2013-08-07
*
Support decoding subsets from JPG on Android.
scroggo@google.com
2013-08-07
*
Fixes for JPEG subset decoding.
scroggo@google.com
2013-08-01
*
all in the gyp
mtklein@google.com
2013-07-24
*
A8 bitmaps from JPEG are not opaque.
scroggo@google.com
2013-07-18
*
Allow decoding JPEG into A8.
scroggo@google.com
2013-07-18
*
Remove bitmap reuse from SkImageDecoder.
scroggo@google.com
2013-07-09
*
Add a newline to the error message from JPEG.
scroggo@google.com
2013-07-01
*
Test region decoding in skimage, plus fixes.
scroggo@google.com
2013-05-03
*
Updates to skimage tool to use it for testing.
scroggo@google.com
2013-04-25
*
Only use JDCT_IFAST if it's supported.
scroggo@google.com
2013-04-17
*
Only use JDCT_FAST if it is supported in jpeg.
scroggo@google.com
2013-04-12
*
Upstream changes from Android for decoding jpeg images.
djsollen@google.com
2013-03-20
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
[next]