summaryrefslogtreecommitdiffstats
path: root/media/audio
Commit message (Expand)AuthorAgeFilesLines
* Disable the RecordAndError unit test on Mac since it's not relevant anymore.tommi@chromium.org2014-03-281-1/+8
* Disable the "check for no data" timer for audio on Mac.tommi@chromium.org2014-03-281-0/+9
* Deleted '--disable-system-sounds-manager' switch.ygorshenin@chromium.org2014-03-271-44/+1
* Stop streams on OSX prior to shutdown.dalecurtis@chromium.org2014-03-264-17/+58
* Add keyboard mic parameters for audio input.grunell@chromium.org2014-03-192-0/+39
* WeakPtr destruction order cleanup: media edition.dalecurtis@google.com2014-03-184-11/+14
* Resubmit 'Enable the volume slider in Windows Ash'.zturner@chromium.org2014-03-121-1/+1
* Revert of Resubmit enable the volume slider in Ash for windows. (https://code...dmichael@chromium.org2014-03-121-1/+1
* Resubmit enable the volume slider in Ash for windows.zturner@chromium.org2014-03-121-1/+1
* Replumb audible playback detection to use a poll-based approach.miu@chromium.org2014-03-113-48/+17
* Fix AudioEntry destruction order. Add debugging CHECKs for racy shutdown.dalecurtis@chromium.org2014-03-082-27/+9
* Hook up AudioDeviceListenerWin to monitor all default device changes.tommi@chromium.org2014-03-072-20/+50
* Remove deprecated media switches.dalecurtis@chromium.org2014-03-071-4/+1
* Always PostTask device change notifications.dalecurtis@chromium.org2014-03-071-9/+9
* Revert of Enable the volume slider in Ash for windows. (https://codereview.ch...pkotwicz@chromium.org2014-03-061-1/+1
* Enable the volume slider in Ash for windows.zturner@chromium.org2014-03-061-1/+1
* Fix audio ducking support for the output side on Windows.tommi@chromium.org2014-03-053-4/+27
* 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