summaryrefslogtreecommitdiffstats
path: root/media/jni
Commit message (Expand)AuthorAgeFilesLines
* Refactor to share code between MediaPlayer and MediaMetadataRetriever JNIJames Dong2011-05-055-66/+126
* Clean up JNI codeJames Dong2011-05-052-188/+73
* Add setParameter/getParameter to MediaPlayer API.Gloria Wang2011-04-291-0/+35
* audio/media: convert to using the audio HAL and new audio defsDima Zavin2011-04-272-4/+7
* MTP: Implement GetThumb commandMike Lockwood2011-04-252-1/+66
* MediaScanner: reimplement the ".nomedia" feature for hiding files from the me...Mike Lockwood2011-04-251-26/+3
* Merge "MTP: Add extended operations to support in-place editing of files"Mike Lockwood2011-04-231-30/+12
|\
| * MTP: Add extended operations to support in-place editing of filesMike Lockwood2011-04-221-30/+12
* | Fix for issue 3385135 "source code cleanup" engine parthongteng2011-04-224-15/+0
|/
* Fix for issue 4133431 "Remove OSAL layer" in JNI partShyam Pallapothu2011-04-216-84/+84
* Fix for issue 4133431 "Remove OSAL layer" in JNIShyam Pallapothu2011-04-204-15/+15
* Fix for issue 4133431 "Remove OSAL layer" in JNI part"Dheeraj Sharma2011-04-203-26/+27
* Merge "- Add another parameter in notify() to be able to send timed text samp...Gloria Wang2011-04-131-3/+16
|\
| * - Add another parameter in notify() to be able to send timed text sampleGloria Wang2011-04-131-3/+16
* | More native code cleanup.Elliott Hughes2011-04-122-10/+0
* | You don't need to poke around inside FileDescriptor manually.Elliott Hughes2011-04-115-8/+6
|/
* Tidy up exception throwing in the media native code.Elliott Hughes2011-04-084-58/+21
* Media JNI code cleanupJames Dong2011-04-073-46/+93
* Handle the failure from GetStringUTFChars()James Dong2011-04-063-10/+25
* Don't use local ref for cached jclass reference in JNI codeBrian Carlstrom2011-04-061-15/+11
* MTP and media provider support for multiple storage devices:Mike Lockwood2011-04-051-50/+127
* ISurfaceTexture does not have a method getIdentity()James Dong2011-04-011-2/+1
* merge libsurfaceflinger_client into libguiMathias Agopian2011-03-252-2/+2
* Fix issue 3509396: AudioEffect.getParameter JAVA.Eric Laurent2011-03-211-37/+18
* 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
|/
* am ce254e86: am 69d05490: am 0edefea8: Merge "Fix for 4087846 Crash reported ...Rajneesh Chowdury2011-03-161-0/+12
|\
| * Fix for 4087846 Crash reported by monkey report (Java/Jni)Rajneesh Chowdury2011-03-151-0/+12
* | Merge "Add a release() method to MediaScanner"James Dong2011-03-141-17/+46
|\ \
| * | Add a release() method to MediaScannerJames Dong2011-03-111-17/+46
* | | frameworks/base: remove LOCAL_PRELINK_MODULEIliyan Malchev2011-03-141-4/+0
|/ /
* | Merge "Remove unnecessary ld flags."Ying Wang2011-03-111-3/+0
|\ \
| * | Remove unnecessary ld flags.Ying Wang2011-03-111-3/+0
| |/
* | A little cleanup in MediaScanner JNI codeJames Dong2011-03-111-89/+169
|/
* MTP: Convert date created and modified values from seconds to millisecondsMike Lockwood2011-03-091-2/+2
* Fix for issue 3453519: (Java/JNI) do not allow editing of DRM protected contentsSantosh Madhava2011-03-042-4/+12
* Fix for issue 3371667: fix source code compilation warnings (4)Basavapatna Dattaguru2011-03-022-26/+26
* Fix for issue 3431967: Memory leak from video editor engineSantosh Madhava2011-03-011-21/+26
* Fix for issue 3431967: Memory leak from video editor engineSantosh Madhava2011-02-271-5/+12
* Bug 3438258 Add SurfaceTexture as MediaPlayer sinkGlenn Kasten2011-02-231-15/+60
* Merge "- Add method in MediaPlayerService to collect and pull codec usage (...Gloria Wang2011-02-231-0/+18
|\
| * - Add method in MediaPlayerService to collect and pullGloria Wang2011-02-221-0/+18
* | MTP: Disable MTP when the keyguard is locked and secureMike Lockwood2011-02-221-1/+30
* | MTP: Add support for dynamically adding and removing storage unitsMike Lockwood2011-02-221-7/+11
|/
* Fix for issue 3439595 : Java/JNI - Movide studio playback picks previous framesSantosh Madhava2011-02-161-5/+9
* VideoEditor:Issue ID: 3431967Basavapatna Dattaguru2011-02-161-4/+18
* Fix for issue 3444358 : Movie studio is broken in Master-TOTSantosh Madhava2011-02-111-16/+62
* Merge "Fix for issue : 3439708 Last frame is missing effect"Dheeraj Sharma2011-02-111-2/+3
|\