summaryrefslogtreecommitdiffstats
path: root/media/audio
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update audio hang pings to every 6 seconds.dalecurtis2015-03-301-1/+1
* Update last audio tick time during suspend and resume.dalecurtis2015-03-271-5/+29
* Add a hang monitor for the audio thread.dalecurtis2015-03-262-2/+76
* Proposed backoff scheme for kAudioUnitErr_TooManyFramesToProcess error handling.henrika2015-03-232-4/+29
* Remove synchronous AudioHardwareConfig request.dalecurtis2015-03-202-2/+0
* Make fake file audio input device not crash when it fails to read.phoglund2015-03-192-9/+29
* Fixes audio issue on Mac for USB headsets where kAudioUnitErr_TooManyFramesTo...henrika2015-03-171-1/+8
* Clang fixes for chromeosstevenjb2015-03-043-34/+35
* Add way to set volume on all output audio streams on Android.halliwell2015-02-243-1/+46
* AudioManagerAndroid: Change stream destruction order.raphael.kubo.da.costa2015-02-241-1/+1
* Moved the fake input stream's processing onto the audio worker thread.phoglund2015-02-2315-427/+470
* Add more size_t -> int warning fixes for the win x64 GN build.dpranke2015-02-201-1/+5
* Work on GN Win64 build.brettw2015-02-181-0/+2
* Sort GYP and GN files under mediasatorux2015-02-181-1/+1
* Moved scoped_histogram_timer to the main histogram_macros.h since this is bro...rkaplow2015-02-132-3/+2
* Add flag --require-audio-hardware-for-testing.watk2015-02-1114-296/+203
* Purge AudioOutputDispatcher after close delay if no proxies exist.dalecurtis2015-02-055-11/+112
* Update {virtual,override,final} to follow C++11 style.dcheng2015-02-055-69/+63
* Mechanical rename of tracing includes for /mediassid2015-01-288-8/+8
* Replaces instances of the deprecated TimeTicks::HighResNow() with TimeTicks::...charliea2015-01-261-2/+2
* Adjust the output channel layout if channel_mixer_ is present.wtc2015-01-211-3/+9
* Fix few compilation errors on Windows in media/ during Windows GN build.vchigrin2015-01-191-2/+4
* Reorder channels to match ALSA's channel order.wtc2015-01-171-0/+19
* media: Remove unused private fieldshashimoto2015-01-153-9/+4
* Update AudioManagerAlsa to use the new version of LaunchProcess.rvargas2015-01-101-1/+1
* Added WebRTC audio quality test using fake device; improved fake devicephoglund2015-01-092-22/+36
* Update {virtual,override,final} for media/ to follow C++11 style.dcheng2015-01-092-6/+2
* Add browser_tests to the GN build.brettw2015-01-071-2/+2
* Fix hanging the audio thread when the input stream cork fails.dalecurtis2015-01-061-1/+2