summaryrefslogtreecommitdiffstats
path: root/media/jni/android_media_MediaMetadataRetriever.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change how Java Bitmaps are accessed in a few placesJohn Reck2015-04-301-4/+5
* Merge "Revert "Change how Java Bitmaps are accessed in a few places""John Reck2015-04-201-5/+4
|\
| * Revert "Change how Java Bitmaps are accessed in a few places"John Reck2015-04-201-5/+4
* | Unhide the android.media.[Media]DataSource interface.Chris Watkins2015-04-151-0/+19
|/
* Change how Java Bitmaps are accessed in a few placesJohn Reck2015-04-131-4/+5
* Cleanup Bitmap JNI attempt #2John Reck2015-03-051-7/+1
* Revert "Cleanup Bitmap JNI"Chad Jones2015-03-051-1/+7
* Cleanup Bitmap JNIJohn Reck2015-03-051-7/+1
* am b0dd6d3a: am 4c23a0ec: Merge "Adjust format strings to work on both 32-bit...Chih-hung Hsieh2014-12-111-1/+1
|\
| * Adjust format strings to work on both 32-bit and 64-bit buildsBernhard Rosenkränzer2014-12-051-1/+1
* | am cba06c22: resolved conflicts for merge of 6957369d to lmp-mr1-dev-plus-aospAndreas Gampe2014-11-111-1/+0
|\ \ | |/
| * Frameworks/base: Wall Werror in media/jniAndreas Gampe2014-11-101-1/+0
* | SkBitmap::Config is deprecatedMike Reed2014-08-141-1/+2
|/
* am b9525871: am 8525fe8d: am 1a3908e9: Merge "Switch to a type-safe album art...Elliott Hughes2014-06-121-8/+5
|\
| * Switch to a type-safe album art interface.Elliott Hughes2014-06-111-8/+5
* | am 4375e848: am ab962b54: am ab3977d2: Merge "MetadataRetriever: Check null p...Marco Nelissen2014-05-011-0/+7
|\ \ | |/
| * MetadataRetriever: Check null pointer to avoid tombstone crash.wang, biao2014-04-091-0/+7
* | am f2c11c14: am 214c3d9b: am 6ac6263d: am 28ccb4f7: Merge "Don\'t use size_t ...Narayan Kamath2014-03-071-3/+3
|\ \ | |/
| * Don't use size_t for variables that store uint32_t valueAshok Bhat2014-03-061-3/+3
| * AArch64: Make graphics classes 64-bit compatibleAshok Bhat2014-01-281-2/+2
* | Fix includes so that they no longer rely on the global Skia includes director...Derek Sollenberger2014-02-271-1/+1
* | FINAL ATTEMPT: HTTP services are now provided from JAVA and made available to...Andreas Huber2014-02-041-3/+14
* | AArch64: Make graphics classes 64-bit compatibleAshok Bhat2014-01-281-2/+2
* | Revert "AArch64: Make graphics classes 64-bit compatible"Narayan Kamath2014-01-271-2/+2
* | AArch64: Make graphics classes 64-bit compatibleAshok Bhat2014-01-271-2/+2
|/
* AArch64: Use long for pointers in media classesAshok Bhat2014-01-151-9/+9
* Fix thumbnail generation failureJames Dong2012-04-111-9/+0
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-6/+6
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-12/+12
* 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