summaryrefslogtreecommitdiffstats
path: root/media/audio
Commit message (Expand)AuthorAgeFilesLines
* Switch fake audio output streams over to CancelableClosure.dalecurtis@chromium.org2012-11-033-20/+90
* Don't return NULL from AudioManager:GetMessageLoop()dalecurtis@chromium.org2012-11-021-4/+1
* Implement audio/video sync instrumentation for WebRTChclam@chromium.org2012-11-022-7/+95
* Handle audio device changes on Mac (Take 2).dalecurtis@chromium.org2012-11-023-5/+56
* Collapse InitializeOnAudioThread() into AudioManagerWin.dalecurtis@chromium.org2012-11-018-31/+12
* cras_output: Treat negative latency as 0.chihchung@chromium.org2012-10-311-2/+9
* The pulse_util files were checked in in CL http://codereview.chromium.org/112...xians@chromium.org2012-10-302-247/+0
* This allow connection remote stream to audio tag, and enable users to control...xians@chromium.org2012-10-302-0/+247
* Adds new Core Audio utility methods in the media::win namespace.henrika@chromium.org2012-10-293-0/+547
* Disable AudioDeviceListenerWinTest on XP.dalecurtis@google.com2012-10-261-0/+3
* Disable AudioDeviceListenerWinTest on XP.dalecurtis@google.com2012-10-261-0/+7
* Handle audio device changes on Windows.dalecurtis@google.com2012-10-2612-85/+402
* Add initialization for ios audio-video framework.milanb@chromium.org2012-10-251-0/+5
* Fix invalid bind usage during AudioManagerBase construction.dalecurtis@chromium.org2012-10-246-5/+19
* Replace AudioManager::Init() with InitializeOnAudioThread().dalecurtis@chromium.org2012-10-2312-53/+30
* Add methods to base::Thread to allow Windows consumers to ask for COM to be i...pkasting@chromium.org2012-10-235-42/+14
* Introduce AudioStateNotifier.dalecurtis@chromium.org2012-10-238-48/+225
* Use ChannelMixer where applicable. Remove FoldChannels.dalecurtis@chromium.org2012-10-2015-704/+199
* Add support for channel transforms.dalecurtis@chromium.org2012-10-201-2/+0
* Fix hanging AudioOutputResampler tests.dalecurtis@google.com2012-10-191-5/+8
* Simulate an audio output stream when a real one isn't available.dalecurtis@chromium.org2012-10-1813-227/+260
* Move ChannelLayout into media namespace.dalecurtis@google.com2012-10-171-17/+19
* Fix CRLF line endings.dalecurtis@google.com2012-10-174-1212/+1212
* Removed CHECK to avoid browser crash for Mac OS X.henrika@chromium.org2012-10-151-3/+7
* Ensures that we always run the low-latency audio capture at natively 128 audi...henrika@chromium.org2012-10-114-36/+96
* M23 shows lots of crahses with AudioManagerMac::GetAudioInputDeviceNames.xians@chromium.org2012-10-102-27/+22
* Revert 161096 - M23 shows lots of crahses with AudioManagerMac::GetAudioInput...xians@chromium.org2012-10-102-22/+27
* M23 shows lots of crahses with AudioManagerMac::GetAudioInputDeviceNames.xians@chromium.org2012-10-102-27/+22
* Cleanup: IWYU for base/time.h. Also fix misc lint errors.thestig@chromium.org2012-10-103-3/+0
* Revert 159666 - Use clients' preferred buffer size when the sample rates matc...xians@chromium.org2012-10-092-24/+0
* 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