aboutsummaryrefslogtreecommitdiffstats
path: root/src/images
Commit message (Expand)AuthorAgeFilesLines
* Rename SkLargeBitmap to SkBitmapRegionDecoder (the previous renaming was reve...Wei-Ta Chen2010-09-202-7/+7
* Fix bug in SkImageDecoderJoseph Wen2010-09-103-38/+23
* Fix SkJpegUtility bug.Joseph Wen2010-09-091-2/+2
* Fix bug in SkImageDecoder.buildTileIndex()Joseph Wen2010-09-091-3/+13
* Revert "Rename SkLargeBitmap to SkBitmapRegionDecoder."Wei-Ta Chen2010-09-082-7/+7
* Rename SkLargeBitmap to SkBitmapRegionDecoder.Wei-Ta Chen2010-09-062-7/+7
* Fix bug in SkJPEGImageDecoder.Joseph Wen2010-08-231-11/+6
* DO NOT MERGE. Add an API to correctly copy the isOpaque flage of an ImageRef ...Romain Guy2010-08-191-0/+10
* Fix master sim breakJoseph Wen2010-08-171-0/+3
* Do JPEG tile-based decoding.Joseph Wen2010-08-164-6/+404
* merge from open-source masterThe Android Open Source Project2010-05-101-0/+5
|\
| * Adding check for missing color map in GIF decoder.Fredrik Lanker2010-04-211-0/+5
* | update jpeg ram limits for large and small RAM class devicesMike Reed2010-03-041-8/+5
* | remove debugging printfMike Reed2010-03-031-1/+0
* | add optional preftable to image codecs, for more control over the resulting b...Mike Reed2010-03-038-50/+79
* | check for null cmapMike Reed2010-02-021-2/+2
* | am 1cc593f7: am e4c504a1: If jpeg_start_decompress fails, but we have valid o...Mike Reed2010-01-281-11/+39
|\ \ | |/
| * If jpeg_start_decompress fails, but we have valid output dimensions and we're inMike Reed2010-01-271-11/+39
| * Do not merge.Wei-Ta Chen2009-11-161-0/+27
| * do not mergeMike Reed2009-11-121-0/+2
* | call skip in a loop for network-backed streamsMike Reed2010-01-211-10/+10
* | Move some utility structs/functions in SkImageDecoder_libjpeg.cpp to SkJpegUt...Wei-Ta Chen2010-01-202-206/+196
* | refresh from skia/trunkMike Reed2009-11-101-0/+5
* | Fix http://b/2154737 by setting the size of memory buffer used for jpeg decod...Wei-Ta Chen2009-10-141-0/+27
|/
* add setDither api, so we can retain this setting when we (re)decode the bitmapMike Reed2009-09-241-0/+2
* refresh from skia trunkMike Reed2009-08-241-1/+1
* am fda848cd: only upscale to 565 from palette if the colortable is opaqueMike Reed2009-07-301-7/+27
|\
| * only upscale to 565 from palette if the colortable is opaqueMike Reed2009-07-291-7/+27
| * Do not mergeMike Reed2009-07-282-55/+11
| * Do not mergeMike Reed2009-07-201-31/+30
* | push upscaling directly into png, rather than having it in the baseclass, whe...Mike Reed2009-07-282-25/+12
* | am da7fbe20: If there is no sampling request in the decode request then use t...Owen Lin2009-07-151-0/+6
|\ \ | |/
| * If there is no sampling request in the decode request then useOwen Lin2009-07-141-0/+6
| * DO NOT MERGE TO DONUTMike Reed2009-07-083-51/+185
* | respect preferred config when decoding index-based png imagesMike Reed2009-07-083-28/+138
* | support encoding Index8 bitmaps into PNGMike Reed2009-07-071-10/+11
* | refresh from trunk: shape flattening, bzeroMike Reed2009-06-291-1/+1
* | am 0d8bbbb9: register the gif movie factoryMike Reed2009-06-182-13/+24
|\ \ | |/
| * register the gif movie factoryMike Reed2009-06-182-13/+24
| * Manual merge from cupcake_dcm.Daisuke Miyakawa2009-05-251-4/+11
| * Automated import from //branches/donutburger/...@141342,141342Mike Reed2009-03-241-0/+1
* | add constY flag to shadersMike Reed2009-06-151-5/+8
* | refresh from skia, esp. with opengl updatesMike Reed2009-06-021-0/+1
* | refresh from skia/trunkMike Reed2009-05-291-44/+12
* | refresh from skia/trunkMike Reed2009-05-012-19/+49
* | Automated import from //branches/master/...@141344,141344Mike Reed2009-03-241-0/+1
|/
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-5/+18
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0329-0/+7406
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0329-7406/+0
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-109-82/+221