summaryrefslogtreecommitdiffstats
path: root/media/java/android/media/ThumbnailUtils.java
Commit message (Expand)AuthorAgeFilesLines
* Performance increase in thumbnail handlingPosselwhite2012-12-041-1/+1
* ThumbnailUtils: To fix misuse of FileInputStream.Dongwon Kang2012-01-051-1/+12
* Don't check return value of new for being == nullGlenn Kasten2011-11-111-3/+1
* Clear the bitmap from the canvas in a lot of places.Dianne Hackborn2011-08-021-0/+1
* am b618b2ef: am f0dbf00d: Merge "Handle OutOfMemoryError when decoding images...Brad Fitzpatrick2011-03-301-1/+3
|\
| * Handle OutOfMemoryError when decoding images in ThumbnailUtilsChrister Fletcher2011-03-281-1/+3
| * Squash commits of the following patches, cherry-picked from other branch - do...James Dong2011-01-121-2/+1
* | Publish MediaMetadataRetriever.java as public APIJames Dong2011-01-121-1/+0
* | Fix 3274309: Returns correctly sized thumbnails for MINI_KIND video thumbnails.Chih-Chung Chang2010-12-161-2/+16
* | Replace MediaMetadataRetriever.captureFrame() with MediaMetadataRetriever.get...James Dong2010-12-031-1/+1
|/
* Make createVideoThumbnail and createImageThumbnail look consistent.Ray Chen2010-04-051-128/+43
* Fix #2509370 ThumbnailUtils.createThumbnailFromEXIF crashes media provider.Ray Chen2010-03-151-1/+1
* Remove native options.Ray Chen2010-03-051-32/+7
* Revise ThumbnailUtils API.Ray Chen2010-02-111-60/+45
* Unhide ThumbnailUtils to support Camera unbundling.Ray Chen2010-01-291-0/+627