summaryrefslogtreecommitdiffstats
path: root/media/audio/alsa
Commit message (Expand)AuthorAgeFilesLines
* Adjust the output channel layout if channel_mixer_ is present.wtc2015-01-211-3/+9
* Reorder channels to match ALSA's channel order.wtc2015-01-171-0/+19
* Update AudioManagerAlsa to use the new version of LaunchProcess.rvargas2015-01-101-1/+1
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-231-5/+6
* Allow opening alsa devices with names like "plug:surround51".varkha2014-12-182-14/+34
* Change "comsumes" to "consumes".wtc2014-12-181-19/+19
* Remove unnecessary arithmetic operations.wtc2014-12-171-2/+2
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-273-32/+32
* Add support for audio input mute detection on all platforms.henrika2014-10-162-0/+5
* replace OVERRIDE and FINAL with override and final in media/mostynb2014-10-074-26/+26
* Remove AudioBuffersState classacolwell2014-09-293-8/+5
* Revert of Revert of Remove the last piece of deprecated synchronous IO code. ...xians2014-08-281-3/+1
* Revert of Remove the last piece of deprecated synchronous IO code. (patchset ...tnagel2014-08-271-1/+3
* Remove the last piece of deprecated synchronous IO code.xians2014-08-271-3/+1
* Revert 290359 "Remove AudioBuffersState class."acolwell@chromium.org2014-08-183-5/+8
* Remove AudioBuffersState class.acolwell@chromium.org2014-08-183-8/+5
* Modifies AudioInputCallback::OnData and use media::AudioBus instead of plain ...henrika@chromium.org2014-06-192-3/+9
* Revert 277794 "Modifies AudioInputCallback::OnData and use media..."macourteau@chromium.org2014-06-172-9/+3
* Modifies AudioInputCallback::OnData and use media::AudioBus instead of plain ...henrika@chromium.org2014-06-172-3/+9
* WeakPtr destruction order cleanup: media edition.dalecurtis@google.com2014-03-184-11/+14
* Convert scoped_ptr_malloc -> scoped_ptr, part 2.viettrungluu@chromium.org2014-02-262-8/+8
* Reland 153623004: Remove the unified IO code on the browserxians@chromium.org2014-02-133-8/+4
* Revert 249790 "Remove the unified IO code on the browser."skobes@google.com2014-02-073-4/+8
* Remove the unified IO code on the browser.xians@chromium.org2014-02-073-8/+4
* Factorize MockAudioSourceCallback out of many unittests.dalecurtis@chromium.org2014-01-301-10/+1
* Replace MessageLoopProxy with SingleThreadTaskRunner for the rest of media/.scherkus@chromium.org2014-01-072-5/+3
* Remove an unused OnClose() method from AudioInputCallback.tommi@chromium.org2013-12-181-3/+2
* Enable platform echo cancellation through the AudioRecord path.ajm@chromium.org2013-12-131-1/+1
* Revert 240548 "Enable platform echo cancellation through the Aud..."hashimoto@chromium.org2013-12-131-1/+1
* Enable platform echo cancellation through the AudioRecord path.ajm@chromium.org2013-12-131-1/+1
* Plumb AudioLog support into AudioManager.dalecurtis@chromium.org2013-12-043-3/+9
* Support use_alsa==0 on Linuxspang@chromium.org2013-11-2811-0/+3256