index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
images
Commit message (
Expand
)
Author
Age
*
Handle SkStream::rewind properly.
scroggo@google.com
2013-08-28
*
Only destroy huffman if build succeeded.
scroggo@google.com
2013-08-27
*
My clang now doesn't complain about !"foo".
mtklein@google.com
2013-08-22
*
Avoid getLength in ico decoder.
scroggo@google.com
2013-08-21
*
Make BMP decoder not depend on call to getLength.
scroggo@google.com
2013-08-21
*
Remove dependency on getLength from webp decoder.
scroggo@google.com
2013-08-21
*
Reland "Make WebP decoding independent of stream length."
scroggo@google.com
2013-08-09
*
Reverting r10651: Make WebP decoding independent of stream length.
jvanverth@google.com
2013-08-09
*
Make WebP decoding independent of stream length.
djsollen@google.com
2013-08-09
*
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
*
Upstream changes from Android
djsollen@google.com
2013-07-31
*
all in the gyp
mtklein@google.com
2013-07-24
*
Remove assert which is failing.
scroggo@google.com
2013-07-18
*
Support decoding Gray to A8 in PNG.
scroggo@google.com
2013-07-18
*
Initialize config.
scroggo@google.com
2013-07-18
*
A8 bitmaps from JPEG are not opaque.
scroggo@google.com
2013-07-18
*
Allow decoding JPEG into A8.
scroggo@google.com
2013-07-18
*
Allow ico decoder to decode PNG sub-images.
scroggo@google.com
2013-07-09
*
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
*
Add an option to create unpremultiplied bitmaps.
scroggo@google.com
2013-06-14
*
Fix iOS build.
scroggo@google.com
2013-05-31
*
Fix build.
scroggo@google.com
2013-05-31
*
Separate core and images project.
scroggo@google.com
2013-05-31
*
Add buffer helper to read directly into SkString to avoid extra copying
djsollen@google.com
2013-05-21
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-05-21
*
Make DecodeMemoryToTarget handle more configs.
scroggo@google.com
2013-05-20
*
add encodeData() to SkImageEncoder, and add encoding to SkImage
reed@google.com
2013-05-20
*
Provide a function to print the name of a Format.
scroggo@google.com
2013-05-15
*
remove unneeded reference to SkTScopedPtr
commit-bot@chromium.org
2013-05-09
*
Test region decoding in skimage, plus fixes.
scroggo@google.com
2013-05-03
*
Support for libpng > 1.2.
commit-bot@chromium.org
2013-05-02
*
Build fix attempt number 2.
scroggo@google.com
2013-05-01
*
Fix the build.
scroggo@google.com
2013-05-01
*
Force linking with image decoders for images project.
scroggo@google.com
2013-05-01
*
Updates to skimage tool to use it for testing.
scroggo@google.com
2013-04-25
*
ARGB image encoder for checksums.
bungeman@google.com
2013-04-23
*
Updates to images project.
scroggo@google.com
2013-04-17
*
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
*
fix warning (again) for SkMovie
reed@google.com
2013-03-22
*
fix warning for SkMovie
reed@google.com
2013-03-22
*
Update code to use helper function for better readability/searching.
djsollen@google.com
2013-03-21
*
Fail to return a codec if the provided stream does not support rewind.
djsollen@google.com
2013-03-20
*
Upstream changes from Android for decoding jpeg images.
djsollen@google.com
2013-03-20
*
Remove SK_ENABLE_LIBPNG define as it is no longer needed by Android.
djsollen@google.com
2013-03-20
*
use SkStream::NewFromFile()
mike@reedtribe.org
2013-03-19
[next]