summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* am c1c82509: Merge change 2163 into donutAndroid (Google) Code Review2009-05-201-0/+4
|\
| * Fix permission hole for RECORD_AUDIO created when we moved the MediaRecorderDave Sparks2009-05-201-0/+4
* | move libbinder's header files under includes/binderMathias Agopian2009-05-2021-42/+42
* | checkpoint: split libutils into libutils + libbinderMathias Agopian2009-05-205-2/+6
* | am 379d3bd9: Merge change 2016 into donutAndroid (Google) Code Review2009-05-195-39/+39
|\ \ | |/
| * 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
* | | am 988c4d1a: Merge change 2005 into donutAndroid (Google) Code Review2009-05-191-0/+1
|\ \ \ | |/ /
| * | Added the write sdcard permission so that the mediarecorder testYu Shan Emily Lau2009-05-191-0/+1
| |/
* | am 65ff54c4: Merge change 1967 into donutAndroid (Google) Code Review2009-05-191-1/+39
|\ \ | |/
| * Document the media scanner's flow through native and java code, sinceMarco Nelissen2009-05-191-1/+39
* | am b3af6b48: Merge change 1748 into donutAndroid (Google) Code Review2009-05-153-6/+103
|\ \ | |/
| * Add a tool to play all kinds of media files saved in /sdcard/media_api/sampl...Xia Wang2009-05-153-6/+103
* | am 109b21ba: Merge change 1677 into donutAndroid (Google) Code Review2009-05-143-8/+5
|\ \ | |/
| * Findbugs fixes.Marco Nelissen2009-05-143-8/+5
* | am 7f2ae49: Merge change 1370 into donutAndroid (Google) Code Review2009-05-111-0/+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
* | | am b85c374: Merge change 1155 into donutAndroid (Google) Code Review2009-05-071-1/+1
|\ \ \ | |/ /
| * | 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
* | | am 0efb086: Merge change 1120 into donutAndroid (Google) Code Review2009-05-072-3/+13
|\ \ \ | |/ /
| * | 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
* | | am a6706b3: Merge change 1131 into donutAndroid (Google) Code Review2009-05-071-1/+4
|\ \ \ | |/ /
| * | fix issue 1641535: SoundPool should use AudioTrack with shared memory bufferEric Laurent2009-05-071-1/+4
| |/
* | manual merge f3af740bdfc261b1cb25c0799af780d3753d4518The Android Open Source Project2009-05-063-94/+413
|\ \ | |/
| * Fixed issue 1709450: Requirements for CDMA Tone GeneratorEric Laurent2009-05-063-94/+413
* | manual merge for b9c9d260f21b321527c4622a123af9767630d94dThe Android Open Source Project2009-05-062-36/+217
|\ \ | |/
| * fix issue 1713090: After a Bluetooth call, MusicPlayer starts playing on spea...Eric Laurent2009-05-062-36/+217
* | am e556248: Merge change 1017 into donutAndroid (Google) Code Review2009-05-064-42/+109
|\ \ | |/
| * Changes in mediaframework test for the OpenCore 2.0 integration. Changes incl...Yu Shan Emily Lau2009-05-054-42/+109
| * Change 79 in git master branchJames Dong2009-04-303-34/+35
* | fix the bug of testStartupTime in MediaPlayerPerformance test throws exceptio...Xia Wang2009-05-041-2/+8
* | am 7fe3b06: Merge change 740 into donutAndroid (Google) Code Review2009-04-291-1/+1
|\ \ | |/
| * Merge change 740 into donutAndroid (Google) Code Review2009-04-291-1/+1
| |\
| | * MIDI render thread was nice 0, should be nice -16.Dave Sparks2009-04-291-1/+1
* | | am 9f98f79: Merge change 739 into donutAndroid (Google) Code Review2009-04-291-1/+1
|\ \ \ | |/ /
| * | Vorbis render thread was nice 0, should be nice -16.Dave Sparks2009-04-291-1/+1
| |/
* | am ba2eba4: Merge change 539 into donutAndroid (Google) Code Review2009-04-292-5/+28
|\ \ | |/
| * Modify and turn on the test case for video recording in portrait mode.Yu Shan Emily Lau2009-04-232-5/+28
* | Merge donut into masterJean-Baptiste Queru2009-04-226-20/+21
|\ \ | |/
| * Do case-insensitive matching when determining whether something is music, an ...Marco Nelissen2009-04-221-5/+6
| * Fix issue 1745312: Various cleanups in media frameworkEric Laurent2009-04-215-15/+15
| * AI 147035: am: CL 147032 Finalize JetPlayer javadoc.Jean-Michel Trivi2009-04-201-8/+165
| * AI 146938: am: CL 146937 Finalize AudioRecord javadoc.Jean-Michel Trivi2009-04-201-35/+46
| * AI 146755: am: CL 146754 Fix some problems in the SoundPool docs and add addi...Dave Sparks2009-04-171-38/+95
| * AI 146752: am: CL 146751 Finalize AudioTrack javadoc.Jean-Michel Trivi2009-04-171-44/+67
| * AI 146668: am: CL 146667 Add advice in MediaRecorder Java docs about using MP...Dave Sparks2009-04-161-0/+4
| * AI 146655: am: CL 146654 Add java docs for SoundPoolDave Sparks2009-04-161-1/+189