index
:
external_skia.git
master
external skia
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
images
Commit message (
Expand
)
Author
Age
Files
Lines
*
am 1dccc9f3: am 372648a7: Merge "Fix access to freed memory"
Jean-Baptiste Queru
2012-08-27
1
-1
/
+1
|
\
|
*
Fix access to freed memory
Nikolay Pisanov
2012-08-27
1
-1
/
+1
*
|
DO NOT MERGE Support WebP Alpha (Lossless) images
Vikas Arora
2012-08-21
1
-12
/
+18
*
|
Prepare Skia-Webp decoder for Alpha and lossless.
Vikas Arora
2012-06-07
1
-55
/
+45
|
/
*
Add support for reusing bitmap in webp format.
Owen Lin
2012-05-17
4
-75
/
+140
*
Nvidia's patch for reusing bitmap in image region decoding.
Owen Lin
2012-05-17
3
-25
/
+82
*
Cleanup pixel ref mutexes in Skia
Derek Sollenberger
2012-05-14
1
-3
/
+3
*
Handle Bitmap reuse failure more gracefully
Chet Haase
2012-04-30
5
-15
/
+55
*
Skia Merge (revision 3312)
Derek Sollenberger
2012-03-06
3
-16
/
+40
*
Skia merge (revision 3022)
Derek Sollenberger
2012-02-06
28
-677
/
+204
*
Ignore the alpha bit for 32-bit ico images.
Derek Sollenberger
2011-09-06
1
-0
/
+3
*
Change #if SK_DEBUG to #ifdef
Russell Brenner
2011-09-01
1
-1
/
+1
*
Turn off uneeded debug messages in the jpeg decoder.
Derek Sollenberger
2011-08-30
1
-1
/
+1
*
Add image cropping support in Skia-WebP decoder.
Vikas Arora
2011-07-21
1
-39
/
+135
*
Implement on-the-fly image resizing (down-scaling).
Vikas Arora
2011-07-18
1
-8
/
+17
*
Use the WebP native color-modes for Skia-WebP-Decoder.
Vikas Arora
2011-07-15
1
-308
/
+25
*
Add support for WebP incremental decoding.
Vikas Arora
2011-07-07
1
-186
/
+106
*
Add WebP Encoder support to SkImageEncoder.
Vikas Arora
2011-06-22
1
-1
/
+138
*
Updated Skia-Webp wrapper to work with latest version (0.1.2)
Vikas Arora
2011-06-07
1
-3
/
+3
*
Merge "Skia Merge (revision 922)"
Derek Sollenberger
2011-03-15
2
-1846
/
+0
|
\
|
*
Skia Merge (revision 922)
Derek Sollenberger
2011-03-14
2
-1846
/
+0
*
|
Enables logging error messages when a JPEG image cannot get decoded.
Wei-Ta Chen
2011-03-11
1
-1
/
+1
|
/
*
Skia Merge (revision 808)
Derek Sollenberger
2011-02-23
4
-12
/
+14
*
Add support for WebP format in Skia
Eric Hassold
2011-01-05
3
-1
/
+656
*
Allow bitmap reuse with PNG decoding
Chet Haase
2010-12-10
2
-11
/
+39
*
Fix pixel ref counting bug in image decode.
Bryan Mawhinney
2010-12-10
1
-10
/
+8
*
Add ability to reuse bitmaps for new content
Chet Haase
2010-12-09
2
-18
/
+49
*
Add fPreferQualityOverSpeed to SkImageDecoder.
Wei-Ta Chen
2010-12-06
1
-3
/
+12
*
Fix 3117581, where BitmapRegionDecoder fails in building tile index for
Wei-Ta Chen
2010-10-20
1
-24
/
+4
*
Fix 3071104, where decodeRegion returned false for some large image.
Wei-Ta Chen
2010-10-18
3
-20
/
+39
*
am 2626a123: am c408f5a2: Merge "Rename SkLargeBitmap to SkBitmapRegionDecode...
Wei-Ta Chen
2010-09-22
2
-7
/
+7
|
\
|
*
am c408f5a2: Merge "Rename SkLargeBitmap to SkBitmapRegionDecoder (the previo...
Wei-Ta Chen
2010-09-22
2
-7
/
+7
|
|
\
|
|
*
Merge "Rename SkLargeBitmap to SkBitmapRegionDecoder (the previous renaming w...
Wei-Ta Chen
2010-09-22
2
-7
/
+7
|
|
|
\
|
|
|
*
Rename SkLargeBitmap to SkBitmapRegionDecoder (the previous renaming was reve...
Wei-Ta Chen
2010-09-20
2
-7
/
+7
*
|
|
|
am 9348eeb7: am 6a7506af: Fix the sim build in master by casting void* to cha...
Wei-Ta Chen
2010-09-19
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
*
|
|
am 6a7506af: Fix the sim build in master by casting void* to char* before doi...
Wei-Ta Chen
2010-09-19
1
-1
/
+1
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Fix the sim build in master by casting void* to char* before doing arithmetic.
Wei-Ta Chen
2010-09-20
1
-1
/
+1
*
|
|
|
am 2ff9c8dd: am 58971879: Add the tile-based decoding capability to the PNG d...
Joseph Wen
2010-09-19
3
-152
/
+435
|
\
\
\
\
|
|
/
/
/
|
*
|
|
am 58971879: Add the tile-based decoding capability to the PNG decoder.
Joseph Wen
2010-09-19
3
-152
/
+435
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Add the tile-based decoding capability to the PNG decoder.
Joseph Wen
2010-09-20
3
-152
/
+435
|
|
|
/
*
|
|
am 89913494: am f610b335: Support various types of animation gif.
Makoto Kamiya
2010-09-10
1
-75
/
+295
|
\
\
\
|
|
/
/
|
*
|
am f610b335: Support various types of animation gif.
Makoto Kamiya
2010-09-10
1
-75
/
+295
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Support various types of animation gif.
Makoto Kamiya
2010-09-03
1
-75
/
+295
*
|
|
am 3a1cc970: Fix bug in SkImageDecoder
Joseph Wen
2010-09-10
3
-38
/
+23
|
\
\
\
|
|
/
/
|
*
|
Fix bug in SkImageDecoder
Joseph Wen
2010-09-10
3
-38
/
+23
*
|
|
am 6c2274b8: Fix SkJpegUtility bug.
Joseph Wen
2010-09-09
1
-2
/
+2
|
\
\
\
|
|
/
/
|
*
|
Fix SkJpegUtility bug.
Joseph Wen
2010-09-09
1
-2
/
+2
*
|
|
am ea22e420: Fix bug in SkImageDecoder.buildTileIndex()
Joseph Wen
2010-09-08
1
-3
/
+13
|
\
\
\
|
|
/
/
|
*
|
Fix bug in SkImageDecoder.buildTileIndex()
Joseph Wen
2010-09-09
1
-3
/
+13
|
*
|
Revert "Rename SkLargeBitmap to SkBitmapRegionDecoder."
Wei-Ta Chen
2010-09-08
2
-7
/
+7
[next]