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_output_controller.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
replace OVERRIDE and FINAL with override and final in media/
mostynb
2014-10-07
1
-6
/
+6
*
Remove AudioBuffersState class
acolwell
2014-09-29
1
-1
/
+1
*
Revert of Gardening: Revert "Use AudioStreamMonitor to control power save blo...
dalecurtis
2014-09-12
1
-7
/
+15
*
Gardening: Revert "Use AudioStreamMonitor to control power save blocking."
loislo
2014-09-11
1
-15
/
+7
*
Use AudioStreamMonitor to control power save blocking.
dalecurtis
2014-09-11
1
-7
/
+15
*
Revert 290359 "Remove AudioBuffersState class."
acolwell@chromium.org
2014-08-18
1
-1
/
+1
*
Remove AudioBuffersState class.
acolwell@chromium.org
2014-08-18
1
-1
/
+1
*
Remove dead constants from AudioOutputController.
dalecurtis@chromium.org
2014-05-29
1
-4
/
+0
*
Remove OnMoreIOData(), which is not used any more.
xians@chromium.org
2014-05-18
1
-8
/
+4
*
Remove obsolete atomic debugging checks.
dalecurtis@chromium.org
2014-04-10
1
-5
/
+0
*
Replumb audible playback detection to use a poll-based approach.
miu@chromium.org
2014-03-11
1
-9
/
+4
*
Fix AudioEntry destruction order. Add debugging CHECKs for racy shutdown.
dalecurtis@chromium.org
2014-03-08
1
-11
/
+4
*
Reland 153623004: Remove the unified IO code on the browser
xians@chromium.org
2014-02-13
1
-8
/
+2
*
Revert 249790 "Remove the unified IO code on the browser."
skobes@google.com
2014-02-07
1
-2
/
+8
*
Remove the unified IO code on the browser.
xians@chromium.org
2014-02-07
1
-8
/
+2
*
Replace MessageLoopProxy with SingleThreadTaskRunner for the rest of media/.
scherkus@chromium.org
2014-01-07
1
-1
/
+1
*
Add AudioOutputController trace events and UMA backed wedge detection.
dalecurtis@chromium.org
2013-11-05
1
-3
/
+7
*
Switch audio synchronization from sleep() based to select() based.
dalecurtis@chromium.org
2013-10-23
1
-5
/
+4
*
Implement webrtcAudioPrivate API, except for getAssociatedSink.
joi@chromium.org
2013-10-23
1
-1
/
+20
*
Disable AudioPowerMonitor code paths for mobile devices that do not show tab ...
miu@chromium.org
2013-09-21
1
-4
/
+11
*
Wire up the output device id and provide an implementation on Windows.
tommi@chromium.org
2013-09-06
1
-3
/
+12
*
Crash fix: Remove MessageLoop from AudioPowerMonitor and instead use MessageL...
miu@chromium.org
2013-08-13
1
-12
/
+9
*
Replace AudioSilenceDetector with an AudioPowerMonitor.
miu@chromium.org
2013-07-23
1
-5
/
+7
*
Use a direct include of time headers in media/.
avi@chromium.org
2013-06-28
1
-1
/
+1
*
Privitize WaitTillDataReady() and DataReady().
dalecurtis@chromium.org
2013-06-05
1
-33
/
+14
*
Try relanding this CL, the original CL passed the try bots but failed the mac...
xians@chromium.org
2013-06-03
1
-2
/
+8
*
Revert 203686 "Trying relanding this CL, the original CL passed ..."
xians@chromium.org
2013-06-03
1
-8
/
+2
*
Trying relanding this CL, the original CL passed the try bots but failed the ...
xians@chromium.org
2013-06-03
1
-2
/
+8
*
Revert 203427 "Hook up the device selection to the WebAudio live..."
justinlin@chromium.org
2013-05-31
1
-8
/
+2
*
Hook up the device selection to the WebAudio live audio.
xians@chromium.org
2013-05-31
1
-2
/
+8
*
Remove unused flush operation from Chromium audio.
miu@chromium.org
2013-04-16
1
-5
/
+0
*
Move MessageLoop to base namespace.
brettw@chromium.org
2013-03-31
1
-2
/
+0
*
Re-land silence detection for audio output UI favicon indicator with crash fi...
miu@chromium.org
2013-03-28
1
-6
/
+19
*
Remove unused parameter to OnError()
jrummell@chromium.org
2013-03-23
1
-3
/
+3
*
Revert 189095 "Silence detection for audio output UI favicon ind..."
miu@chromium.org
2013-03-21
1
-19
/
+6
*
Silence detection for audio output UI favicon indicator.
miu@chromium.org
2013-03-19
1
-6
/
+19
*
Introduce AudioHardwareConfig for renderer side audio device info.
dalecurtis@chromium.org
2013-02-01
1
-0
/
+2
*
Fix audio mirroring glitching on platforms with small buffer sizes by blockin...
justinlin@chromium.org
2013-02-01
1
-0
/
+2
*
Clean-up and bug fixes in AudioOutputController:
miu@chromium.org
2013-01-16
1
-39
/
+36
*
Tab Audio Mirroring/Capture: Browser-side connect/disconnect functionality:
miu@chromium.org
2013-01-11
1
-3
/
+14
*
Crash/stability fix for device change logic in AudioOutputController. The ou...
miu@chromium.org
2013-01-03
1
-5
/
+6
*
Always wait for DataReady() on Windows WaveOut.
dalecurtis@google.com
2012-11-27
1
-5
/
+1
*
Introduce AudioStateNotifier.
dalecurtis@chromium.org
2012-10-23
1
-24
/
+30
*
Cleanup: IWYU for base/time.h. Also fix misc lint errors.
thestig@chromium.org
2012-10-10
1
-1
/
+0
*
Allow audio system to handle synchronized low-latency audio I/O
crogers@google.com
2012-09-12
1
-3
/
+9
*
Switch OnMoreData() to use AudioBus.
dalecurtis@chromium.org
2012-09-05
1
-8
/
+10
*
Introduce shared_memory_support media target for PPAPI.
dalecurtis@chromium.org
2012-08-24
1
-4
/
+0
*
Revert 152406 - Introduce shared_memory_support media target for PPAPI.
dalecurtis@google.com
2012-08-20
1
-0
/
+4
*
Introduce shared_memory_support media target for PPAPI.
dalecurtis@chromium.org
2012-08-20
1
-4
/
+0
*
RefCounted types should not have public destructors, delegate cleanup
rsleevi@chromium.org
2012-06-26
1
-1
/
+3
[next]