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
*
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
*
Implemented AudioOutputProxy.
sergeyu@chromium.org
2010-11-24
1
-1
/
+1
*
Simplified AudioOutputStream interface.
sergeyu@chromium.org
2010-11-11
1
-27
/
+12
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 1
thakis@chromium.org
2010-11-01
1
-4
/
+4
*
Fix excessive IPCs by audio renderer.
sergeyu@chromium.org
2010-10-26
1
-2
/
+7
*
Coverity: Initialize data members in constructor.
kmadhusu@chromium.org
2010-10-18
1
-1
/
+2
*
Add AudioBuffersState struct. Use it for audio synchronization.
sergeyu@chromium.org
2010-09-29
1
-24
/
+21
*
Make AudioOutputController.Close() truly asynchronous.
sergeyu@chromium.org
2010-09-17
1
-58
/
+44
*
Revert 59600 - Make AudioOutputController.Close() truly asynchronous.
sergeyu@chromium.org
2010-09-16
1
-46
/
+60
*
Make AudioOutputController.Close() truly asynchronous.
sergeyu@chromium.org
2010-09-16
1
-60
/
+46
*
Fixed crash in AudioOutputController.
sergeyu@chromium.org
2010-09-14
1
-12
/
+16
*
Add AudioParameters struct. Use it everywhere.
sergeyu@chromium.org
2010-08-31
1
-35
/
+16
*
Guarantee PPAPI Audio playbacks are stopped in Pause().
neb@chromium.org
2010-08-31
1
-0
/
+7
*
Share one thread between all AudioOutputControllers instead of creating one p...
sergeyu@chromium.org
2010-08-25
1
-54
/
+54
*
Revert 57254 - Share one thread between all AudioOutputControllers instead of...
scherkus@chromium.org
2010-08-24
1
-54
/
+54
*
Share one thread between all AudioOutputControllers instead of creating one p...
sergeyu@chromium.org
2010-08-24
1
-54
/
+54
*
Audio pause and seek better
hclam@chromium.org
2010-07-15
1
-4
/
+6
*
AudioController sets volume to 1.0 by default
hclam@chromium.org
2010-07-15
1
-1
/
+1
*
Rename a header and some methods to make way for subsequent audio recording a...
satish@chromium.org
2010-07-12
1
-1
/
+1
*
Renamed AudioController to AudioOutputController.
satish@chromium.org
2010-07-09
1
-0
/
+355