summaryrefslogtreecommitdiffstats
path: root/media/audio
Commit message (Expand)AuthorAgeFilesLines
* Merge 123292 - Increase the buffer size in AudioRendererImpl to fix muted pla...vrk@google.com2012-02-272-0/+32
* Merge 120767 - Ensures that low-latency audio unit tests passes on Win 7 buil...tommi@chromium.org2012-02-072-2/+8
* Merge 120095 - Fix crash on Mac OS X caused by querying audio stream latency.crogers@google.com2012-02-071-32/+1
* Cleanup: Remove static storage for variables in an unnamed namespace.jhawkins@chromium.org2012-01-281-2/+0
* Add OSSTATUS_LOG API.mark@chromium.org2012-01-275-29/+42
* Detect errors in audio output and report them upstream.fischman@chromium.org2012-01-272-6/+6
* Implement support for a cancelable SyncSocket.tommi@chromium.org2012-01-251-6/+4
* Improves file-handling in WASAPIAudioInputStreamRecordToFile unit test.henrika@chromium.org2012-01-241-11/+21
* Adding tommi@chromium.org to media-related OWNERS files.scherkus@chromium.org2012-01-241-0/+1
* Move the NOTREACHED/DCHECK check into GetMixFormat and remove it from Hardwar...tommi@chromium.org2012-01-231-8/+7
* Fix Android compile error following r118272peter@chromium.org2012-01-201-1/+1
* Adds support for 16kHz input sample rate and mono channel config. in WebRTC.henrika@chromium.org2012-01-194-18/+59
* Add thread safety to AudioManagerBase to protect access to the audio thread m...tommi@chromium.org2012-01-1914-98/+118
* Convert use of int ms to TimeDelta in files owned by vrk.tedvessenes@gmail.com2012-01-1413-90/+75
* Fix race condition when stopping audio stream on Windows.enal@chromium.org2012-01-141-20/+34
* Remove the headless check for the audio output unittests.tommi@chromium.org2012-01-132-57/+59
* Revert 117268 - Add CHECKs to find root cause of Windows-only crash.enal@chromium.org2012-01-122-30/+8
* Add CHECKs to find root cause of Windows-only crash.enal@chromium.org2012-01-112-8/+30
* Fix "waveOutClose failure causes PCMWaveOutAudioOutputStream to never get del...tommi@chromium.org2012-01-111-4/+6
* Adds device notification to WASAPI rendering client.henrika@chromium.org2012-01-112-16/+334
* Delete the AudioOutputStream correctly (by using Close and not delete).tommi@chromium.org2012-01-101-2/+2
* Clean up AudioRendererAlgorithmBasevrk@google.com2012-01-102-2/+56
* Better error handling in audio wave out.enal@chromium.org2012-01-101-13/+20
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-065-5/+2
* Fix invalid use of Base::Bind(,this) in ~ReferenceAudioRender.dalecurtis@chromium.org2012-01-061-2/+3
* Fix race condition (bug 108685).enal@chromium.org2012-01-052-14/+38
* And now NewRunnableMethod(), you die.ajwong@chromium.org2012-01-041-3/+1
* Allow the AudioLowLatencyInputOutput, WinAudioOutputTest and WinAudioInputTes...tommi@chromium.org2011-12-153-17/+11
* Remove the RecordWithSlowSink test. The test has problems running on the bui...tommi@chromium.org2011-12-151-31/+0
* Enable the AudioInputTest tests on the build bots and fix a bug in PCMQueueIn...tommi@chromium.org2011-12-143-10/+23
* Enable MacAudioInput tests on all mac bots.tommi@chromium.org2011-12-141-4/+4
* Adds new full-duplex test which measures and logs the reported audio delays.henrika@chromium.org2011-12-144-3/+467
* Enable the AudioInputDevice tests on all try/build bots.tommi@chromium.org2011-12-141-43/+33
* Make linux output streams consistent with other output stream implementations.tommi@chromium.org2011-12-147-249/+161
* Enable the AudioOutputController tests on all bots.tommi@chromium.org2011-12-141-31/+0
* Remove the AudioManager singleton.tommi@chromium.org2011-12-1234-455/+619
* Removing MessageLoop::QuitTask() from media/dcheng@chromium.org2011-12-092-6/+6
* Make check for 'opened' consistent across all audio stream implementations of...tommi@chromium.org2011-12-087-8/+19
* Replace media::Limits struct with media::limits namespace and update document...scherkus@chromium.org2011-12-072-5/+5
* Adds input device selection on Windows.henrika@chromium.org2011-12-065-37/+101
* Move decision if we need to use WASAPI or wave out into separate function.enal@chromium.org2011-12-033-8/+26
* Upstream: Media implementation for Android.michaelbai@chromium.org2011-12-025-0/+487
* Change the way we are sending audio data to driver when using WaveOut API.enal@chromium.org2011-12-014-117/+169
* Revert 112147 - Did not get LGTM from all reviewers.enal@chromium.org2011-11-303-163/+113
* Change the way we are sending audio data to driver when using WaveOut API.enal@chromium.org2011-11-303-113/+163
* ake string_util::WriteInto() DCHECK() that the supplied |length_with_null| > ...pkasting@chromium.org2011-11-291-3/+5
* Fixes rounding issue in simple sources.henrika@chromium.org2011-11-293-27/+51
* Revert 111890 - This patch ensures that the audio_output_win_unittest works f...henrika@chromium.org2011-11-293-50/+28
* This patch ensures that the audio_output_win_unittest works for AUDIO_PCM_LOW...henrika@chromium.org2011-11-293-28/+50
* Removes call to invalid error handler during audio initialization for Windows...henrika@chromium.org2011-11-282-12/+0