aboutsummaryrefslogtreecommitdiffstats
path: root/src/images
Commit message (Expand)AuthorAgeFilesLines
* am 1dccc9f3: am 372648a7: Merge "Fix access to freed memory"Jean-Baptiste Queru2012-08-271-1/+1
|\
| * Fix access to freed memoryNikolay Pisanov2012-08-271-1/+1
* | DO NOT MERGE Support WebP Alpha (Lossless) imagesVikas Arora2012-08-211-12/+18
* | Prepare Skia-Webp decoder for Alpha and lossless.Vikas Arora2012-06-071-55/+45
|/
* Add support for reusing bitmap in webp format.Owen Lin2012-05-174-75/+140
* Nvidia's patch for reusing bitmap in image region decoding.Owen Lin2012-05-173-25/+82
* Cleanup pixel ref mutexes in SkiaDerek Sollenberger2012-05-141-3/+3
* Handle Bitmap reuse failure more gracefullyChet Haase2012-04-305-15/+55
* Skia Merge (revision 3312)Derek Sollenberger2012-03-063-16/+40
* Skia merge (revision 3022)Derek Sollenberger2012-02-0628-677/+204
* Ignore the alpha bit for 32-bit ico images.Derek Sollenberger2011-09-061-0/+3
* Change #if SK_DEBUG to #ifdefRussell Brenner2011-09-011-1/+1
* Turn off uneeded debug messages in the jpeg decoder.Derek Sollenberger2011-08-301-1/+1
* Add image cropping support in Skia-WebP decoder.Vikas Arora2011-07-211-39/+135
* Implement on-the-fly image resizing (down-scaling).Vikas Arora2011-07-181-8/+17
* Use the WebP native color-modes for Skia-WebP-Decoder.Vikas Arora2011-07-151-308/+25
* Add support for WebP incremental decoding.Vikas Arora2011-07-071-186/+106
* Add WebP Encoder support to SkImageEncoder.Vikas Arora2011-06-221-1/+138
* Updated Skia-Webp wrapper to work with latest version (0.1.2)Vikas Arora2011-06-071-3/+3
* Merge "Skia Merge (revision 922)"Derek Sollenberger2011-03-152-1846/+0
|\
| * Skia Merge (revision 922)Derek Sollenberger2011-03-142-1846/+0
* | Enables logging error messages when a JPEG image cannot get decoded.Wei-Ta Chen2011-03-111-1/+1
|/
* Skia Merge (revision 808)Derek Sollenberger2011-02-234-12/+14
* Add support for WebP format in SkiaEric Hassold2011-01-053-1/+656
* Allow bitmap reuse with PNG decodingChet Haase2010-12-102-11/+39
* Fix pixel ref counting bug in image decode.Bryan Mawhinney2010-12-101-10/+8
* Add ability to reuse bitmaps for new contentChet Haase2010-12-092-18/+49
* Add fPreferQualityOverSpeed to SkImageDecoder.Wei-Ta Chen2010-12-061-3/+12
* Fix 3117581, where BitmapRegionDecoder fails in building tile index forWei-Ta Chen2010-10-201-24/+4
* Fix 3071104, where decodeRegion returned false for some large image.Wei-Ta Chen2010-10-183-20/+39
* am 2626a123: am c408f5a2: Merge "Rename SkLargeBitmap to SkBitmapRegionDecode...Wei-Ta Chen2010-09-222-7/+7
|\
| * am c408f5a2: Merge "Rename SkLargeBitmap to SkBitmapRegionDecoder (the previo...Wei-Ta Chen2010-09-222-7/+7
| |\
| | * Merge "Rename SkLargeBitmap to SkBitmapRegionDecoder (the previous renaming w...Wei-Ta Chen2010-09-222-7/+7
| | |\
| | | * Rename SkLargeBitmap to SkBitmapRegionDecoder (the previous renaming was reve...Wei-Ta Chen2010-09-202-7/+7
* | | | am 9348eeb7: am 6a7506af: Fix the sim build in master by casting void* to cha...Wei-Ta Chen2010-09-191-1/+1
|\ \ \ \ | |/ / /
| * | | am 6a7506af: Fix the sim build in master by casting void* to char* before doi...Wei-Ta Chen2010-09-191-1/+1
| |\ \ \ | | |/ /
| | * | Fix the sim build in master by casting void* to char* before doing arithmetic.Wei-Ta Chen2010-09-201-1/+1
* | | | am 2ff9c8dd: am 58971879: Add the tile-based decoding capability to the PNG d...Joseph Wen2010-09-193-152/+435
|\ \ \ \ | |/ / /
| * | | am 58971879: Add the tile-based decoding capability to the PNG decoder.Joseph Wen2010-09-193-152/+435
| |\ \ \ | | |/ /
| | * | Add the tile-based decoding capability to the PNG decoder.Joseph Wen2010-09-203-152/+435
| | |/
* | | am 89913494: am f610b335: Support various types of animation gif.Makoto Kamiya2010-09-101-75/+295
|\ \ \ | |/ /
| * | am f610b335: Support various types of animation gif.Makoto Kamiya2010-09-101-75/+295
| |\ \ | | |/ | |/|
| | * Support various types of animation gif.Makoto Kamiya2010-09-031-75/+295
* | | am 3a1cc970: Fix bug in SkImageDecoderJoseph Wen2010-09-103-38/+23
|\ \ \ | |/ /
| * | Fix bug in SkImageDecoderJoseph Wen2010-09-103-38/+23
* | | am 6c2274b8: Fix SkJpegUtility bug.Joseph Wen2010-09-091-2/+2
|\ \ \ | |/ /
| * | Fix SkJpegUtility bug.Joseph Wen2010-09-091-2/+2
* | | am ea22e420: Fix bug in SkImageDecoder.buildTileIndex()Joseph Wen2010-09-081-3/+13
|\ \ \ | |/ /
| * | Fix bug in SkImageDecoder.buildTileIndex()Joseph Wen2010-09-091-3/+13
| * | Revert "Rename SkLargeBitmap to SkBitmapRegionDecoder."Wei-Ta Chen2010-09-082-7/+7