summaryrefslogtreecommitdiffstats
path: root/media/java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix bug 4211099 channel constants and 7.1 mask"Jean-Michel Trivi2011-07-251-1/+27
|\
| * Fix bug 4211099 channel constants and 7.1 maskJean-Michel Trivi2011-07-241-1/+27
* | Merge "Add support for creating a Surface from a a SurfaceTexture."Ted Bonkenburg2011-07-251-4/+25
|\ \ | |/ |/|
| * Add support for creating a Surface from a a SurfaceTexture.Ted Bonkenburg2011-07-221-4/+25
* | Deprecate two methods in MediaRecorder.java classJames Dong2011-07-221-89/+8
* | Merge "fix for issue 4142219 Don't hard code platform-specific limitations-j...Hong Teng2011-07-217-72/+213
|\ \
| * | fix for issue 4142219Hong Teng2011-07-207-72/+213
* | | Merge "AudioRecord JAVA: expose audio session Id"Eric Laurent2011-07-201-3/+21
|\ \ \ | |_|/ |/| |
| * | AudioRecord JAVA: expose audio session IdEric Laurent2011-07-181-3/+21
* | | Merge "MediaScanner: Do separate bulk inserts for different media types"Mike Lockwood2011-07-201-26/+49
|\ \ \
| * | | MediaScanner: Do separate bulk inserts for different media typesMike Lockwood2011-07-201-26/+49
| | |/ | |/|
* | | Merge "Fix issue 5012047: silent mode mutes music"Eric Laurent2011-07-201-9/+16
|\ \ \ | |/ / |/| |
| * | Fix issue 5012047: silent mode mutes musicEric Laurent2011-07-191-9/+16
* | | Fix issue 4499450: Unknown Ringer ModeEric Laurent2011-07-192-0/+27
|/ /
* | Return the play stayed locked.Narayan Kamath2011-07-191-1/+3
|/
* MediaScanner: Add virtual NO_MEDIA column to fix support for .nomedia filesMike Lockwood2011-07-151-1/+3
* Minor documentation updates for the AudioTrack class.Narayan Kamath2011-07-141-16/+32
* MediaScanner: fix breakage in updatesMike Lockwood2011-07-131-5/+18
* MTP: Clean up MtpServer initialization and threading:Mike Lockwood2011-07-131-20/+10
* Merge "Eliminate single-process mode. Bug: 5010576"Jeff Brown2011-07-111-4/+0
|\
| * Eliminate single-process mode.Jeff Brown2011-07-081-4/+0
* | Merge "Remove unnecessary locking from MediaScanner JNI code"Mike Lockwood2011-07-111-0/+2
|\ \
| * | Remove unnecessary locking from MediaScanner JNI codeMike Lockwood2011-07-111-0/+2
| |/
* | Merge "MTP: Return error if user tries to copy a file >= 4GB to a FAT32 file ...Mike Lockwood2011-07-112-1/+11
|\ \
| * | MTP: Return error if user tries to copy a file >= 4GB to a FAT32 file systemMike Lockwood2011-07-112-1/+11
| |/
* | MediaScanner: Use bulk inserts when in batch modeMike Lockwood2011-07-112-27/+52
|/
* Merge "- Retrieve is_drm in MediaMetadataRetriever. - Add one more column in ...Gloria Wang2011-07-063-4/+27
|\
| * - Retrieve is_drm in MediaMetadataRetriever.Gloria Wang2011-07-013-4/+27
* | Associate WebP Mime-Type with FILE_TYPE_WEBP.Vikas Arora2011-07-061-1/+1
* | Merge "Bug 4571308 Provide correct video frame timestamps"Glenn Kasten2011-07-011-7/+4
|\ \ | |/ |/|
| * Bug 4571308 Provide correct video frame timestampsGlenn Kasten2011-06-271-7/+4
* | Remove curtain effect (it's unused).Chih-Chung Chang2011-06-301-4/+0
* | Unlock the camera if media recorder fails to start recording.Wu-cheng Li2011-06-291-2/+3
* | Add framework support for camcorder zoom.Wu-cheng Li2011-06-271-5/+10
* | - Public part of the Metadata API.Gloria Wang2011-06-231-87/+211
* | Merge "Timed text display format support: 1. Extract 3GPP global format descr...Gloria Wang2011-06-222-5/+667
|\ \
| * | Timed text display format support:Gloria Wang2011-06-222-5/+667
* | | Switch to use MediaMetadataRetriever to generate the project thumbnail when t...James Dong2011-06-211-6/+27
|/ /
* | MTP: Add support for PTP variant of GetDeviceInfo result.Mike Lockwood2011-06-211-3/+3
|/
* MTP: Fix some problems with GetObjectHandles and GetNumObjects commandsMike Lockwood2011-06-171-22/+68
* Second attempt to fix the broken buildJames Dong2011-06-141-1/+0
* Fix broken buildJames Dong2011-06-141-1/+1
* Update MediaPlayer and MediaRecorder javadocJames Dong2011-06-142-0/+31
* Support for setting a ParcelSurfaceTexture as the MediaPlayer sink.tedbo2011-06-131-6/+27
* MTP: Remove obsolete setPtpMode supportMike Lockwood2011-06-081-5/+0
* Merge "Add WebP Mime-Type support in Android Media File"Marco Nelissen2011-06-061-1/+3
|\
| * Add WebP Mime-Type support in Android Media FileVikas Arora2011-06-031-1/+3
* | Add some comment to MediaRecorder.stop() about the stop() failure (-1007)James Dong2011-05-261-0/+6
|/
* Extract embedded cover art (aka poster frame) in mp4 filesJames Dong2011-05-261-1/+1
* Merge "For out of band timed text support (timed text in a separate file)."Gloria Wang2011-05-251-4/+16
|\