summaryrefslogtreecommitdiffstats
path: root/media/audio
Commit message (Expand)AuthorAgeFilesLines
* Adds error codes to AudioInputController/AudioInputRendererHost native logshenrika@chromium.org2014-02-283-7/+33
* Clean up histogram'd media enum max values.rileya@chromium.org2014-02-286-38/+70
* Fix handling of the default comm device when it is not the 'console' device.tommi@chromium.org2014-02-272-35/+69
* Make sure we don't call DisableKeyPressMonitoring without calling EnableKeyPr...tommi@chromium.org2014-02-272-24/+22
* Convert scoped_ptr_malloc -> scoped_ptr, part 2.viettrungluu@chromium.org2014-02-263-12/+12
* Initialization of audio manager for Android is now done on the audio thread.henrika@chromium.org2014-02-215-289/+528
* Volume button now controls media volume for WebAudio.henrika@chromium.org2014-02-204-28/+36
* Remove deprecated non-AUHAL audio path on OSX.dalecurtis@chromium.org2014-02-204-533/+0
* Fix the output device selection introduced by 163343002.xians@chromium.org2014-02-191-1/+2
* Rename base::ScopedPtrAlignedFree to AlignedFreeDeleter.viettrungluu@chromium.org2014-02-151-2/+2
* Cleanup AudioManager initialization on OSX to reduce startup delay.dalecurtis@chromium.org2014-02-142-20/+22
* Implement hook to change audio output device for PulseAudio.grunell@chromium.org2014-02-136-9/+27
* Reland 153623004: Remove the unified IO code on the browserxians@chromium.org2014-02-1352-4482/+126
* Add basic support for "googDucking" to getUserMedia on Windows.tommi@chromium.org2014-02-128-117/+110
* Make CoreAudio::IsSupported VLOG instead of LOGenne@chromium.org2014-02-111-1/+1
* Enabled by default system's volume adjust sound.ygorshenin@chromium.org2014-02-112-1/+18
* Revert 249790 "Remove the unified IO code on the browser."skobes@google.com2014-02-0750-124/+4478
* Remove the unified IO code on the browser.xians@chromium.org2014-02-0750-4478/+124
* Use validating form of IPC enum macros for audio messages.tsepez@chromium.org2014-02-072-2/+4
* Build fix when use_alsa=0.joone.hur@intel.com2014-02-061-0/+4
* Remove noisy NOTIMPLEMENTED in audio_manager_base.ccdanakj@chromium.org2014-01-311-1/+0
* Factorize MockAudioSourceCallback out of many unittests.dalecurtis@chromium.org2014-01-309-95/+72
* Defer OSX output stream Start() around system supend and resume.dalecurtis@chromium.org2014-01-255-1/+100
* Disabling a flaky android test StartInputStreamCallbacksronghuawu@chromium.org2014-01-241-1/+2
* Rewrite AUHAL unit tests to use the audio thread correctly.dalecurtis@chromium.org2014-01-241-164/+57
* Disable flaky StartInputStreamCallbacksNonDefaultParameters.ronghuawu@chromium.org2014-01-241-1/+2
* Remove use of CoreAudioUtil::IsSupported() from AudioManager startup.dalecurtis@chromium.org2014-01-233-18/+29
* Adding Bluetooth support to media in Chrome.henrika@chromium.org2014-01-201-0/+1
* Removes MessageLoop::Type checks in favor of IsCurrent on MessageLoops.sky@chromium.org2014-01-201-1/+1
* Added volume adjust sound behind the flag. Partially based on https://coderev...ygorshenin@chromium.org2014-01-168-71/+113
* Ensure Android RunSymmetric test can select the AudioRecord path.ajm@chromium.org2014-01-162-2/+5
* Removes MessageLoop::TYPE_XXX where possiblesky@chromium.org2014-01-151-1/+1
* Clean-up: Remove the very last few uses of base::Time from src/media/miu@chromium.org2014-01-121-1/+0
* Pass through channel layout on OSX if hardware supports it.dalecurtis@chromium.org2014-01-111-33/+28
* Fix chromeos=1 so Pulse is preferred when use_cras=0.dalecurtis@chromium.org2014-01-108-22/+40
* Rename media/base/bind_to_loop.h to media/base/bind_to_current_loop.h.scherkus@chromium.org2014-01-103-3/+3
* Remove media::BindToLoop() in favour of media::BindToCurrentLoop().scherkus@chromium.org2014-01-092-10/+11
* Provide fake audio parameters when devices don't exist.dalecurtis@chromium.org2014-01-091-8/+11
* Always clear callback after WaveOut Stop().dalecurtis@chromium.org2014-01-081-19/+5
* Replace MessageLoopProxy with SingleThreadTaskRunner for the rest of media/.scherkus@chromium.org2014-01-0744-340/+339
* Update uses of UTF conversions in courgette/, device/, extensions/, google_ap...avi@chromium.org2013-12-256-19/+20
* Fix custom buffer size support for WASAPI.dalecurtis@chromium.org2013-12-232-47/+6
* Fix CRAS unittests compile break after r238637.posciak@chromium.org2013-12-202-0/+12
* LOG(ERROR) -> VLOG(1)ygorshenin@chromium.org2013-12-191-3/+3
* Remove an unused OnClose() method from AudioInputCallback.tommi@chromium.org2013-12-1821-113/+27
* Reland "Refactor audio manager for Android to avoid heavy tasks at startup"henrika@chromium.org2013-12-173-18/+96
* Revert 240887 "Revert 240885 "Revert 240883 "Refactor audio mana..."szym@chromium.org2013-12-163-96/+18
* Revert 240885 "Revert 240883 "Refactor audio manager for Android..."henrika@chromium.org2013-12-163-18/+96
* Revert 240883 "Refactor audio manager for Android to avoid heavy..."henrika@chromium.org2013-12-163-96/+18
* Refactor audio manager for Android to avoid heavy tasks at startup.henrika@chromium.org2013-12-163-18/+96