summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Fix issue 1743700: AudioTrack: setPlaybackRate can not set the playback rate ...Eric Laurent2009-07-073-36/+21
* Don't trim() in the mediascanner, as that would remove the special "sort firs...Marco Nelissen2009-07-061-1/+4
* Make sure ringtones are sorted correctly.Marco Nelissen2009-07-061-4/+7
* Merge change 5420 into donutAndroid (Google) Code Review2009-06-303-0/+140
|\
| * Added two test cases to trace the failure in closing the hw decoder and the c...Yu Shan Emily Lau2009-06-303-0/+140
* | We might try to close the Vorbis file twice under certainDave Sparks2009-06-261-6/+6
|/
* Use a ref-counted callback interface for Camera.Dave Sparks2009-06-241-1/+1
* Merge change 5176 into donutAndroid (Google) Code Review2009-06-231-3/+46
|\
| * Export the output to a text file and save to sdcardYu Shan Emily Lau2009-06-231-3/+46
* | Merge change 5100 into donutAndroid (Google) Code Review2009-06-232-303/+1146
|\ \
| * | Fill in CDMA gaps and clean up ToneGenerator codeDavid Krause2009-06-232-303/+1146
| |/
* | Rollback the number of loop in the memory stress testYu Shan Emily Lau2009-06-221-2/+2
|/
* Merge the output file into one.Yu Shan Emily Lau2009-06-221-39/+47
* AudioService: Fix routing problem recently introduced in setRouting().Mike Lockwood2009-06-161-4/+4
* Merge change 4047 into donutAndroid (Google) Code Review2009-06-121-18/+35
|\
| * Fix issue #899198 MODE_RINGER_STREAMS_AFFECTED does not restore volumes corre...Eric Laurent2009-06-121-18/+35
* | Removed trailing whitespaces.Nicolas Catania2009-06-114-186/+185
|/
* Merge change 3799 into donutAndroid (Google) Code Review2009-06-101-7/+1
|\
| * Turned on the windows media related test cases as the binary already integrated.Yu Shan Emily Lau2009-06-101-7/+1
* | Print a message to the log when a file can't be opened on the client side.Marco Nelissen2009-06-091-0/+1
|/
* Merge change 1548 into donutAndroid (Google) Code Review2009-06-083-12/+105
|\
| * NJ-1409: (frameworks/base) Support new audio encoding types(AMR and AAC).Jianhong Jiang2009-06-083-12/+105
* | Capture the memory output before the playback and record start.Yu Shan Emily Lau2009-06-081-0/+7
|/
* Merge change 2805 into donutAndroid (Google) Code Review2009-06-011-1/+1
|\
| * base: Rename WRITE_SDCARD -> WRITE_EXTERNAL_STORAGESan Mehat2009-06-011-1/+1
* | Merge change 2774 into donutAndroid (Google) Code Review2009-06-011-6/+10
|\ \ | |/ |/|
| * Limit check on maxChannels for SoundPool.Dave Sparks2009-06-011-6/+10
* | Merge change 2716 into donutAndroid (Google) Code Review2009-05-292-8/+34
|\ \
| * | Update MediaPlayer to allow setVideoSurface calls after prepare. Also allowDave Sparks2009-05-292-8/+34
| |/
* | Merge change 2399 into donutAndroid (Google) Code Review2009-05-281-40/+279
|\ \
| * | Motorola additions for CDMA support without CdmaSuppConnTrackerWink Saville2009-05-281-40/+279
| |/
* | Added the two validations for the memory stress testYu Shan Emily Lau2009-05-281-9/+97
|/
* setVolume did not check interface descriptorDave Sparks2009-05-261-0/+2
* Fix issue 1846343 - part 1Eric Laurent2009-05-265-21/+36
* Fix permission hole for RECORD_AUDIO created when we moved the MediaRecorderDave Sparks2009-05-201-0/+4
* Merge change 2016 into donutAndroid (Google) Code Review2009-05-195-39/+39
|\
| * Replaced the old test media files with the new open source test media files.Yu Shan Emily Lau2009-05-195-39/+39
* | Added the write sdcard permission so that the mediarecorder testYu Shan Emily Lau2009-05-191-0/+1
|/
* Document the media scanner's flow through native and java code, sinceMarco Nelissen2009-05-191-1/+39
* Add a tool to play all kinds of media files saved in /sdcard/media_api/sampl...Xia Wang2009-05-153-6/+103
* Findbugs fixes.Marco Nelissen2009-05-143-8/+5
* Merge change 1370 into donutAndroid (Google) Code Review2009-05-111-0/+5
|\
| * Fix a JNI layer crash due to null camera object passed to get_native_camera()James Dong2009-05-111-0/+5
* | Merge change 1155 into donutAndroid (Google) Code Review2009-05-071-1/+1
|\ \ | |/ |/|
| * Don't allow negative numbers in ToneGenerator toneType parameterDave Sparks2009-05-071-1/+1
* | Merge change 1120 into donutAndroid (Google) Code Review2009-05-072-3/+13
|\ \ | |/ |/|
| * Suppress all tests on Windows Media in MediaPlayerApiTest and MediaMetadataTestXia Wang2009-05-062-3/+13
* | fix issue 1641535: SoundPool should use AudioTrack with shared memory bufferEric Laurent2009-05-071-1/+4
|/
* Fixed issue 1709450: Requirements for CDMA Tone GeneratorEric Laurent2009-05-063-94/+413
* fix issue 1713090: After a Bluetooth call, MusicPlayer starts playing on spea...Eric Laurent2009-05-062-36/+217