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
/
content
/
browser
/
renderer_host
/
media
/
audio_sync_reader.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch to standard integer types in content/browser/renderer_host/.
avi
2015-12-25
1
-1
/
+2
*
Forward the number of skipped frames by the OS in audio playout.
grunell
2015-12-18
1
-3
/
+17
*
Revert of Forward the number of skipped frames by the OS in audio playout. (p...
grunell
2015-12-17
1
-17
/
+3
*
Forward the number of skipped frames by the OS in audio playout.
grunell
2015-12-14
1
-3
/
+17
*
Log warnings for audio glitches
servolk
2015-11-05
1
-0
/
+6
*
Make callers of CommandLine use it via the base:: namespace.
avi
2014-12-23
1
-1
/
+1
*
Remove AudioBuffersState class
acolwell
2014-09-29
1
-1
/
+0
*
Avoid unsafe usage of CancelIo() within Windows SyncSocket.
dalecurtis
2014-09-16
1
-2
/
+3
*
Preparing |SyncSocket|'s handle for the peer process is different for POSIX a...
burnik
2014-09-08
1
-16
/
+3
*
Relanding "Adding more detailed UMA histogram for detection of output audio g...
henrika
2014-09-03
1
-0
/
+32
*
Revert "Adding more detailed UMA histogram for detection of output audio glit...
Dmitry Lomov
2014-09-03
1
-32
/
+0
*
Adding more detailed UMA histogram for detection of output audio glitches.
henrika
2014-09-03
1
-0
/
+32
*
Revert 290359 "Remove AudioBuffersState class."
acolwell@chromium.org
2014-08-18
1
-0
/
+1
*
Remove AudioBuffersState class.
acolwell@chromium.org
2014-08-18
1
-1
/
+0
*
Remove OnMoreIOData(), which is not used any more.
xians@chromium.org
2014-05-18
1
-1
/
+1
*
Reland 153623004: Remove the unified IO code on the browser
xians@chromium.org
2014-02-13
1
-24
/
+2
*
Revert 249790 "Remove the unified IO code on the browser."
skobes@google.com
2014-02-07
1
-2
/
+24
*
Remove the unified IO code on the browser.
xians@chromium.org
2014-02-07
1
-24
/
+2
*
Remove broken support for OnMoreIOData() in OnMoreDataConverter().
dalecurtis@chromium.org
2013-11-13
1
-10
/
+3
*
Switch audio synchronization from sleep() based to select() based.
dalecurtis@chromium.org
2013-10-23
1
-97
/
+82
*
Mute audio for content_shell.
acolwell@chromium.org
2013-08-06
1
-4
/
+12
*
Update include paths in content/browser for base/process changes.
rsesek@chromium.org
2013-07-23
1
-1
/
+0
*
Use a direct include of the shared_memory header in content/browser/, content...
avi@chromium.org
2013-07-17
1
-1
/
+1
*
Privitize WaitTillDataReady() and DataReady().
dalecurtis@chromium.org
2013-06-05
1
-2
/
+30
*
Avoid crash when changing sample-rates using live audio input
crogers@google.com
2013-05-06
1
-2
/
+10
*
Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.
erg@chromium.org
2013-04-17
1
-3
/
+3
*
Make SharedMemory track the size that was actually mapped
jschuh@chromium.org
2013-03-28
1
-1
/
+1
*
Track UMA stats for when the renderer side audio device wasn't ready.
dalecurtis@chromium.org
2013-01-26
1
-1
/
+17
*
Always wait for DataReady() on Windows WaveOut.
dalecurtis@google.com
2012-11-27
1
-21
/
+0
*
Move content\browser\renderer_host\media to content namespace.
jam@chromium.org
2012-10-29
1
-0
/
+4
*
Add WASAPI-based unified audio I/O back-end for Windows 7.
henrika@chromium.org
2012-10-05
1
-4
/
+5
*
Allow audio system to handle synchronized low-latency audio I/O
crogers@google.com
2012-09-12
1
-12
/
+34
*
Switch OnMoreData() to use AudioBus.
dalecurtis@chromium.org
2012-09-05
1
-24
/
+37
*
Introduce shared_memory_support media target for PPAPI.
dalecurtis@chromium.org
2012-08-24
1
-5
/
+5
*
Revert 152406 - Introduce shared_memory_support media target for PPAPI.
dalecurtis@google.com
2012-08-20
1
-2
/
+2
*
Introduce shared_memory_support media target for PPAPI.
dalecurtis@chromium.org
2012-08-20
1
-2
/
+2
*
Dead code elimination: scythe.chrome_functions:segment.path %media% edition, ...
fischman@chromium.org
2012-08-06
1
-0
/
+2
*
Revert revert 132842
xians@chromium.org
2012-04-19
1
-3
/
+1
*
Revert 132842 - If we are using blocking write, when the renderer stop gettin...
thestig@chromium.org
2012-04-18
1
-1
/
+3
*
If we are using blocking write, when the renderer stop getting the data witho...
xians@chromium.org
2012-04-18
1
-3
/
+1
*
Switch AudioDevice classes from SyncSocket to CancelableSyncSocket.
tommi@chromium.org
2012-01-30
1
-3
/
+4
*
Implement support for a cancelable SyncSocket.
tommi@chromium.org
2012-01-25
1
-8
/
+4
*
Fix race condition in audio output controller and audio sync reader.
enal@chromium.org
2011-10-19
1
-2
/
+9
*
Fix problem when we did not play beginning of HTML5 audio stream in low laten...
enal@chromium.org
2011-10-13
1
-1
/
+14
*
Windows-only change -- issue is worst on Windows because of pre-buffering. On...
enal@chromium.org
2011-09-15
1
-2
/
+23
*
Revert 99236 - Very short-term change: while working on proper long-term solu...
crogers@google.com
2011-09-02
1
-20
/
+2
*
Very short-term change: while working on proper long-term solution,
enal@chromium.org
2011-09-01
1
-2
/
+20
*
Fix audio glitch when audio stream first starts up.
crogers@google.com
2011-08-26
1
-0
/
+4
*
Fix problem when 'ended' event was fired before stream really ended.
enal@chromium.org
2011-08-23
1
-3
/
+19
*
[Reverted due to check_deps failure]
zea@chromium.org
2011-07-15
1
-17
/
+5
[next]