summaryrefslogtreecommitdiffstats
path: root/media/audio
Commit message (Expand)AuthorAgeFilesLines
* Prevent AudioLowLatencyInputMac from changing frame sizes.dalecurtis@chromium.org2012-10-092-14/+37
* It seems PcmReadi() is often gives out more than 1 packets and this destroy t...xians@chromium.org2012-10-081-3/+1
* Add WASAPI-based unified audio I/O back-end for Windows 7.henrika@chromium.org2012-10-055-340/+1537
* Call Stop() from all destructors of base::Thread subclasses (except for a cou...pkasting@chromium.org2012-10-031-0/+1
* It seems that snd_pcm_hw_params_set_* API does not work well any more in the ...xians@chromium.org2012-10-021-66/+7
* Use clients' preferred buffer size when the sample rates match and it is a nu...xians@chromium.org2012-10-022-0/+24
* Clean up scoped_com_initializer.h, primarily by removing #ifdefs for non-Wind...pkasting@chromium.org2012-10-015-47/+69
* Style guide compliance: don't handle DCHECK failure.pkasting@chromium.org2012-09-293-32/+8
* Roll FFmpeg DEPS + Fixup FFmpeg tests.dalecurtis@google.com2012-09-281-1/+4
* Cleanup: avoid foo ? true : false, part 1.thestig@chromium.org2012-09-271-1/+1
* audio_manager_linux: Allow CRAS to decide if sample rate conversion is needed.dgreid@chromium.org2012-09-261-7/+8
* Return fixed hardware buffer size for odd sample rates.dalecurtis@google.com2012-09-251-2/+15
* AudioHardwareUnifiedStream::Stop() must not clear |source_| before calling Au...crogers@google.com2012-09-251-2/+1
* Add appropriate 64-bit mac flags for src/media targets and fix a compilation ...badea@adobe.com2012-09-221-1/+1
* Trivial EOL fix (removed Windows CR-LF).henrika@chromium.org2012-09-211-1/+1
* Don't fallback if we've successfully opened a stream previously.dalecurtis@google.com2012-09-217-62/+146
* Prevent AudioDeviceThread from starting if clients have called Stop() (round 2).scherkus@chromium.org2012-09-203-58/+90
* This CL is an attempt to improve sanity in WASAPIAudioOutputStream where we t...henrika@chromium.org2012-09-202-424/+408
* Force audio stream Stop() before Close().dalecurtis@google.com2012-09-192-6/+9
* Revert r157378 as it caused WebRTC to dereference null pointers when restarti...scherkus@chromium.org2012-09-193-25/+10
* Pass through small buffer sizes without FIFO on Linux.xians@chromium.org2012-09-193-1/+25
* Revert 157524 - Pass through small buffer sizes without FIFO on Linux.xians@chromium.org2012-09-193-22/+1
* Pass through small buffer sizes without FIFO on Linux.xians@chromium.org2012-09-193-1/+22
* Revert 157503 - Pass through small buffer sizes without FIFO on Linux.kinaba@chromium.org2012-09-193-21/+1
* Pass through small buffer sizes without FIFO on Linux.dalecurtis@chromium.org2012-09-193-1/+21
* Reset callback used by OnMoreDataResampler on StartStream.dalecurtis@chromium.org2012-09-192-25/+38
* Promote AudioOutputProxy state machine DCHECKs to CHECKs.dalecurtis@google.com2012-09-191-3/+3
* Clear source callback after WASAPI audio thread stops.dalecurtis@google.com2012-09-191-0/+3
* Prevent AudioDeviceThread from starting if clients have called Stop().scherkus@chromium.org2012-09-183-111/+141
* Fix output resampler to handle multiple StartStream() calls.dalecurtis@google.com2012-09-183-204/+286
* Add Mac OS X synchronized audio I/O back-endcrogers@google.com2012-09-185-7/+1227
* Adds COM init to AudioManager thread to ensure that we can call COM APIs (e.g...henrika@chromium.org2012-09-176-28/+39
* Allow StopStream() to be called multiple times.dalecurtis@google.com2012-09-172-1/+11
* Use fallback path on invalid audio parameters.dalecurtis@google.com2012-09-171-18/+44
* mac: Unbreak building with the 10.7 SDKthakis@chromium.org2012-09-151-1/+1
* Add Mac OS X unified audio I/O back-endcrogers@google.com2012-09-142-0/+499
* Adds support for 2->1 channel down mixing for WASAPI on Windows.henrika@chromium.org2012-09-142-30/+89
* Flip AudioOutputResampler to on by default.dalecurtis@google.com2012-09-142-4/+19
* Bypass audio resampler on XP / non-WASAPI wave out path.dalecurtis@google.com2012-09-146-22/+38
* Add UMA statistics to WASAPIAudioOutputStream().dalecurtis@chromium.org2012-09-142-0/+43
* Add --disable-audio-fallback flag for debugging.dalecurtis@chromium.org2012-09-141-0/+9
* If cras is used, make only one audio device available: "Automatic".chihchung@chromium.org2012-09-132-2/+38
* Automatically fall back to non-low latency on open() failure.dalecurtis@chromium.org2012-09-123-38/+183
* Remove WASAPI channel count. Too much trouble for now.dalecurtis@google.com2012-09-121-29/+6
* Fix Windows XP build.dalecurtis@google.com2012-09-121-13/+21
* Fix iOS build bustage in AudioManagerBasestuartmorgan@chromium.org2012-09-121-0/+6
* Add UMA reporting for audio hardware parameters.dalecurtis@google.com2012-09-123-1/+50
* Improves buffer handling for Windows and ensures that we can use all possible...henrika@chromium.org2012-09-122-8/+18
* Allow audio system to handle synchronized low-latency audio I/Ocrogers@google.com2012-09-1222-55/+244
* Fix resampler flushing while OnMoreData() is in progress.dalecurtis@chromium.org2012-09-113-34/+149