summaryrefslogtreecommitdiffstats
path: root/media/java
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge "Issue 2667802: [Audio Effect Framework] AudioEffect base class and JNI...Eric Laurent2010-06-141-0/+954
|\ \ \ \
| * | | | Issue 2667802: [Audio Effect Framework] AudioEffect base class and JNI.Eric Laurent2010-06-111-0/+954
* | | | | Switch stagefright's approach to prefetching to the new model. The java Media...Andreas Huber2010-06-101-0/+9
|/ / / /
* | | | Merge "Pass BluetoothDevice to the Bluetooth Headset calls." into krakenJaikumar Ganesh2010-06-071-7/+11
|\ \ \ \
| * | | | Pass BluetoothDevice to the Bluetooth Headset calls.Jaikumar Ganesh2010-06-021-7/+11
* | | | | Initial checkin of mpeg2 transport stream parser for stagefright.Andreas Huber2010-06-071-1/+4
* | | | | am c40209ac: am 28a92b2e: Merge "Fix a Javadoc to clarify when setAudioStream...James Dong2010-06-031-2/+6
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | am 28a92b2e: Merge "Fix a Javadoc to clarify when setAudioStreamType() should...James Dong2010-06-031-2/+6
| |\ \ \ | | | |/ | | |/|
| | * | Fix a Javadoc to clarify when setAudioStreamType() should be called.James Dong2010-06-031-2/+6
* | | | Add support for gps altitude EXIF tags.Wu-cheng Li2010-05-271-5/+35
* | | | Support for media extraction from .mkv/.mka Matroska files in stagefright.Andreas Huber2010-05-201-2/+7
|/ / /
* | | am b1235a57: Merge "Hide two audio focus methods." into froyoXavier Ducrohet2010-05-121-0/+2
|\ \ \ | |/ /
| * | Merge "Hide two audio focus methods." into froyoXavier Ducrohet2010-05-111-0/+2
| |\ \
| | * | Hide two audio focus methods.Xavier Ducrohet2010-05-111-0/+2
* | | | am 836b2d75: Merge "Don\'t clear the _data column in the audio_meta table, si...Marco Nelissen2010-05-121-2/+5
|\ \ \ \ | |/ / /
| * | | Don't clear the _data column in the audio_meta table, since it isn'tMarco Nelissen2010-05-111-2/+5
| |/ /
* | | am 3e90c76c: Merge "Update javadoc in android.media.AudioManager to not hide ...Jean-Michel Trivi2010-05-121-9/+15
|\ \ \ | |/ /
| * | Update javadoc in android.media.AudioManager to not hide theJean-Michel Trivi2010-05-111-9/+15
* | | am aaa01b18: Merge " Fix bug 2670395 and 2599698 When the user selects...Jean-Michel Trivi2010-05-122-22/+25
|\ \ \ | |/ /
| * | Fix bug 2670395 and 2599698Jean-Michel Trivi2010-05-112-22/+25
* | | merge from open-source masterThe Android Open Source Project2010-04-281-1/+1
|\ \ \ | |/ / |/| / | |/
| * speling fixhugh kennedy2010-04-281-1/+1
* | Fix bug 2619062 Music is routed to Phone speaker, though it isJean-Michel Trivi2010-04-231-2/+17
* | Update AudioService to reflect phone state changes with AudioFocus.Jean-Michel Trivi2010-04-201-29/+52
* | Merge "When updating existing entries in the media database, don't update the...Marco Nelissen2010-04-201-2/+6
|\ \
| * | When updating existing entries in the media database, don't updateMarco Nelissen2010-04-201-2/+6
* | | Fix issue 2602879: camera shutter sound not playing.Eric Laurent2010-04-201-0/+6
* | | Fix issue 2604270 Device auto connects to Car Dock (Media profile) after und...Eric Laurent2010-04-201-0/+3
|/ /
* | Fix issue 2592680: Saved ringer volume forced to 0 when receiving a call in s...Eric Laurent2010-04-141-17/+9
* | Fix issue 2589563: Able to set ringer volume to 0 outside of silent mode.Eric Laurent2010-04-141-0/+3
* | Fix bug 2578813 Delay pausing music and routing audio for car docksJean-Michel Trivi2010-04-131-11/+56
* | Honor the "Never vibrate" setting for incoming calls.Daniel Sandler2010-04-131-4/+2
* | Fix monkey bug 2586534 java.util.ConcurrentModificationExceptionJean-Michel Trivi2010-04-091-2/+6
* | Per requested by API council, rename MediaScannerConneciton.ScanResultListene...Ray Chen2010-04-071-30/+30
* | Make createVideoThumbnail and createImageThumbnail look consistent.Ray Chen2010-04-051-128/+43
* | Fix bug 2565463 Ensure an object cannot appear twice in theJean-Michel Trivi2010-04-012-1/+9
* | Public API changes for CameraProfile and CamcorderProfile classesJames Dong2010-04-013-59/+109
* | Fix bug 2553575 API REVIEW: android.media Change 1 of 3Jean-Michel Trivi2010-03-311-8/+8
* | Fix issue 2472495: Phone cannot be set to silent mode via volume keys while D...Eric Laurent2010-03-221-49/+88
* | Unhide the MediaButton receiver API in android.media.AudioManagerJean-Michel Trivi2010-03-221-27/+0
* | Update MediaRecorder.java documentation to mention it does not work on the em...James Dong2010-03-221-0/+1
* | Merge "Fix two AudioFocus issues: - if a focus owner abandons audio focus dur...Jean-Michel Trivi2010-03-191-15/+52
|\ \
| * | Fix two AudioFocus issues:Jean-Michel Trivi2010-03-191-15/+52
* | | Unhide new constants used in AudioFocus API to denote a situationJean-Michel Trivi2010-03-191-9/+11
|/ /
* | Merge "We should pass null for the album artist if it was not set, instead of...Marco Nelissen2010-03-191-6/+6
|\ \
| * | We should pass null for the album artist if it was not set, instead of a copyMarco Nelissen2010-03-191-6/+6
* | | Fix SDK build Remove links to hidden constant in javadoc.Jean-Michel Trivi2010-03-181-3/+0
* | | Attempt to fix the SDK build.Eric Laurent2010-03-181-1/+1
* | | Support focus requests where ducking of the loser of audio focusJean-Michel Trivi2010-03-182-30/+43
* | | Unhide AudioManager API to control bluetooth SCO audio connection.Eric Laurent2010-03-181-17/+1