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
/
win
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge 120767 - Ensures that low-latency audio unit tests passes on Win 7 buil...
tommi@chromium.org
2012-02-07
2
-2
/
+8
*
Implement support for a cancelable SyncSocket.
tommi@chromium.org
2012-01-25
1
-6
/
+4
*
Improves file-handling in WASAPIAudioInputStreamRecordToFile unit test.
henrika@chromium.org
2012-01-24
1
-11
/
+21
*
Move the NOTREACHED/DCHECK check into GetMixFormat and remove it from Hardwar...
tommi@chromium.org
2012-01-23
1
-8
/
+7
*
Adds support for 16kHz input sample rate and mono channel config. in WebRTC.
henrika@chromium.org
2012-01-19
2
-18
/
+40
*
Convert use of int ms to TimeDelta in files owned by vrk.
tedvessenes@gmail.com
2012-01-14
2
-7
/
+7
*
Fix race condition when stopping audio stream on Windows.
enal@chromium.org
2012-01-14
1
-20
/
+34
*
Remove the headless check for the audio output unittests.
tommi@chromium.org
2012-01-13
1
-54
/
+58
*
Revert 117268 - Add CHECKs to find root cause of Windows-only crash.
enal@chromium.org
2012-01-12
2
-30
/
+8
*
Add CHECKs to find root cause of Windows-only crash.
enal@chromium.org
2012-01-11
2
-8
/
+30
*
Fix "waveOutClose failure causes PCMWaveOutAudioOutputStream to never get del...
tommi@chromium.org
2012-01-11
1
-4
/
+6
*
Adds device notification to WASAPI rendering client.
henrika@chromium.org
2012-01-11
2
-16
/
+334
*
Delete the AudioOutputStream correctly (by using Close and not delete).
tommi@chromium.org
2012-01-10
1
-2
/
+2
*
Better error handling in audio wave out.
enal@chromium.org
2012-01-10
1
-13
/
+20
*
Allow the AudioLowLatencyInputOutput, WinAudioOutputTest and WinAudioInputTes...
tommi@chromium.org
2011-12-15
2
-12
/
+6
*
Adds new full-duplex test which measures and logs the reported audio delays.
henrika@chromium.org
2011-12-14
2
-2
/
+5
*
Remove the AudioManager singleton.
tommi@chromium.org
2011-12-12
4
-88
/
+97
*
Removing MessageLoop::QuitTask() from media/
dcheng@chromium.org
2011-12-09
1
-4
/
+4
*
Make check for 'opened' consistent across all audio stream implementations of...
tommi@chromium.org
2011-12-08
2
-4
/
+2
*
Replace media::Limits struct with media::limits namespace and update document...
scherkus@chromium.org
2011-12-07
1
-1
/
+1
*
Adds input device selection on Windows.
henrika@chromium.org
2011-12-06
5
-37
/
+101
*
Move decision if we need to use WASAPI or wave out into separate function.
enal@chromium.org
2011-12-03
1
-5
/
+5
*
Change the way we are sending audio data to driver when using WaveOut API.
enal@chromium.org
2011-12-01
3
-117
/
+164
*
Revert 112147 - Did not get LGTM from all reviewers.
enal@chromium.org
2011-11-30
2
-158
/
+113
*
Change the way we are sending audio data to driver when using WaveOut API.
enal@chromium.org
2011-11-30
2
-113
/
+158
*
ake string_util::WriteInto() DCHECK() that the supplied |length_with_null| > ...
pkasting@chromium.org
2011-11-29
1
-3
/
+5
*
Fixes rounding issue in simple sources.
henrika@chromium.org
2011-11-29
1
-22
/
+37
*
Revert 111890 - This patch ensures that the audio_output_win_unittest works f...
henrika@chromium.org
2011-11-29
1
-37
/
+22
*
This patch ensures that the audio_output_win_unittest works for AUDIO_PCM_LOW...
henrika@chromium.org
2011-11-29
1
-22
/
+37
*
Removes call to invalid error handler during audio initialization for Windows...
henrika@chromium.org
2011-11-28
2
-12
/
+0
*
Adds support for capture device enumeration on Windows.
henrika@chromium.org
2011-11-24
4
-8
/
+191
*
Fixes minor issue in unit test where I had used DISABLE_ instead of DISABLED_.
scherkus@chromium.org
2011-11-23
1
-1
/
+1
*
Enable the device selection for linux and mac by passing a device unique id f...
xians@chromium.org
2011-11-22
3
-9
/
+15
*
Low-latency AudioOutputStream implementation based on WASAPI for Windows.
henrika@chromium.org
2011-11-16
5
-6
/
+1349
*
Cleanup: Remove unneeded forward declarations in base, dbug, gpu, ipc, jingle...
thestig@chromium.org
2011-11-15
1
-1
/
+0
*
Implement polling for data becoming ready when starting audio stream.
enal@chromium.org
2011-11-09
1
-0
/
+4
*
Problem happens because we cannot stop physical stream in arbitrary moment, c...
enal@chromium.org
2011-11-02
2
-39
/
+45
*
Changing a NOTREACHED to a LOG(WARNING) for cases when a mic isn't connected.
tommi@chromium.org
2011-10-31
1
-1
/
+4
*
Removes an invalid hard-coded sample rate in the low-latency
henrika@chromium.org
2011-10-26
1
-1
/
+0
*
Fixes yet another build error on Windows shared bot.
henrika@chromium.org
2011-10-24
1
-1
/
+1
*
Fixes build error on Windows shared bot.
henrika@chromium.org
2011-10-24
1
-1
/
+2
*
Low-latency AudioInputStream implementation based on WASAPI for Windows.
henrika@chromium.org
2011-10-24
7
-5
/
+1181
*
Add a method to the audio manager to find out if recording is currently activ...
leandrogracia@chromium.org
2011-10-13
3
-15
/
+24
*
Revert 105333: OVERRIDE failures on asan - Add a method to the audio manager ...
erg@google.com
2011-10-13
3
-24
/
+15
*
Add a method to the audio manager to find out if recording is currently activ...
leandrogracia@chromium.org
2011-10-13
3
-15
/
+24
*
Adding delay estimation to input audio.
xians@chromium.org
2011-10-04
1
-0
/
+3
*
Add tracing for select WebAudio functions
crogers@google.com
2011-08-18
1
-0
/
+3
*
Change base::LaunchProcess API slightly
evan@chromium.org
2011-07-15
1
-2
/
+1
*
Clean up users of a deprecated base::LaunchApp API.
evan@chromium.org
2011-07-14
1
-1
/
+2
*
Coverity: Pass parameters by reference.
jhawkins@chromium.org
2011-06-22
6
-10
/
+16
[next]