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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-land silence detection for audio output UI favicon indicator with crash fi...
miu@chromium.org
2013-03-28
1
-7
/
+31
*
Remove unused parameter to OnError()
jrummell@chromium.org
2013-03-23
1
-10
/
+6
*
Revert 189095 "Silence detection for audio output UI favicon ind..."
miu@chromium.org
2013-03-21
1
-31
/
+7
*
Silence detection for audio output UI favicon indicator.
miu@chromium.org
2013-03-19
1
-7
/
+31
*
Wait for the renderer even on WASAPI.
dalecurtis@google.com
2013-03-02
1
-6
/
+15
*
Introduce AudioHardwareConfig for renderer side audio device info.
dalecurtis@chromium.org
2013-02-01
1
-0
/
+5
*
Fix audio mirroring glitching on platforms with small buffer sizes by blockin...
justinlin@chromium.org
2013-02-01
1
-5
/
+0
*
Clean-up and bug fixes in AudioOutputController:
miu@chromium.org
2013-01-16
1
-89
/
+54
*
Tab Audio Mirroring/Capture: Browser-side connect/disconnect functionality:
miu@chromium.org
2013-01-11
1
-12
/
+56
*
Crash/stability fix for device change logic in AudioOutputController. The ou...
miu@chromium.org
2013-01-03
1
-13
/
+9
*
Always wait for DataReady() on Windows WaveOut.
dalecurtis@google.com
2012-11-27
1
-10
/
+15
*
Introduce AudioStateNotifier.
dalecurtis@chromium.org
2012-10-23
1
-19
/
+67
*
Allow audio system to handle synchronized low-latency audio I/O
crogers@google.com
2012-09-12
1
-3
/
+10
*
Switch OnMoreData() to use AudioBus.
dalecurtis@chromium.org
2012-09-05
1
-12
/
+13
*
Introduce shared_memory_support media target for PPAPI.
dalecurtis@chromium.org
2012-08-24
1
-3
/
+1
*
Revert 152406 - Introduce shared_memory_support media target for PPAPI.
dalecurtis@google.com
2012-08-20
1
-1
/
+3
*
Introduce shared_memory_support media target for PPAPI.
dalecurtis@chromium.org
2012-08-20
1
-3
/
+1
*
Change the way we are stopping audio stream on Mac.
enal@chromium.org
2012-06-14
1
-27
/
+1
*
Revert 141770 - Do not stop audio physical stream immediately after logical o...
cpu@chromium.org
2012-06-13
1
-1
/
+26
*
Do not stop audio physical stream immediately after logical one had stopped.
enal@chromium.org
2012-06-12
1
-26
/
+1
*
Replace delay loop by sleep() call.
enal@chromium.org
2012-05-18
1
-3
/
+8
*
Workaround for OS/X crash when stop/starting stream too quickly.
enal@chromium.org
2012-05-16
1
-11
/
+32
*
Fix dropped Play event when there's a pending pause.
dalecurtis@chromium.org
2012-05-09
1
-1
/
+6
*
Fix race condition caused by r114084.
enal@chromium.org
2012-05-03
1
-6
/
+6
*
Disallow UI/IO thread blocking on any other thread.
jam@chromium.org
2012-04-26
1
-0
/
+3
*
Remove unused parameter "stream" from all variants of OnMoreData().
enal@chromium.org
2012-04-24
1
-3
/
+3
*
Fix a couple of regressions that made it in before the weekend.
tommi@chromium.org
2012-03-26
1
-5
/
+3
*
Convert uses of int ms to TimeDelta in media/audio.
tedvessenes@gmail.com
2012-03-03
1
-2
/
+2
*
Make AudioManager non-refcounted.
tommi@chromium.org
2012-02-15
1
-9
/
+8
*
Remove "high"-latency audio code path
vrk@chromium.org
2012-02-03
1
-119
/
+21
*
Add thread safety to AudioManagerBase to protect access to the audio thread m...
tommi@chromium.org
2012-01-19
1
-14
/
+15
*
Convert use of int ms to TimeDelta in files owned by vrk.
tedvessenes@gmail.com
2012-01-14
1
-5
/
+6
*
Fix race condition (bug 108685).
enal@chromium.org
2012-01-05
1
-12
/
+31
*
Remove the AudioManager singleton.
tommi@chromium.org
2011-12-12
1
-34
/
+33
*
Implement polling for data becoming ready when starting audio stream.
enal@chromium.org
2011-11-09
1
-0
/
+17
*
Stop audio streams in all codepaths that need it.
fischman@chromium.org
2011-10-24
1
-10
/
+16
*
Harden audio output controller making it safe to call Pause() before Play() r...
enal@chromium.org
2011-10-24
1
-22
/
+48
*
Fix race condition in audio output controller and audio sync reader.
enal@chromium.org
2011-10-19
1
-0
/
+8
*
Fix problem when we did not play beginning of HTML5 audio stream in low laten...
enal@chromium.org
2011-10-13
1
-1
/
+43
*
Convert all of media/ over to the new base::{Bind,Callback} hotness.
fischman@chromium.org
2011-09-29
1
-31
/
+21
*
Add tracing for select WebAudio functions
crogers@google.com
2011-08-18
1
-0
/
+3
*
[Reverted due to check_deps failure]
zea@chromium.org
2011-07-15
1
-9
/
+7
*
Fix problem when 'ended' event was fired before stream really ended.
enal@chromium.org
2011-07-15
1
-7
/
+9
*
Change audio renderer to communicate with host using low latency codepath.
enal@chromium.org
2011-07-07
1
-1
/
+1
*
Coverity: Pass parameters by reference.
jhawkins@chromium.org
2011-06-22
1
-3
/
+3
*
Updating logging in src/media/. Using DCHECK_EQ/NE/LE() where possible.
kushi.p@gmail.com
2011-04-29
1
-2
/
+2
*
Cleaning up src/media to be consistent with static versus anonymous namespaces.
scherkus@chromium.org
2011-03-07
1
-16
/
+5
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
1
-5
/
+5
*
Use the lock when accessing the buffer object.
cevans@chromium.org
2011-01-12
1
-0
/
+1
*
Fix AudioManager shutdown
acolwell@chromium.org
2010-12-23
1
-0
/
+9
[next]