summaryrefslogtreecommitdiffstats
path: root/media/audio
Commit message (Expand)AuthorAgeFilesLines
* Use macro for AudioInputBufferParameters alignment.grunell2015-08-201-2/+8
* Check buffer sequence and ring buffer index in shared memory at browser/rende...grunell2015-08-204-17/+39
* Avoid setting effects on output devices if they weren't asked for.tommi2015-08-101-1/+8
* clang/win: Build chromium_code with -Wunused-functionNico Weber2015-08-081-21/+0
* Revert of Modifies size of ring buffer in shared memory on the audio capture ...grunell2015-08-071-7/+1
* Fix WASAPI restriction to be based on period size; fixes Win10.dalecurtis2015-08-071-82/+93
* Fix incorrect opus seek preroll and flaky pre-skip removal.dalecurtis2015-08-072-8/+37
* Introduce OutputDevice interface.guidou2015-07-319-35/+21
* Modifies size of ring buffer in shared memory on the audio capture side.henrika2015-07-241-1/+7
* clang/win: Fix build after https://codereview.chromium.org/1248543002/Nico Weber2015-07-221-1/+0
* Remove device change deduplication based on device id.dalecurtis2015-07-223-47/+53
* Try to reland "Implement HasInputDevices in CrasAudioManager"cychiang2015-07-173-27/+28
* Increase OSX post-resume delay for new audio streams.dalecurtis2015-07-161-1/+1
* Remove -Wno-unused-private-field clang warning suppression.benwells2015-07-091-5/+4
* Remove sample_rate / 100 check for input devices.dalecurtis2015-07-091-2/+0
* 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