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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Trivial EOL fix (removed Windows CR-LF).
henrika@chromium.org
2012-09-21
1
-1
/
+1
*
Don't fallback if we've successfully opened a stream previously.
dalecurtis@google.com
2012-09-21
7
-62
/
+146
*
Prevent AudioDeviceThread from starting if clients have called Stop() (round 2).
scherkus@chromium.org
2012-09-20
3
-58
/
+90
*
This CL is an attempt to improve sanity in WASAPIAudioOutputStream where we t...
henrika@chromium.org
2012-09-20
2
-424
/
+408
*
Force audio stream Stop() before Close().
dalecurtis@google.com
2012-09-19
2
-6
/
+9
*
Revert r157378 as it caused WebRTC to dereference null pointers when restarti...
scherkus@chromium.org
2012-09-19
3
-25
/
+10
*
Pass through small buffer sizes without FIFO on Linux.
xians@chromium.org
2012-09-19
3
-1
/
+25
*
Revert 157524 - Pass through small buffer sizes without FIFO on Linux.
xians@chromium.org
2012-09-19
3
-22
/
+1
*
Pass through small buffer sizes without FIFO on Linux.
xians@chromium.org
2012-09-19
3
-1
/
+22
*
Revert 157503 - Pass through small buffer sizes without FIFO on Linux.
kinaba@chromium.org
2012-09-19
3
-21
/
+1
*
Pass through small buffer sizes without FIFO on Linux.
dalecurtis@chromium.org
2012-09-19
3
-1
/
+21
*
Reset callback used by OnMoreDataResampler on StartStream.
dalecurtis@chromium.org
2012-09-19
2
-25
/
+38
*
Promote AudioOutputProxy state machine DCHECKs to CHECKs.
dalecurtis@google.com
2012-09-19
1
-3
/
+3
*
Clear source callback after WASAPI audio thread stops.
dalecurtis@google.com
2012-09-19
1
-0
/
+3
*
Prevent AudioDeviceThread from starting if clients have called Stop().
scherkus@chromium.org
2012-09-18
3
-111
/
+141
*
Fix output resampler to handle multiple StartStream() calls.
dalecurtis@google.com
2012-09-18
3
-204
/
+286
*
Add Mac OS X synchronized audio I/O back-end
crogers@google.com
2012-09-18
5
-7
/
+1227
*
Adds COM init to AudioManager thread to ensure that we can call COM APIs (e.g...
henrika@chromium.org
2012-09-17
6
-28
/
+39
*
Allow StopStream() to be called multiple times.
dalecurtis@google.com
2012-09-17
2
-1
/
+11
*
Use fallback path on invalid audio parameters.
dalecurtis@google.com
2012-09-17
1
-18
/
+44
*
mac: Unbreak building with the 10.7 SDK
thakis@chromium.org
2012-09-15
1
-1
/
+1
*
Add Mac OS X unified audio I/O back-end
crogers@google.com
2012-09-14
2
-0
/
+499
*
Adds support for 2->1 channel down mixing for WASAPI on Windows.
henrika@chromium.org
2012-09-14
2
-30
/
+89
*
Flip AudioOutputResampler to on by default.
dalecurtis@google.com
2012-09-14
2
-4
/
+19
*
Bypass audio resampler on XP / non-WASAPI wave out path.
dalecurtis@google.com
2012-09-14
6
-22
/
+38
*
Add UMA statistics to WASAPIAudioOutputStream().
dalecurtis@chromium.org
2012-09-14
2
-0
/
+43
*
Add --disable-audio-fallback flag for debugging.
dalecurtis@chromium.org
2012-09-14
1
-0
/
+9
*
If cras is used, make only one audio device available: "Automatic".
chihchung@chromium.org
2012-09-13
2
-2
/
+38
*
Automatically fall back to non-low latency on open() failure.
dalecurtis@chromium.org
2012-09-12
3
-38
/
+183
*
Remove WASAPI channel count. Too much trouble for now.
dalecurtis@google.com
2012-09-12
1
-29
/
+6
*
Fix Windows XP build.
dalecurtis@google.com
2012-09-12
1
-13
/
+21
*
Fix iOS build bustage in AudioManagerBase
stuartmorgan@chromium.org
2012-09-12
1
-0
/
+6
*
Add UMA reporting for audio hardware parameters.
dalecurtis@google.com
2012-09-12
3
-1
/
+50
*
Improves buffer handling for Windows and ensures that we can use all possible...
henrika@chromium.org
2012-09-12
2
-8
/
+18
*
Allow audio system to handle synchronized low-latency audio I/O
crogers@google.com
2012-09-12
22
-55
/
+244
*
Fix resampler flushing while OnMoreData() is in progress.
dalecurtis@chromium.org
2012-09-11
3
-34
/
+149
*
As titled! AudioOutputResampler is a single stream output resampler which uses
dalecurtis@google.com
2012-09-11
5
-143
/
+554
*
cras_output: Fix calculation of bytes per sample.
dgreid@chromium.org
2012-09-10
1
-1
/
+1
*
Create iOS Audio Manager implementation.
blundell@chromium.org
2012-09-07
5
-9
/
+219
*
Make initial reset period configurable for audio input no data timer.
milanb@chromium.org
2012-09-06
2
-13
/
+22
*
Exclude audio output dispatcher for iOS.
milanb@chromium.org
2012-09-05
1
-0
/
+11
*
Fix unitialized reads in AudioOutputController unittest.
dalecurtis@google.com
2012-09-05
2
-9
/
+13
*
Fix unitialized data access in AlsaOutputUnittest.
dalecurtis@google.com
2012-09-05
1
-4
/
+10
*
Switch OnMoreData() to use AudioBus.
dalecurtis@chromium.org
2012-09-05
37
-552
/
+440
*
Add missing break to WinAudioTest.
dalecurtis@google.com
2012-09-04
1
-0
/
+1
*
Convert WebAudio file handlers to use AudioBus.
dalecurtis@chromium.org
2012-08-30
2
-61
/
+0
*
Rename shared memory method parameters for consistency.
dalecurtis@google.com
2012-08-30
2
-16
/
+16
*
Disable AudioOutputMixer.
dalecurtis@chromium.org
2012-08-24
2
-6
/
+39
*
Introduce shared_memory_support media target for PPAPI.
dalecurtis@chromium.org
2012-08-24
8
-81
/
+115
*
Guard against ALSA returning insane frame counts for current delay.
fischman@chromium.org
2012-08-23
1
-3
/
+3
[next]