summaryrefslogtreecommitdiffstats
path: root/media/jni/android_media_MediaMetadataRetriever.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor to share code between MediaPlayer and MediaMetadataRetriever JNIJames Dong2011-05-051-34/+6
* Clean up JNI codeJames Dong2011-05-051-93/+36
* You don't need to poke around inside FileDescriptor manually.Elliott Hughes2011-04-111-1/+1
* Media JNI code cleanupJames Dong2011-04-071-10/+43
* Don't use local ref for cached jclass reference in JNI codeBrian Carlstrom2011-04-061-15/+11
* Fixing the build.Andreas Huber2011-03-211-2/+2
* Merge "Support passing headers to MediaMetadataRetriever's setDataSource API"Andreas Huber2011-03-211-9/+101
|\
| * Support passing headers to MediaMetadataRetriever's setDataSource APIAndreas Huber2011-03-211-9/+101
* | Scale the thumbnail if display dimension is different from the actual buffer ...James Dong2011-03-201-6/+37
|/
* Remove dead code referencing an obsolete interface.Carl Shapiro2011-01-211-17/+0
* Perform orthogonal rotations without using a Skia canvas.Carl Shapiro2011-01-211-17/+72
* Remove legacy code that should not be usedJames Dong2011-01-121-86/+1
* Publish MediaMetadataRetriever.java as public APIJames Dong2011-01-121-12/+0
* Replace extractAlbumArt() with getEmbeddedPicture() in MediaMetadataRetriever...James Dong2011-01-041-5/+10
* Avoid using private Bitmap constructor to generate bitmapsJames Dong2010-12-221-7/+97
* Fix media metadata retriever JNI due to a change to the private native Bitmap...James Dong2010-12-141-2/+2
* Prepare for publishing MediaMetadataRetriever as public APIJames Dong2010-12-031-20/+6
* Support extracting thumbnail from rotated video tracksJames Dong2010-11-081-1/+58
* Use local lock for most MediaMetadataRetriever methods. Bug 2560834.Dave Sparks2010-04-011-7/+0
* Fix broken build.Dianne Hackborn2009-09-231-2/+2
* Untangle MediaPlayer, MediaRecorder, MediaScanner and MediaMetadataRetriever JNIMarco Nelissen2009-08-031-27/+35
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+327
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-327/+0
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-1/+1
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-38/+191
* Initial ContributionThe Android Open Source Project2008-10-211-0/+174