summaryrefslogtreecommitdiffstats
path: root/media/audio
Commit message (Expand)AuthorAgeFilesLines
* Revert of Implement HasInputDevices in CrasAudioManager (patchset #10 id:1700...mnissler2015-07-082-26/+27
* Implement HasInputDevices in CrasAudioManagercychiang2015-07-082-27/+26
* Fixed all unused-variable Clang warnings on Windows.mgiuca2015-07-081-3/+0
* GN: Add a missing android dep to //media/audio:unittestsagrieve2015-07-081-0/+1
* Move WriteInto to base namespace.Brett Wilson2015-07-071-1/+1
* Unify audio device input parameter selection on Windows.dalecurtis2015-07-026-123/+87
* clang/win: Fix warnings to prepare for building without -Wno-reorder.sammc2015-07-023-8/+10
* Fix some clang warnings with -Wmissing-braces in media.dcheng2015-07-011-1/+1
* Use safer IPC serializations in media_param_traits.ccdcheng2015-06-305-35/+5
* Fix cras_input_unittests with component=shared_libraryspang2015-06-251-1/+2
* Make audio thread hang checker less chatty.dalecurtis2015-06-251-17/+44
* Fix Clang compile error.chinyue2015-06-251-1/+1
* media: Migrate callers of message_loop_proxy() to task_runner()skyostil2015-06-178-17/+17
* Remove base::SimpleThread::SetThreadPriority() interfacetoyoshim2015-06-162-10/+6
* Add support for the audio-output-device switching IPC mechanism to the render...guidou2015-06-1611-2/+173
* Revert of Add support for the audio-output-device switching IPC mechanism to ...jmadill2015-06-1510-172/+2
* Add support for the audio-output-device switching IPC mechanism to the render...guidou2015-06-1510-2/+172
* Remove remaining use of the deprecated MessageLoopProxyskyostil2015-06-122-18/+15
* Change audio IPC enums from kConstantStyle to MACRO_STYLE.nick2015-06-116-31/+31
* Add IPC interface for switching the audio output device for a given audio str...guidou2015-06-113-0/+23
* Use proper channel map for PulseAudio in the CHANNEL_LAYOUT_MONO caseagoode2015-06-082-10/+17
* Replace more ObserverList with base::ObserverList.brettw2015-06-032-3/+4
* Remove some duplicated code in media/audio/.erikchen2015-05-302-4/+2
* Update CRAS loopback capture stream usage.chinyue2015-05-283-5/+47
* Allowing a custom audio buffer size in WebRtcAudioCapturer.ckehoe2015-05-151-0/+3
* Getting rid of duplicate includes from media/anujk.sharma2015-05-1416-21/+0
* Get audio_unittests passing with h/w on windows.watk2015-05-148-52/+42
* Substituting pattern push_back(ptr.release()) with push_back(ptr.Pass()) in m...anujk.sharma2015-05-131-1/+1
* Cleanup: Simplify some checks in tests.thestig2015-05-112-7/+7
* Make the GN Windows component build work.brettw2015-05-051-0/+1
* Add async trace that shows audio device startup time.hubbe2015-04-301-2/+17
* Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in src/media.anujk.sharma2015-04-302-2/+6
* Apply automated fixits for Chrome clang plugin to media.dcheng2015-04-294-23/+16
* Switch audio hang monitor to default-off. Enable for non-beta,stable.dalecurtis2015-04-282-6/+27
* Don't allow CoreAudioUtil::IsSupported() to reinitialize COM.dalecurtis2015-04-281-4/+5
* Revert of [media] Replace MessageLoopProxy usage with ThreadTaskRunnerHandle ...xhwang2015-04-272-6/+2
* Revert of Switch to STA mode for audio thread and WASAPI I/O streams. (patchs...dalecurtis2015-04-2716-320/+171
* Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in src/media.anujk.sharma2015-04-272-2/+6
* GN Windows component build fixes: mediabrettw2015-04-241-1/+4
* Update {virtual,override} to follow C++11 style in media.nick2015-04-246-20/+20
* Removed obsolete float_util.h as VS2013 supports standards well enough.mateuszs2015-04-241-2/+1
* Adds method to provide custom AudioManager at runtime.slan2015-04-235-5/+138
* Switch to STA mode for audio thread and WASAPI I/O streams.dalecurtis2015-04-2216-171/+320
* Apply automated fixits for Chrome clang plugin to views_unittests.dcheng2015-04-216-64/+66
* WavAudioHandler no longer keeps state with AudioParameters.slan2015-04-206-43/+48
* Partial revert of disabling low latency audio for remote desktop.dalecurtis2015-04-173-57/+1
* Validate channel count matches channel layout.dalecurtis2015-04-102-6/+24
* Disable low latency audio under remote desktop sessions.dalecurtis2015-04-083-49/+120
* Require two failed pings of the audio thread to crash.dalecurtis2015-04-021-10/+39
* Turn ThreadPriority enum into an enum class.gab2015-04-013-3/+3