summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/data/DecodeUtils.java
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cm-12.1' of git://github.com/CyanogenMod/android_packages_apps_...Steve Kondik2015-10-171-0/+44
|\
| * Gallery2 : Uses internal Drm image decoder api in Gallery appParamananda2015-09-151-15/+7
| * Gallery2: Make Gallery2 support OMADRM featureParamananda Pradhan2015-09-151-7/+15
| * Revert OMADRM feature.staging/cm-12.1Steve Kondik2015-03-281-15/+7
| * gallery: use inJustDecodeBounds in ImageFilterBorderJorge Ruesga2015-03-281-0/+44
| * Gallery2: Make Gallery2 support OMADRM featureParamananda Pradhan2015-01-201-7/+15
* | Remove dependencies on FloatMathNeil Fuller2014-10-021-2/+1
|/
* Replace various BitmapPools with a smarter unified poolBobby Georgescu2013-02-221-26/+17
* Set inMutable to true if we may reuse the bitmap.Owen Lin2012-09-041-0/+11
* Don't reuse bitmap before HoneyComb.Owen Lin2012-07-031-1/+78
* Add thumb pool the cache Bitmap used for thumbnails.Chih-Chung Chang2012-04-181-0/+18
* Reuse bitmap for all micro thumb images to prevent GC.Owen Lin2012-03-141-29/+54
* Remove unused code.Chih-Chung Chang2012-02-231-32/+0
* Fix 5398768: Add requestCreateBitmapRegionDecoder for InputStream.Chih-Chung Chang2011-10-141-0/+13
* Fix 5337270: Thumbnail is not generated for large GIF images.Chih-Chung Chang2011-09-201-2/+6
* Add a hard limit on the size of the widget images.Owen Lin2011-09-191-1/+1
* Improve the performance of Reviewing a photo.Owen Lin2011-09-051-0/+25
* Fix unknown type for GL issue.Owen Lin2011-08-191-0/+7
* Initial code for Gallery2.Owen Lin2011-08-181-0/+173