summaryrefslogtreecommitdiffstats
path: root/media/audio/audio_manager_base.cc
Commit message (Expand)AuthorAgeFilesLines
* Update OS X to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-131-1/+1
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-1/+1
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-101-1/+1
* Removed the IsRecordingInProcess check for speech since it is not needed.xians@chromium.org2013-06-051-15/+1
* Use the browser UI thread for audio on OSX.dalecurtis@chromium.org2013-06-051-14/+34
* Try relanding this CL, the original CL passed the try bots but failed the mac...xians@chromium.org2013-06-031-15/+61
* Revert 203686 "Trying relanding this CL, the original CL passed ..."xians@chromium.org2013-06-031-61/+15
* Trying relanding this CL, the original CL passed the try bots but failed the ...xians@chromium.org2013-06-031-15/+61
* Update media/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-031-4/+4
* Revert 203427 "Hook up the device selection to the WebAudio live..."justinlin@chromium.org2013-05-311-62/+15
* Hook up the device selection to the WebAudio live audio.xians@chromium.org2013-05-311-15/+62
* Remove a bunch of old media switches.dalecurtis@google.com2013-05-031-13/+5
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-231-1/+1
* Use base::MessageLoop in media code.xhwang@chromium.org2013-04-221-2/+2
* Revert 194407 "Revert 194371"wjia@chromium.org2013-04-161-58/+0
* Revert 194371cpu@chromium.org2013-04-161-0/+58
* Refactor android specific code in AudioManagerBase class.wjia@chromium.org2013-04-161-58/+0
* Add speaker on/off control on Android for WebRTC wjia@chromium.org2013-03-231-10/+36
* Revert 189870 "Add speaker on/off control on Android for WebRTC "scherkus@chromium.org2013-03-221-36/+10
* Add speaker on/off control on Android for WebRTC wjia@chromium.org2013-03-221-10/+36
* Add MODIFY_AUDIO_SETTINGS permission in Android manifest and implementation i...wjia@chromium.org2013-03-201-0/+34
* Reland r186180 after fixing the --audio-buffer-size flag and cras issue.xians@chromium.org2013-03-071-17/+11
* Revert 186180 "Moved AudioUtil static functions:"hshi@chromium.org2013-03-071-11/+17
* Moved AudioUtil static functions:xians@chromium.org2013-03-051-17/+11
* Remove browser-wide audio mirroring and --force-audio-mirroring flag.miu@chromium.org2013-02-271-87/+28
* Don't switch to fake audio output until stream open fails.dalecurtis@chromium.org2013-02-161-7/+1
* Remove CanShowAudioInputSettings().dalecurtis@google.com2013-02-151-4/+0
* Plumb |input_channels| all the way to AudioManagercrogers@google.com2013-02-071-1/+2
* Delete AudioOutputMixer.dalecurtis@chromium.org2013-02-011-18/+0
* Add --force-audio-mirroring flag for audio mirroring testing with WebRTC.justinlin@chromium.org2013-01-291-1/+9
* Tab Audio Mirroring: WebContentsAudioInputStream is a new implementation whic...miu@chromium.org2013-01-181-16/+30
* Bug fix: Bypass dispatcher output stream caching scheme for virtual output st...miu@chromium.org2013-01-151-0/+6
* Improve thread safety for device changes on OSX.dalecurtis@google.com2013-01-111-0/+7
* Revert 176228dalecurtis@google.com2013-01-111-7/+0
* Improve thread safety for device changes on OSX.dalecurtis@google.com2013-01-111-0/+7
* Fix regression with audio mirroring due to observers being added while iterat...justinlin@chromium.org2013-01-051-0/+2
* Fix crash in media::VirtualAudioOutputStream::Start() when stopping audio mir...miu@chromium.org2013-01-031-3/+9
* Goal: Provide browser-wide audio mirroring for the TabCapture API.justinlin@chromium.org2012-12-041-3/+51
* Fix fake audio device fallbackdalecurtis@google.com2012-11-281-1/+1
* Don't return NULL from AudioManager:GetMessageLoop()dalecurtis@chromium.org2012-11-021-4/+1
* Collapse InitializeOnAudioThread() into AudioManagerWin.dalecurtis@chromium.org2012-11-011-4/+0
* Handle audio device changes on Windows.dalecurtis@google.com2012-10-261-31/+43
* Fix invalid bind usage during AudioManagerBase construction.dalecurtis@chromium.org2012-10-241-2/+0
* Replace AudioManager::Init() with InitializeOnAudioThread().dalecurtis@chromium.org2012-10-231-10/+11
* Add methods to base::Thread to allow Windows consumers to ask for COM to be i...pkasting@chromium.org2012-10-231-20/+6
* Introduce AudioStateNotifier.dalecurtis@chromium.org2012-10-231-1/+22
* Simulate an audio output stream when a real one isn't available.dalecurtis@chromium.org2012-10-181-7/+33
* Call Stop() from all destructors of base::Thread subclasses (except for a cou...pkasting@chromium.org2012-10-031-0/+1
* Clean up scoped_com_initializer.h, primarily by removing #ifdefs for non-Wind...pkasting@chromium.org2012-10-011-26/+9
* Adds COM init to AudioManager thread to ensure that we can call COM APIs (e.g...henrika@chromium.org2012-09-171-2/+35