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
*
Merge 123292 - Increase the buffer size in AudioRendererImpl to fix muted pla...
vrk@google.com
2012-02-27
2
-0
/
+32
*
Merge 120767 - Ensures that low-latency audio unit tests passes on Win 7 buil...
tommi@chromium.org
2012-02-07
2
-2
/
+8
*
Merge 120095 - Fix crash on Mac OS X caused by querying audio stream latency.
crogers@google.com
2012-02-07
1
-32
/
+1
*
Cleanup: Remove static storage for variables in an unnamed namespace.
jhawkins@chromium.org
2012-01-28
1
-2
/
+0
*
Add OSSTATUS_LOG API.
mark@chromium.org
2012-01-27
5
-29
/
+42
*
Detect errors in audio output and report them upstream.
fischman@chromium.org
2012-01-27
2
-6
/
+6
*
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
*
Adding tommi@chromium.org to media-related OWNERS files.
scherkus@chromium.org
2012-01-24
1
-0
/
+1
*
Move the NOTREACHED/DCHECK check into GetMixFormat and remove it from Hardwar...
tommi@chromium.org
2012-01-23
1
-8
/
+7
*
Fix Android compile error following r118272
peter@chromium.org
2012-01-20
1
-1
/
+1
*
Adds support for 16kHz input sample rate and mono channel config. in WebRTC.
henrika@chromium.org
2012-01-19
4
-18
/
+59
*
Add thread safety to AudioManagerBase to protect access to the audio thread m...
tommi@chromium.org
2012-01-19
14
-98
/
+118
*
Convert use of int ms to TimeDelta in files owned by vrk.
tedvessenes@gmail.com
2012-01-14
13
-90
/
+75
*
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
2
-57
/
+59
*
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
*
Clean up AudioRendererAlgorithmBase
vrk@google.com
2012-01-10
2
-2
/
+56
*
Better error handling in audio wave out.
enal@chromium.org
2012-01-10
1
-13
/
+20
*
Remove task.h and finish base::Bind() migration.
ajwong@chromium.org
2012-01-06
5
-5
/
+2
*
Fix invalid use of Base::Bind(,this) in ~ReferenceAudioRender.
dalecurtis@chromium.org
2012-01-06
1
-2
/
+3
*
Fix race condition (bug 108685).
enal@chromium.org
2012-01-05
2
-14
/
+38
*
And now NewRunnableMethod(), you die.
ajwong@chromium.org
2012-01-04
1
-3
/
+1
*
Allow the AudioLowLatencyInputOutput, WinAudioOutputTest and WinAudioInputTes...
tommi@chromium.org
2011-12-15
3
-17
/
+11
*
Remove the RecordWithSlowSink test. The test has problems running on the bui...
tommi@chromium.org
2011-12-15
1
-31
/
+0
*
Enable the AudioInputTest tests on the build bots and fix a bug in PCMQueueIn...
tommi@chromium.org
2011-12-14
3
-10
/
+23
*
Enable MacAudioInput tests on all mac bots.
tommi@chromium.org
2011-12-14
1
-4
/
+4
*
Adds new full-duplex test which measures and logs the reported audio delays.
henrika@chromium.org
2011-12-14
4
-3
/
+467
*
Enable the AudioInputDevice tests on all try/build bots.
tommi@chromium.org
2011-12-14
1
-43
/
+33
*
Make linux output streams consistent with other output stream implementations.
tommi@chromium.org
2011-12-14
7
-249
/
+161
*
Enable the AudioOutputController tests on all bots.
tommi@chromium.org
2011-12-14
1
-31
/
+0
*
Remove the AudioManager singleton.
tommi@chromium.org
2011-12-12
34
-455
/
+619
*
Removing MessageLoop::QuitTask() from media/
dcheng@chromium.org
2011-12-09
2
-6
/
+6
*
Make check for 'opened' consistent across all audio stream implementations of...
tommi@chromium.org
2011-12-08
7
-8
/
+19
*
Replace media::Limits struct with media::limits namespace and update document...
scherkus@chromium.org
2011-12-07
2
-5
/
+5
*
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
3
-8
/
+26
*
Upstream: Media implementation for Android.
michaelbai@chromium.org
2011-12-02
5
-0
/
+487
*
Change the way we are sending audio data to driver when using WaveOut API.
enal@chromium.org
2011-12-01
4
-117
/
+169
*
Revert 112147 - Did not get LGTM from all reviewers.
enal@chromium.org
2011-11-30
3
-163
/
+113
*
Change the way we are sending audio data to driver when using WaveOut API.
enal@chromium.org
2011-11-30
3
-113
/
+163
*
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
3
-27
/
+51
*
Revert 111890 - This patch ensures that the audio_output_win_unittest works f...
henrika@chromium.org
2011-11-29
3
-50
/
+28
*
This patch ensures that the audio_output_win_unittest works for AUDIO_PCM_LOW...
henrika@chromium.org
2011-11-29
3
-28
/
+50
*
Removes call to invalid error handler during audio initialization for Windows...
henrika@chromium.org
2011-11-28
2
-12
/
+0
[next]