Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
dcfb7cf336cafffd8d149c908b615e1deaa3a49b
/
src
/
images
/
SkImageDecoder_libpng.cpp
a1193e4
Make SkStream *not* ref counted.
by scroggo
· 10 years ago
72c9faa
Fix up all the easy virtual ... SK_OVERRIDE cases.
by mtklein
· 10 years ago
2d73d80
remove dead SK_SUPPORT_LEGACY_IMAGEDECODER_CHOOSER code
by reed
· 10 years ago
775b819
SkColorTable locking serves no purpose anymore.
by mtklein
· 10 years ago
2a12080
Qualify the return value of SkImageDecoder::decode
by scroggo
· 10 years ago
93b255b
Make SkImageDecoder_libpng be compilable with Chromium libpng
by kkinnunen
· 10 years ago
c5e15a1
remove alphatype from colortable
by reed
· 10 years ago
49f085d
"NULL !=" = NULL
by bsalomon
· 10 years ago
8482504
make allocPixels throw on failure
by reed
· 10 years ago
fc7063b
Fix image decoder memory overwrite bug.
by scroggo
· 10 years ago
0689d7b
stop using SkBitmap::Config
by reed
· 11 years ago
5926b86
hide SkImageDecoder::Chooser
by reed
· 11 years ago
6c22573
hide SkBitmap::setConfig
by reed
· 11 years ago
446cf71
Fix issue in image decoders where the bitmap config was not properly set.
by djsollen@google.com
· 11 years ago
57212f9
Revert "Revert of https://codereview.chromium.org/113823003/"
by reed@google.com
· 11 years ago
5401cd0
Clean up after longjmp in SkImageDecoder_libpng.
by scroggo@google.com
· 11 years ago
feeca3c
Create nonPOD before setjmp.
by scroggo@google.com
· 11 years ago
4469938
Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning""
by reed@google.com
· 11 years ago
5ee18dd
Image decoder fixes (mostly) around A8.
by scroggo@google.com
· 11 years ago
383a697
store SkAlphaType inside SkBitmap, on road to support unpremul
by reed@google.com
· 11 years ago
2a10318
Simplify code for configuring suppression of ImageDecoder warnings
by halcanary@google.com
· 11 years ago
0a6151d
Revert "Revert "change SkColorTable to be immutable""
by reed@google.com
· 11 years ago
48d9ff5
Revert "change SkColorTable to be immutable"
by reed@google.com
· 11 years ago
9864c24
change SkColorTable to be immutable
by reed@google.com
· 11 years ago
fed3037
Make image decoding more fault resistant, less verbose.
by halcanary@google.com
· 11 years ago
546f70c
Fixes for decoding to A8.
by commit-bot@chromium.org
· 11 years ago
354fd97
Do not convert non gray PNG to A8.
by scroggo@google.com
· 11 years ago
8d23924
Add an option on SkImageDecoder to skip writing 0s.
by scroggo@google.com
· 11 years ago
b5571b3
Change SkImageDecoders to take an SkStreamRewindable.
by scroggo@google.com
· 11 years ago
bd6343b
Rewrite SkTRegistry to take any trivially-copyable type.
by mtklein@google.com
· 11 years ago
4d213ab
Handle SkStream::rewind properly.
by scroggo@google.com
· 11 years ago
8e2ef01
Remove assert which is failing.
by scroggo@google.com
· 11 years ago
c70a3aa
Support decoding Gray to A8 in PNG.
by scroggo@google.com
· 11 years ago
bc69ce9
Remove bitmap reuse from SkImageDecoder.
by scroggo@google.com
· 11 years ago
2bbc2c9
Add an option to create unpremultiplied bitmaps.
by scroggo@google.com
· 12 years ago
7e6fcee
Test region decoding in skimage, plus fixes.
by scroggo@google.com
· 12 years ago
c1c5695
Support for libpng > 1.2.
by commit-bot@chromium.org
· 12 years ago
39edf4c
Updates to skimage tool to use it for testing.
by scroggo@google.com
· 12 years ago
6e32c46
Remove SK_ENABLE_LIBPNG define as it is no longer needed by Android.
by djsollen@google.com
· 12 years ago
a936e37
Upstream Android modifications to the image encoders/decoders.
by commit-bot@chromium.org
· 12 years ago
4ce738b
Extract transform_scanline_XXXX functions into transform_scanline.h for code-sharing
by epoger@google.com
· 12 years ago
d6176b0
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/)
by rmistry@google.com
· 12 years ago
ec51cb8
Improved codec link-forcing system by adding Encoder/Decoder creation entry points
by robertphillips@google.com
· 13 years ago
5c210c7
Break onEncode() into two functions to avoid clobbering variables with
by tomhudson@google.com
· 13 years ago
ec3ed6a
Automatic update of all copyright notices to reflect new license terms.
by epoger@google.com
· 13 years ago
29f6636
Stop using deprecated APIs. Fix by twiz.
by reed@google.com
· 14 years ago
7b34ea6
Upstreaming code from android repository.
by djsollen@google.com
· 14 years ago
4868e6b
[Committed on behalf of junov@chromium.org]
by senorblanco@chromium.org
· 14 years ago
7af0046
replace various png_[type]_NULL defines with just NULL
by reed@google.com
· 14 years ago
dfee579
add SK_ENABLE_LIBPNG to force reference to PNG codec
by reed@android.com
· 15 years ago
3f1f06a
add optional pref-config table to codecs
by reed@android.com
· 15 years ago
b6137c3
remove auto-upscaling from base class (breaks model for allocators) but improve
by reed@android.com
· 15 years ago
1134426
respect preferred config when png is index-based
by reed@android.com
· 15 years ago
6189877
add support for encoding Index8 bitmaps into png
by reed@android.com
· 15 years ago
a8a8b8b
check for 0 upem in freetype add 32bit-overflow check
by reed@android.com
· 16 years ago
862e91b
handle interlacing
by reed@android.com
· 16 years ago
00bf85a
pull from android: use registry to build up list of image codecs
by reed@android.com
· 16 years ago
b50a60c
fix formatting issues
by reed@android.com
· 16 years ago
6f25297
fix multiple warnings (e.g. hidden virtuals, unused static functions)
by reed@android.com
· 16 years ago
b08eb2b
separate image encode and decode remove obsolete build-flag for encode
by reed@android.com
· 16 years ago
8a1c16f
grab from latest android
by reed@android.com
· 16 years ago