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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Standardize usage of virtual/override/final in media/
dcheng
2014-10-21
1
-24
/
+19
*
replace OVERRIDE and FINAL with override and final in media/
mostynb
2014-10-07
1
-17
/
+17
*
Set keyboard mic effect if available.
grunell
2014-09-24
1
-0
/
+2
*
Allow pass through buffer sizes on OSX.
dalecurtis@chromium.org
2014-04-18
1
-4
/
+4
*
Revert "Attempt to fix audio wedges by restarting all streams on OSX."
dalecurtis@chromium.org
2014-04-10
1
-2
/
+0
*
Reland 153623004: Remove the unified IO code on the browser
xians@chromium.org
2014-02-13
1
-7
/
+3
*
Revert 249790 "Remove the unified IO code on the browser."
skobes@google.com
2014-02-07
1
-3
/
+7
*
Remove the unified IO code on the browser.
xians@chromium.org
2014-02-07
1
-7
/
+3
*
Replace MessageLoopProxy with SingleThreadTaskRunner for the rest of media/.
scherkus@chromium.org
2014-01-07
1
-6
/
+7
*
Replace string16 with base::string16 in gpu, media, and remoting.
brettw@chromium.org
2013-12-12
1
-1
/
+1
*
Plumb AudioLog support into AudioManager.
dalecurtis@chromium.org
2013-12-04
1
-1
/
+7
*
Attempt to fix audio wedges by restarting all streams on OSX.
dalecurtis@google.com
2013-12-04
1
-0
/
+2
*
Revert 238325 "Attempt to fix audio wedges by restarting all str..."
dubroy@chromium.org
2013-12-03
1
-2
/
+0
*
Attempt to fix audio wedges by restarting all streams on OSX.
dalecurtis@google.com
2013-12-03
1
-0
/
+2
*
Remove unused lock from AudioManagerBase.
dalecurtis@chromium.org
2013-11-09
1
-7
/
+2
*
Remove the last vestiges of audio_util.
dalecurtis@chromium.org
2013-10-01
1
-1
/
+4
*
Add loopback audio capture on Windows.
sergeyu@chromium.org
2013-09-17
1
-0
/
+13
*
Add AudioManager::GetAudioOutputDeviceNames and implement for pulseaudio.
joi@chromium.org
2013-09-05
1
-1
/
+4
*
Add GetOutputStreamParameters, GetAssociatedOutputDeviceID to AudioManager.
tommi@chromium.org
2013-09-04
1
-0
/
+6
*
Add the necessary scaffolding to allow creation of non-default audio output d...
tommi@chromium.org
2013-09-03
1
-1
/
+12
*
Removed the IsRecordingInProcess check for speech since it is not needed.
xians@chromium.org
2013-06-05
1
-10
/
+0
*
Use the browser UI thread for audio on OSX.
dalecurtis@chromium.org
2013-06-05
1
-0
/
+1
*
Try relanding this CL, the original CL passed the try bots but failed the mac...
xians@chromium.org
2013-06-03
1
-14
/
+18
*
Revert 203686 "Trying relanding this CL, the original CL passed ..."
xians@chromium.org
2013-06-03
1
-18
/
+14
*
Trying relanding this CL, the original CL passed the try bots but failed the ...
xians@chromium.org
2013-06-03
1
-14
/
+18
*
Revert 203427 "Hook up the device selection to the WebAudio live..."
justinlin@chromium.org
2013-05-31
1
-18
/
+14
*
Hook up the device selection to the WebAudio live audio.
xians@chromium.org
2013-05-31
1
-14
/
+18
*
Revert 194407 "Revert 194371"
wjia@chromium.org
2013-04-16
1
-19
/
+4
*
Revert 194371
cpu@chromium.org
2013-04-16
1
-4
/
+19
*
Refactor android specific code in AudioManagerBase class.
wjia@chromium.org
2013-04-16
1
-19
/
+4
*
Add speaker on/off control on Android for WebRTC
wjia@chromium.org
2013-03-23
1
-0
/
+9
*
Revert 189870 "Add speaker on/off control on Android for WebRTC "
scherkus@chromium.org
2013-03-22
1
-9
/
+0
*
Add speaker on/off control on Android for WebRTC
wjia@chromium.org
2013-03-22
1
-0
/
+9
*
Add MODIFY_AUDIO_SETTINGS permission in Android manifest and implementation i...
wjia@chromium.org
2013-03-20
1
-0
/
+10
*
Reland r186180 after fixing the --audio-buffer-size flag and cras issue.
xians@chromium.org
2013-03-07
1
-9
/
+12
*
Revert 186180 "Moved AudioUtil static functions:"
hshi@chromium.org
2013-03-07
1
-12
/
+9
*
Moved AudioUtil static functions:
xians@chromium.org
2013-03-05
1
-9
/
+12
*
Remove browser-wide audio mirroring and --force-audio-mirroring flag.
miu@chromium.org
2013-02-27
1
-13
/
+0
*
Remove CanShowAudioInputSettings().
dalecurtis@google.com
2013-02-15
1
-1
/
+0
*
Tab Audio Mirroring: WebContentsAudioInputStream is a new implementation whic...
miu@chromium.org
2013-01-18
1
-0
/
+7
*
Goal: Provide browser-wide audio mirroring for the TabCapture API.
justinlin@chromium.org
2012-12-04
1
-0
/
+6
*
Collapse InitializeOnAudioThread() into AudioManagerWin.
dalecurtis@chromium.org
2012-11-01
1
-3
/
+0
*
Handle audio device changes on Windows.
dalecurtis@google.com
2012-10-26
1
-2
/
+3
*
Fix invalid bind usage during AudioManagerBase construction.
dalecurtis@chromium.org
2012-10-24
1
-2
/
+2
*
Replace AudioManager::Init() with InitializeOnAudioThread().
dalecurtis@chromium.org
2012-10-23
1
-10
/
+12
*
Add methods to base::Thread to allow Windows consumers to ask for COM to be i...
pkasting@chromium.org
2012-10-23
1
-22
/
+5
*
Introduce AudioStateNotifier.
dalecurtis@chromium.org
2012-10-23
1
-4
/
+26
*
Clean up scoped_com_initializer.h, primarily by removing #ifdefs for non-Wind...
pkasting@chromium.org
2012-10-01
1
-2
/
+26
*
Adds COM init to AudioManager thread to ensure that we can call COM APIs (e.g...
henrika@chromium.org
2012-09-17
1
-5
/
+2
*
Bypass audio resampler on XP / non-WASAPI wave out path.
dalecurtis@google.com
2012-09-14
1
-1
/
+1
[next]