summaryrefslogtreecommitdiffstats
path: root/media/audio/audio_output_controller.h
Commit message (Expand)AuthorAgeFilesLines
* replace OVERRIDE and FINAL with override and final in media/mostynb2014-10-071-6/+6
* Remove AudioBuffersState classacolwell2014-09-291-1/+1
* Revert of Gardening: Revert "Use AudioStreamMonitor to control power save blo...dalecurtis2014-09-121-7/+15
* Gardening: Revert "Use AudioStreamMonitor to control power save blocking."loislo2014-09-111-15/+7
* Use AudioStreamMonitor to control power save blocking.dalecurtis2014-09-111-7/+15
* Revert 290359 "Remove AudioBuffersState class."acolwell@chromium.org2014-08-181-1/+1
* Remove AudioBuffersState class.acolwell@chromium.org2014-08-181-1/+1
* Remove dead constants from AudioOutputController.dalecurtis@chromium.org2014-05-291-4/+0
* Remove OnMoreIOData(), which is not used any more.xians@chromium.org2014-05-181-8/+4
* Remove obsolete atomic debugging checks.dalecurtis@chromium.org2014-04-101-5/+0
* Replumb audible playback detection to use a poll-based approach.miu@chromium.org2014-03-111-9/+4
* Fix AudioEntry destruction order. Add debugging CHECKs for racy shutdown.dalecurtis@chromium.org2014-03-081-11/+4
* Reland 153623004: Remove the unified IO code on the browserxians@chromium.org2014-02-131-8/+2
* Revert 249790 "Remove the unified IO code on the browser."skobes@google.com2014-02-071-2/+8
* Remove the unified IO code on the browser.xians@chromium.org2014-02-071-8/+2
* Replace MessageLoopProxy with SingleThreadTaskRunner for the rest of media/.scherkus@chromium.org2014-01-071-1/+1
* Add AudioOutputController trace events and UMA backed wedge detection.dalecurtis@chromium.org2013-11-051-3/+7
* Switch audio synchronization from sleep() based to select() based.dalecurtis@chromium.org2013-10-231-5/+4
* Implement webrtcAudioPrivate API, except for getAssociatedSink.joi@chromium.org2013-10-231-1/+20
* Disable AudioPowerMonitor code paths for mobile devices that do not show tab ...miu@chromium.org2013-09-211-4/+11
* Wire up the output device id and provide an implementation on Windows.tommi@chromium.org2013-09-061-3/+12
* Crash fix: Remove MessageLoop from AudioPowerMonitor and instead use MessageL...miu@chromium.org2013-08-131-12/+9
* Replace AudioSilenceDetector with an AudioPowerMonitor.miu@chromium.org2013-07-231-5/+7
* Use a direct include of time headers in media/.avi@chromium.org2013-06-281-1/+1
* Privitize WaitTillDataReady() and DataReady().dalecurtis@chromium.org2013-06-051-33/+14
* Try relanding this CL, the original CL passed the try bots but failed the mac...xians@chromium.org2013-06-031-2/+8
* Revert 203686 "Trying relanding this CL, the original CL passed ..."xians@chromium.org2013-06-031-8/+2
* Trying relanding this CL, the original CL passed the try bots but failed the ...xians@chromium.org2013-06-031-2/+8
* Revert 203427 "Hook up the device selection to the WebAudio live..."justinlin@chromium.org2013-05-311-8/+2
* Hook up the device selection to the WebAudio live audio.xians@chromium.org2013-05-311-2/+8
* Remove unused flush operation from Chromium audio.miu@chromium.org2013-04-161-5/+0
* Move MessageLoop to base namespace.brettw@chromium.org2013-03-311-2/+0
* Re-land silence detection for audio output UI favicon indicator with crash fi...miu@chromium.org2013-03-281-6/+19
* Remove unused parameter to OnError()jrummell@chromium.org2013-03-231-3/+3
* Revert 189095 "Silence detection for audio output UI favicon ind..."miu@chromium.org2013-03-211-19/+6
* Silence detection for audio output UI favicon indicator.miu@chromium.org2013-03-191-6/+19
* Introduce AudioHardwareConfig for renderer side audio device info.dalecurtis@chromium.org2013-02-011-0/+2
* Fix audio mirroring glitching on platforms with small buffer sizes by blockin...justinlin@chromium.org2013-02-011-0/+2
* Clean-up and bug fixes in AudioOutputController:miu@chromium.org2013-01-161-39/+36
* Tab Audio Mirroring/Capture: Browser-side connect/disconnect functionality:miu@chromium.org2013-01-111-3/+14
* Crash/stability fix for device change logic in AudioOutputController. The ou...miu@chromium.org2013-01-031-5/+6
* Always wait for DataReady() on Windows WaveOut.dalecurtis@google.com2012-11-271-5/+1
* Introduce AudioStateNotifier.dalecurtis@chromium.org2012-10-231-24/+30
* Cleanup: IWYU for base/time.h. Also fix misc lint errors.thestig@chromium.org2012-10-101-1/+0
* Allow audio system to handle synchronized low-latency audio I/Ocrogers@google.com2012-09-121-3/+9
* Switch OnMoreData() to use AudioBus.dalecurtis@chromium.org2012-09-051-8/+10
* Introduce shared_memory_support media target for PPAPI.dalecurtis@chromium.org2012-08-241-4/+0
* Revert 152406 - Introduce shared_memory_support media target for PPAPI.dalecurtis@google.com2012-08-201-0/+4
* Introduce shared_memory_support media target for PPAPI.dalecurtis@chromium.org2012-08-201-4/+0
* RefCounted types should not have public destructors, delegate cleanuprsleevi@chromium.org2012-06-261-1/+3