index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
images
/
SkImageDecoder.cpp
Commit message (
Expand
)
Author
Age
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
make allocPixels throw on failure
reed
2014-09-02
*
eliminate code related to SkBitmap::Config
reed
2014-08-18
*
Add astcbitmap to gm slides.
krajcevski
2014-08-07
*
Revert of - Add astcbitmap to gm slides (https://codereview.chromium.org/4440...
krajcevski
2014-08-07
*
- Add astcbitmap to gm slides
krajcevski
2014-08-07
*
add setPreserveSrcDepth to replace PrefTable API for android
reed
2014-07-08
*
hide SkBitmap::Config entirely (behind a flag)
reed
2014-06-17
*
stop using SkBitmap::Config
reed
2014-06-14
*
hide Config in SkImageDecoder -- use SkColorType instead
reed
2014-06-12
*
remove GetDeviceConfig/SetDeviceConfig
reed
2014-06-12
*
hide SkImageDecoder::Chooser
reed
2014-06-11
*
hide SkBitmap::setConfig
reed
2014-06-09
*
Initial KTX file decoder
krajcevski
2014-06-03
*
Simple PKM image decoder.
robertphillips@google.com
2014-05-22
*
SkDecodingImageGenerator now uses SkStreamRewindable
halcanary@google.com
2013-12-09
*
Big Cleanup: SkBitmapFactory, SkLazyPixelRef, SkImageCache
halcanary@google.com
2013-12-05
*
Fix compilation with SK_ENABLE_INST_COUNT=1
commit-bot@chromium.org
2013-12-05
*
Remove deprecated setPrefConfigTable.
scroggo@google.com
2013-12-04
*
move SkImage::ColorType into SkColorType
reed@google.com
2013-11-01
*
Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...
reed@google.com
2013-10-31
*
Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...
reed@google.com
2013-10-31
*
add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...
reed@google.com
2013-10-31
*
Revert "Revert "cache SkImage::Info calculation in lazypixelref""
reed@google.com
2013-10-21
*
store SkAlphaType inside SkBitmap, on road to support unpremul
reed@google.com
2013-10-21
*
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
*
My clang now doesn't complain about !"foo".
mtklein@google.com
2013-08-22
*
Initialize config.
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 an option to create unpremultiplied bitmaps.
scroggo@google.com
2013-06-14
*
Separate core and images project.
scroggo@google.com
2013-05-31
*
Make DecodeMemoryToTarget handle more configs.
scroggo@google.com
2013-05-20
*
Provide a function to print the name of a Format.
scroggo@google.com
2013-05-15
*
Test region decoding in skimage, plus fixes.
scroggo@google.com
2013-05-03
*
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
*
use SkStream::NewFromFile()
mike@reedtribe.org
2013-03-19
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-03-15
*
Upstream Android modifications to the image encoders/decoders.
commit-bot@chromium.org
2013-03-14
*
Create SkLazyPixelRef which performs lazy decoding.
scroggo@google.com
2013-02-22
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
Expanded distribution of instance counting
robertphillips@google.com
2012-06-21
*
Fix return value from SkImageDecoder::DecodeFile(): false even in case of
tomhudson@google.com
2012-01-03
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with
reed@google.com
2011-02-07
[next]