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
*
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
*
fix warnings on Mac in src/images
caryclark@google.com
2012-06-06
*
Remove unused android code in JPEG decoder.
djsollen@google.com
2012-04-05
*
Improved codec link-forcing system by adding Encoder/Decoder creation entry p...
robertphillips@google.com
2012-03-23
*
Adding CMYK jpeg changes w/o .gyp alterations
robertphillips@google.com
2012-03-20
*
reverting to 3437
robertphillips@google.com
2012-03-20
*
Fix for CMYK jpeg decoding issue (69 - unable to read some jpeg files on andr...
robertphillips@google.com
2012-03-20
*
Restore SkImageDecoder_libjpeg, which may still be used by the Android build.
tomhudson@google.com
2012-03-02
*
Remove libjpeg image decoder, since we've never built it since we changed
tomhudson@google.com
2012-03-02
*
Change remaining ANDROID ifdefs to SK_BUILD_FOR_ANDROID
djsollen@google.com
2012-01-09
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
merge from android tree:
djsollen@google.com
2011-02-23
*
update android specific RAM restrictions
reed@android.com
2010-03-04
*
add optional pref-config table to codecs
reed@android.com
2010-03-03
*
check for null cmap in libgif
reed@android.com
2010-02-05
*
refactor helper functions out of libjpeg wrapper
reed@android.com
2010-01-21
*
add android-specific tweaks to vary the amount of tmp ram allocated
reed@android.com
2009-10-19
*
quick return if we just want the bounds
reed@android.com
2009-07-16
*
pull from android: use registry to build up list of image codecs
reed@android.com
2009-01-22
*
separate image encode and decode
reed@android.com
2009-01-06
*
grab from latest android
reed@android.com
2008-12-17