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