| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename SkLargeBitmap to SkBitmapRegionDecoder (the previous renaming was reve... | Wei-Ta Chen | 2010-09-20 | 2 | -7/+7 |
* | Fix bug in SkImageDecoder | Joseph Wen | 2010-09-10 | 3 | -38/+23 |
* | Fix SkJpegUtility bug. | Joseph Wen | 2010-09-09 | 1 | -2/+2 |
* | 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 |
* | Rename SkLargeBitmap to SkBitmapRegionDecoder. | Wei-Ta Chen | 2010-09-06 | 2 | -7/+7 |
* | Fix bug in SkJPEGImageDecoder. | Joseph Wen | 2010-08-23 | 1 | -11/+6 |
* | DO NOT MERGE. Add an API to correctly copy the isOpaque flage of an ImageRef ... | Romain Guy | 2010-08-19 | 1 | -0/+10 |
* | Fix master sim break | Joseph Wen | 2010-08-17 | 1 | -0/+3 |
* | Do JPEG tile-based decoding. | Joseph Wen | 2010-08-16 | 4 | -6/+404 |
* | merge from open-source master | The Android Open Source Project | 2010-05-10 | 1 | -0/+5 |
|\ |
|
| * | Adding check for missing color map in GIF decoder. | Fredrik Lanker | 2010-04-21 | 1 | -0/+5 |
* | | update jpeg ram limits for large and small RAM class devices | Mike Reed | 2010-03-04 | 1 | -8/+5 |
* | | remove debugging printf | Mike Reed | 2010-03-03 | 1 | -1/+0 |
* | | add optional preftable to image codecs, for more control over the resulting b... | Mike Reed | 2010-03-03 | 8 | -50/+79 |
* | | check for null cmap | Mike Reed | 2010-02-02 | 1 | -2/+2 |
* | | am 1cc593f7: am e4c504a1: If jpeg_start_decompress fails, but we have valid o... | Mike Reed | 2010-01-28 | 1 | -11/+39 |
|\ \
| |/ |
|
| * | If jpeg_start_decompress fails, but we have valid output dimensions and we're in | Mike Reed | 2010-01-27 | 1 | -11/+39 |
| * | Do not merge. | Wei-Ta Chen | 2009-11-16 | 1 | -0/+27 |
| * | do not merge | Mike Reed | 2009-11-12 | 1 | -0/+2 |
* | | call skip in a loop for network-backed streams | Mike Reed | 2010-01-21 | 1 | -10/+10 |
* | | Move some utility structs/functions in SkImageDecoder_libjpeg.cpp to SkJpegUt... | Wei-Ta Chen | 2010-01-20 | 2 | -206/+196 |
* | | refresh from skia/trunk | Mike Reed | 2009-11-10 | 1 | -0/+5 |
* | | Fix http://b/2154737 by setting the size of memory buffer used for jpeg decod... | Wei-Ta Chen | 2009-10-14 | 1 | -0/+27 |
|/ |
|
* | add setDither api, so we can retain this setting when we (re)decode the bitmap | Mike Reed | 2009-09-24 | 1 | -0/+2 |
* | refresh from skia trunk | Mike Reed | 2009-08-24 | 1 | -1/+1 |
* | am fda848cd: only upscale to 565 from palette if the colortable is opaque | Mike Reed | 2009-07-30 | 1 | -7/+27 |
|\ |
|
| * | only upscale to 565 from palette if the colortable is opaque | Mike Reed | 2009-07-29 | 1 | -7/+27 |
| * | Do not merge | Mike Reed | 2009-07-28 | 2 | -55/+11 |
| * | Do not merge | Mike Reed | 2009-07-20 | 1 | -31/+30 |
* | | push upscaling directly into png, rather than having it in the baseclass, whe... | Mike Reed | 2009-07-28 | 2 | -25/+12 |
* | | am da7fbe20: If there is no sampling request in the decode request then use t... | Owen Lin | 2009-07-15 | 1 | -0/+6 |
|\ \
| |/ |
|
| * | If there is no sampling request in the decode request then use | Owen Lin | 2009-07-14 | 1 | -0/+6 |
| * | DO NOT MERGE TO DONUT | Mike Reed | 2009-07-08 | 3 | -51/+185 |
* | | respect preferred config when decoding index-based png images | Mike Reed | 2009-07-08 | 3 | -28/+138 |
* | | support encoding Index8 bitmaps into PNG | Mike Reed | 2009-07-07 | 1 | -10/+11 |
* | | refresh from trunk: shape flattening, bzero | Mike Reed | 2009-06-29 | 1 | -1/+1 |
* | | am 0d8bbbb9: register the gif movie factory | Mike Reed | 2009-06-18 | 2 | -13/+24 |
|\ \
| |/ |
|
| * | register the gif movie factory | Mike Reed | 2009-06-18 | 2 | -13/+24 |
| * | Manual merge from cupcake_dcm. | Daisuke Miyakawa | 2009-05-25 | 1 | -4/+11 |
| * | Automated import from //branches/donutburger/...@141342,141342 | Mike Reed | 2009-03-24 | 1 | -0/+1 |
* | | add constY flag to shaders | Mike Reed | 2009-06-15 | 1 | -5/+8 |
* | | refresh from skia, esp. with opengl updates | Mike Reed | 2009-06-02 | 1 | -0/+1 |
* | | refresh from skia/trunk | Mike Reed | 2009-05-29 | 1 | -44/+12 |
* | | refresh from skia/trunk | Mike Reed | 2009-05-01 | 2 | -19/+49 |
* | | Automated import from //branches/master/...@141344,141344 | Mike Reed | 2009-03-24 | 1 | -0/+1 |
|/ |
|
* | auto import from //branches/cupcake_rel/...@140373 | The Android Open Source Project | 2009-03-18 | 1 | -5/+18 |
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 29 | -0/+7406 |
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 29 | -7406/+0 |
* | auto import from //branches/cupcake/...@130745 | The Android Open Source Project | 2009-02-10 | 9 | -82/+221 |