Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | MIDI render thread was nice 0, should be nice -16. | Dave Sparks | 2009-04-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | Seems like a recent change sets the thread priority to 0. Previously it inherited priority from the parent thread. This change sets the MIDI render thread priority to the default for audio threads. Reference bug 1800905 | |||||
* | | Vorbis render thread was nice 0, should be nice -16. | Dave Sparks | 2009-04-29 | 1 | -1/+1 | |
|/ | | | | | | | Seems like a recent change sets the thread priority to 0. Previously it inherited priority from the parent thread. This change sets the Vorbis render thread priority to the default for audio threads. Reference bug 1800905 | |||||
* | Modify and turn on the test case for video recording in portrait mode. | Yu Shan Emily Lau | 2009-04-23 | 2 | -5/+28 | |
| | ||||||
* | Do case-insensitive matching when determining whether something is music, an ↵ | Marco Nelissen | 2009-04-22 | 1 | -5/+6 | |
| | | | | alarm sound, notification sound, etc. | |||||
* | Fix issue 1745312: Various cleanups in media framework | Eric Laurent | 2009-04-21 | 5 | -15/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | AudioTrack, AudioRecord: - remove useless mAudioFlinger member of AudioTrack and AudioRecord. - signal cblk.cv condition in stop() method to speed up stop completion. - extend wait condition timeout in obtainBuffer() when waitCount is -1 to avoid waking up callback thread unnecessarily AudioFlinger: - remove some warnings in AudioFlinger.cpp. - remove function AudioFlinger::MixerThread::removetrack_l() as its content is never executed. - remove useless call to setMasterVolume in AudioFlinger::handleForcedSpeakerRoute(). - Offset VOICE_CALL stream volume to reflect actual volume that is never 0 in hardware (this fix has been made in the open source): 0.01 + v * 0.99. AudioSystem.java: - correct typo in comment IAudioflinger, IAudioFlingerClient: - make AudioFlinger binder interfaces used for callbacks ONEWAY. AudioHardwareInterface: - correct routeStrings[] table in AudioHardwareInteface.cpp | |||||
* | AI 147035: am: CL 147032 Finalize JetPlayer javadoc. | Jean-Michel Trivi | 2009-04-20 | 1 | -8/+165 | |
| | | | | | | | Original author: jmtrivi Merged from: //branches/cupcake/... Automated import of CL 147035 | |||||
* | AI 146938: am: CL 146937 Finalize AudioRecord javadoc. | Jean-Michel Trivi | 2009-04-20 | 1 | -35/+46 | |
| | | | | | | | Original author: jmtrivi Merged from: //branches/cupcake/... Automated import of CL 146938 | |||||
* | AI 146755: am: CL 146754 Fix some problems in the SoundPool docs and add ↵ | Dave Sparks | 2009-04-17 | 1 | -38/+95 | |
| | | | | | | | | | additional text. Original author: davidsparks Merged from: //branches/cupcake/... Automated import of CL 146755 | |||||
* | AI 146752: am: CL 146751 Finalize AudioTrack javadoc. | Jean-Michel Trivi | 2009-04-17 | 1 | -44/+67 | |
| | | | | | | | Original author: jmtrivi Merged from: //branches/cupcake/... Automated import of CL 146752 | |||||
* | AI 146668: am: CL 146667 Add advice in MediaRecorder Java docs about using ↵ | Dave Sparks | 2009-04-16 | 1 | -0/+4 | |
| | | | | | | | | | MPEG-4 container format Original author: davidsparks Merged from: //branches/cupcake/... Automated import of CL 146668 | |||||
* | AI 146655: am: CL 146654 Add java docs for SoundPool | Dave Sparks | 2009-04-16 | 1 | -1/+189 | |
| | | | | | | | Original author: davidsparks Merged from: //branches/cupcake/... Automated import of CL 146655 | |||||
* | AI 145778: Manual merge changes 145382-145384 from cupcake. | Andy Stadler | 2009-04-10 | 1 | -1/+0 | |
| | | | | Automated import of CL 145778 | |||||
* | AI 144327: am: CL 144326 Start the thread that initializes the camera for ↵ | Jean-Michel Trivi | 2009-04-02 | 1 | -2/+2 | |
| | | | | | | | | | the test under lock to make sure the monitor is notified after it has started waiting. Original author: jmtrivi Merged from: //branches/cupcake/... Automated import of CL 144327 | |||||
* | AI 144314: am: CL 144313 Add two test cases for AudioTrack.java | Xia Wang | 2009-04-02 | 1 | -0/+38 | |
| | | | | | | | | | getMinBufferSize() returns ERROR_BAD_VALUE if sampleRateInHz < 4000 or > 48000. Original author: xiaw Merged from: //branches/cupcake/... Automated import of CL 144314 | |||||
* | AI 144054: am: CL 144053 Fix issue #1751242 A2DP playback fails first time: ↵ | Eric Laurent | 2009-04-01 | 1 | -16/+17 | |
| | | | | | | | | | | | Invalid buffer size: minFrameCount 10240, frameCount 4800 The problem comes from the fact that AudioSystem::getOutputFrameCount() calls getOutput() to retrieve the active output (A2DP or Hardware) before calling get_audio_flinger(). If it is the first time AudioSystem::getOutputFrameCount() is called in a given process, getOutput() will return a wrong value because gA2dpEnabled has not yet been updated by get_audio_flinger(). The fix consists in calling get_audio_flinger() in getOutput() to be sure that gA2dpEnabled is valid when getOutput() reads it. Original author: elaurent Merged from: //branches/cupcake/... Automated import of CL 144054 | |||||
* | AI 143905: am: CL 143904 Fix the failure in the media recorder large test by ↵ | Yu Shan Emily Lau | 2009-03-31 | 1 | -0/+1 | |
| | | | | | | | | | adding the Camera permission. Original author: yslau Merged from: //branches/cupcake/... Automated import of CL 143905 | |||||
* | AI 143267: am: CL 143127 Media recorder service requires ↵ | Dave Sparks | 2009-03-27 | 1 | -0/+16 | |
| | | | | | | | | | android.permission.CAMERA to record video Original author: davidsparks Merged from: //branches/cupcake/... Automated import of CL 143267 | |||||
* | AI 143209: am: CL 143001 Remove sdutils from user build to save 12K on ↵ | Mike Lockwood | 2009-03-27 | 1 | -0/+1 | |
| | | | | | | | | | | /system partition. BUG=1739507 Original author: lockwood Merged from: //branches/cupcake/... Automated import of CL 143209 | |||||
* | Automated import from //branches/donutburger/...@142376,142376 | Jean-Michel Trivi | 2009-03-24 | 1 | -5/+21 | |
| | ||||||
* | Automated import from //branches/donutburger/...@142149,142149 | Yu Shan Emily Lau | 2009-03-24 | 9 | -23/+22 | |
| | ||||||
* | Automated import from //branches/donutburger/...@142065,142065 | Eric Laurent | 2009-03-24 | 1 | -1/+8 | |
| | ||||||
* | Automated import from //branches/donutburger/...@141711,141711 | Andreas Huber | 2009-03-24 | 1 | -3/+8 | |
| | ||||||
* | Automated import from //branches/donutburger/...@141593,141593 | Dave Sparks | 2009-03-24 | 1 | -0/+1 | |
| | ||||||
* | Automated import from //branches/donutburger/...@141213,141213 | Niko Catania | 2009-03-24 | 1 | -11/+1 | |
| | ||||||
* | Automated import from //branches/donutburger/...@141200,141200 | Jean-Michel Trivi | 2009-03-24 | 1 | -2/+7 | |
| | ||||||
* | Automated import from //branches/donutburger/...@140867,140867 | Jean-Michel Trivi | 2009-03-24 | 1 | -1/+1 | |
| | ||||||
* | Automated import from //branches/donutburger/...@140866,140866 | Jason Sams | 2009-03-24 | 1 | -5/+23 | |
| | ||||||
* | Automated import from //branches/donutburger/...@140818,140818 | Dianne Hackborn | 2009-03-24 | 1 | -0/+190 | |
| | ||||||
* | Automated import from //branches/donutburger/...@140811,140811 | Niko Catania | 2009-03-24 | 1 | -2/+0 | |
| | ||||||
* | Automated import from //branches/donutburger/...@140800,140800 | Niko Catania | 2009-03-24 | 1 | -2/+0 | |
| | ||||||
* | Automated import from //branches/donutburger/...@140663,140663 | Jean-Michel Trivi | 2009-03-24 | 1 | -2/+13 | |
| | ||||||
* | Automated import from //branches/donutburger/...@140566,140566 | Jean-Michel Trivi | 2009-03-24 | 1 | -87/+74 | |
| | ||||||
* | Automated import from //branches/donutburger/...@140507,140507 | Jason Parekh | 2009-03-24 | 1 | -29/+54 | |
| | ||||||
* | auto import from //branches/cupcake_rel/...@140373 | The Android Open Source Project | 2009-03-18 | 11 | -130/+308 | |
| | ||||||
* | auto import from //branches/cupcake_rel/...@138607 | The Android Open Source Project | 2009-03-13 | 7 | -14/+450 | |
| | ||||||
* | auto import from //branches/cupcake/...@137873 | The Android Open Source Project | 2009-03-11 | 3 | -17/+115 | |
| | ||||||
* | auto import from //branches/cupcake/...@137197 | The Android Open Source Project | 2009-03-09 | 4 | -7/+133 | |
| | ||||||
* | auto import from //depot/cupcake/@136620 | The Android Open Source Project | 2009-03-05 | 9 | -22/+23 | |
| | ||||||
* | auto import from //depot/cupcake/@136594 | The Android Open Source Project | 2009-03-05 | 7 | -130/+152 | |
| | ||||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 287 | -0/+62074 | |
| | ||||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 287 | -60598/+0 | |
| | ||||||
* | auto import from //depot/cupcake/@132589 | The Android Open Source Project | 2009-03-03 | 20 | -1760/+288 | |
| | ||||||
* | auto import from //depot/cupcake/@137055 | The Android Open Source Project | 2009-03-02 | 20 | -288/+1760 | |
| | ||||||
* | auto import from //branches/cupcake/...@132569 | The Android Open Source Project | 2009-02-20 | 7 | -25/+152 | |
| | ||||||
* | auto import from //branches/cupcake/...@132276 | The Android Open Source Project | 2009-02-19 | 8 | -36/+132 | |
| | ||||||
* | auto import from //branches/cupcake/...@131421 | The Android Open Source Project | 2009-02-13 | 22 | -157/+350 | |
| | ||||||
* | auto import from //branches/cupcake/...@130745 | The Android Open Source Project | 2009-02-10 | 44 | -1101/+1901 | |
| | ||||||
* | auto import from //branches/cupcake/...@127101 | The Android Open Source Project | 2009-01-20 | 2 | -50/+78 | |
| | ||||||
* | auto import from //branches/cupcake/...@126645 | The Android Open Source Project | 2009-01-15 | 2 | -2/+2 | |
| | ||||||
* | auto import from //branches/cupcake/...@125939 | The Android Open Source Project | 2009-01-09 | 15 | -154/+1259 | |
| |