summaryrefslogtreecommitdiffstats
path: root/media/audio/win
Commit message (Expand)AuthorAgeFilesLines
* Don't use base::MessageLoop::{Quit,QuitClosure} in media/ki.stfu2015-10-122-6/+6
* Re-land attempt 2: Add localized default audio device names.ajm2015-09-291-2/+2
* Revert "Re-land: Add localized default audio device names."jmadill2015-09-291-2/+2
* Re-land: Add localized default audio device names.ajm2015-09-291-2/+2
* Revert "Add localized default audio device names."dgrogan2015-09-221-2/+2
* Add localized default audio device names.ajm2015-09-221-2/+2
* Refactor AudioParameters member setting.ajm2015-09-083-16/+13
* Use IAudioClock for QPC timestamps whenever we can for audio input on Windows.tommi2015-09-072-7/+34
* Fix audio glitching on Vista due to unreliable OS callbacks.dalecurtis2015-09-031-57/+76
* Include default communication devices in audio device enumerations. This remo...tommi2015-08-285-66/+56
* Add constness to WASAPIAudioOutputStreamtommi2015-08-271-4/+4
* Remove unused method, GetPreferredAudioParameters from core audio util on Win...tommi2015-08-244-31/+5
* clang/win: Build chromium_code with -Wunused-functionNico Weber2015-08-081-21/+0
* Fix WASAPI restriction to be based on period size; fixes Win10.dalecurtis2015-08-071-82/+93
* 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
* 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
* Fixed all unused-variable Clang warnings on Windows.mgiuca2015-07-081-3/+0
* 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
* Remove base::SimpleThread::SetThreadPriority() interfacetoyoshim2015-06-162-10/+6
* Remove remaining use of the deprecated MessageLoopProxyskyostil2015-06-121-13/+10
* Getting rid of duplicate includes from media/anujk.sharma2015-05-143-4/+0
* Get audio_unittests passing with h/w on windows.watk2015-05-145-30/+21
* Apply automated fixits for Chrome clang plugin to media.dcheng2015-04-294-23/+16
* Don't allow CoreAudioUtil::IsSupported() to reinitialize COM.dalecurtis2015-04-281-4/+5
* Revert of Switch to STA mode for audio thread and WASAPI I/O streams. (patchs...dalecurtis2015-04-2712-291/+140
* Update {virtual,override} to follow C++11 style in media.nick2015-04-241-5/+5
* Switch to STA mode for audio thread and WASAPI I/O streams.dalecurtis2015-04-2212-140/+291
* Apply automated fixits for Chrome clang plugin to views_unittests.dcheng2015-04-216-64/+66
* Partial revert of disabling low latency audio for remote desktop.dalecurtis2015-04-173-57/+1
* Disable low latency audio under remote desktop sessions.dalecurtis2015-04-083-49/+120
* Turn ThreadPriority enum into an enum class.gab2015-04-012-2/+2
* Add flag --require-audio-hardware-for-testing.watk2015-02-114-180/+74
* Mechanical rename of tracing includes for /mediassid2015-01-282-2/+2
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-233-7/+8
* Update media/audio to use the new version of LaunchProcess.rvargas2014-12-101-1/+1
* Add Media.FallbackToHighLatencyAudioInputPath.henrika2014-12-081-0/+2
* Disable power logging and related UMA stats when AGC is not supported.henrika2014-12-022-2/+3
* Enable MSVC warning for unused locals.Peter Kasting2014-11-201-5/+8
* [media/audio] Convert VLOGs to DVLOGsanujk.sharma2014-11-195-41/+41
* Remove implicit conversions from scoped_refptr to T* in media/dcheng2014-11-135-125/+130
* Cleanup: Replace base::ASCIIToWide with base::ASCIIToUTF16.thestig2014-11-071-1/+1
* Cleanup: Remove unneeded path_service.h includes.thestig2014-11-061-1/+0
* Fix mismatched parentheses that were revealed through /analyze warnings.brucedawson2014-10-311-2/+2
* Add support for audio input mute detection on all platforms.henrika2014-10-164-1/+22
* replace OVERRIDE and FINAL with override and final in media/mostynb2014-10-075-40/+40