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
*
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
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-03-15
*
fix (bool) warning with SkToBool
reed@google.com
2013-03-14
*
fix window's build errors
commit-bot@chromium.org
2013-03-14
*
Upstream Android modifications to the image encoders/decoders.
commit-bot@chromium.org
2013-03-14
*
Make SkTDArray accessors const-friendly.
commit-bot@chromium.org
2013-02-28
*
Fix a bunch of warnings, mainly around rowBytes.
scroggo@google.com
2013-02-25
*
move SkFDStream out of images into core
reed@google.com
2013-02-25
*
Create SkLazyPixelRef which performs lazy decoding.
scroggo@google.com
2013-02-22
*
Fix errors when compiling with -Wall -Werror on Android.
djsollen@google.com
2013-02-07
*
landing https://codereview.appspot.com/7225077/ -- tweak for GIF 5.x api
reed@google.com
2013-02-01
*
Fix android errors when unflattening an SkImageRef_ashmem object.
djsollen@google.com
2013-02-01
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
kill unused SkFlipPixelRef
reed@google.com
2012-12-13
*
Create a factory to decode an SkBitmap from an SkData.
scroggo@google.com
2012-11-29
*
Extract transform_scanline_XXXX functions into transform_scanline.h for code-...
epoger@google.com
2012-11-16
*
Add the ability to provide function pointers to SkPicture serialization
scroggo@google.com
2012-10-04
*
Make flattenables no longer depend on global static initializers.
scroggo@google.com
2012-09-21
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Update SkFlattenable buffers to be more modular.
djsollen@google.com
2012-08-07
*
remove duplicate definition of SkAlign8()
reed@google.com
2012-06-27
*
Expanded distribution of instance counting
robertphillips@google.com
2012-06-21
*
fix warnings on Mac in src/images
caryclark@google.com
2012-06-06
*
Mutexes in pixelrefs were done very sloppily initially. The code (a) assumes all
reed@google.com
2012-05-17
*
Remove unused android code in JPEG decoder.
djsollen@google.com
2012-04-05
*
Cleanup code related to SkFlattenable::flatten()
djsollen@google.com
2012-03-29
*
Consolidate PixelRef flattables with the standard impl
djsollen@google.com
2012-03-28
*
Fix a bunch of Coverity defects - class members not initialized in the constr...
vandebo@chromium.org
2012-03-28
*
Remove unused classes from the build.
djsollen@google.com
2012-03-28
*
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
*
Lazily allocate our global pool for imagerefs
reed@google.com
2012-02-16
*
posix: Avoid static initializers in static/global mutexes
digit@google.com
2012-01-26
*
Change remaining ANDROID ifdefs to SK_BUILD_FOR_ANDROID
djsollen@google.com
2012-01-09
*
Fix return value from SkImageDecoder::DecodeFile(): false even in case of
tomhudson@google.com
2012-01-03
*
Add SkDEBUGFAIL to clean up use of SkASSERT(!"text");
tomhudson@google.com
2011-12-28
*
add optional manual global initialization
caryclark@google.com
2011-12-15
*
ignore alphaBit (and mask) for 32bit images, 'cause that seems to break this
reed@google.com
2011-08-05
*
Break onEncode() into two functions to avoid clobbering variables with
tomhudson@google.com
2011-07-28
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
[next]