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_proxy_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
media: Update calls from RunAllPending() to RunUntilIdle().
xhwang@chromium.org
2012-11-14
1
-9
/
+9
*
Replace AudioManager::Init() with InitializeOnAudioThread().
dalecurtis@chromium.org
2012-10-23
1
-1
/
+3
*
Fix hanging AudioOutputResampler tests.
dalecurtis@google.com
2012-10-19
1
-5
/
+8
*
Simulate an audio output stream when a real one isn't available.
dalecurtis@chromium.org
2012-10-18
1
-91
/
+43
*
Don't fallback if we've successfully opened a stream previously.
dalecurtis@google.com
2012-09-21
1
-0
/
+73
*
Fix output resampler to handle multiple StartStream() calls.
dalecurtis@google.com
2012-09-18
1
-107
/
+127
*
Bypass audio resampler on XP / non-WASAPI wave out path.
dalecurtis@google.com
2012-09-14
1
-15
/
+6
*
Automatically fall back to non-low latency on open() failure.
dalecurtis@chromium.org
2012-09-12
1
-2
/
+72
*
Allow audio system to handle synchronized low-latency audio I/O
crogers@google.com
2012-09-12
1
-0
/
+3
*
Fix resampler flushing while OnMoreData() is in progress.
dalecurtis@chromium.org
2012-09-11
1
-23
/
+126
*
As titled! AudioOutputResampler is a single stream output resampler which uses
dalecurtis@google.com
2012-09-11
1
-129
/
+195
*
Switch OnMoreData() to use AudioBus.
dalecurtis@chromium.org
2012-09-05
1
-2
/
+3
*
Disable AudioOutputMixer.
dalecurtis@chromium.org
2012-08-24
1
-1
/
+28
*
Dead code elimination: scythe.chrome_functions:segment.path %media% edition, ...
fischman@chromium.org
2012-08-07
1
-3
/
+0
*
Fix wrong timing when audio is muted.
enal@chromium.org
2012-06-04
1
-0
/
+4
*
Fix test -- we should initialize the buffer, otherwise valgrind/DrMemory reports
enal@chromium.org
2012-05-01
1
-6
/
+13
*
Change the way audio mixer gets "pending bytes" (amount of data currently buf...
enal@chromium.org
2012-05-01
1
-0
/
+22
*
Remove unused parameter "stream" from all variants of OnMoreData().
enal@chromium.org
2012-04-24
1
-2
/
+1
*
Re-land software audio mixer.
enal@chromium.org
2012-04-19
1
-100
/
+272
*
Revert 132891 - Software audio mixer.
thestig@chromium.org
2012-04-19
1
-272
/
+100
*
Software audio mixer.
enal@chromium.org
2012-04-18
1
-100
/
+272
*
Move media/audio files into media namespace (relanding)
vrk@google.com
2012-04-03
1
-0
/
+15
*
Revert 130180 - Move media/audio files into media namespace
vrk@google.com
2012-04-02
1
-15
/
+0
*
Move media/audio files into media namespace
vrk@google.com
2012-04-02
1
-0
/
+15
*
Make AudioManager non-refcounted.
tommi@chromium.org
2012-02-15
1
-5
/
+3
*
Add thread safety to AudioManagerBase to protect access to the audio thread m...
tommi@chromium.org
2012-01-19
1
-2
/
+3
*
Convert use of int ms to TimeDelta in files owned by vrk.
tedvessenes@gmail.com
2012-01-14
1
-13
/
+16
*
Remove the AudioManager singleton.
tommi@chromium.org
2011-12-12
1
-13
/
+19
*
Call close_timer_.Reset() from StopStreamTask.
rnk@google.com
2011-11-24
1
-3
/
+11
*
Enable the device selection for linux and mac by passing a device unique id f...
xians@chromium.org
2011-11-22
1
-2
/
+2
*
Add a method to the audio manager to find out if recording is currently activ...
leandrogracia@chromium.org
2011-10-13
1
-0
/
+1
*
Revert 105333: OVERRIDE failures on asan - Add a method to the audio manager ...
erg@google.com
2011-10-13
1
-1
/
+0
*
Add a method to the audio manager to find out if recording is currently activ...
leandrogracia@chromium.org
2011-10-13
1
-0
/
+1
*
Coverity: Pass parameters by reference.
jhawkins@chromium.org
2011-06-22
1
-2
/
+2
*
Adding GetAudioInputDeviceNames() to AudioManager, which allows for device en...
scherkus@chromium.org
2011-06-01
1
-1
/
+3
*
Description:
annacc@chromium.org
2011-05-16
1
-2
/
+2
*
Cleaning up src/media to be consistent with static versus anonymous namespaces.
scherkus@chromium.org
2011-03-07
1
-5
/
+3
*
Adds method to invoke platform provided audio input UI.
satish@chromium.org
2011-03-01
1
-0
/
+2
*
Remove base/platform_thread.h stub and fix up all callers to use the new loca...
brettw@google.com
2011-01-01
1
-4
/
+4
*
Fix AudioManager shutdown
acolwell@chromium.org
2010-12-23
1
-0
/
+1
*
Implemented AudioOutputProxy.
sergeyu@chromium.org
2010-11-24
1
-0
/
+353