summaryrefslogtreecommitdiffstats
path: root/media/audio/audio_output_controller.cc
Commit message (Expand)AuthorAgeFilesLines
* Privitize WaitTillDataReady() and DataReady().dalecurtis@chromium.org2013-06-051-77/+14
* Try relanding this CL, the original CL passed the try bots but failed the mac...xians@chromium.org2013-06-031-2/+5
* Revert 203686 "Trying relanding this CL, the original CL passed ..."xians@chromium.org2013-06-031-5/+2
* Trying relanding this CL, the original CL passed the try bots but failed the ...xians@chromium.org2013-06-031-2/+5
* Update media/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-031-1/+1
* Revert 203427 "Hook up the device selection to the WebAudio live..."justinlin@chromium.org2013-05-311-5/+2
* Hook up the device selection to the WebAudio live audio.xians@chromium.org2013-05-311-2/+5
* Reduce wait time for Windows in AudioOutputController:WaitTillDataReady()davemoore@chromium.org2013-05-301-7/+2
* Report timing statistics for audio controller methods via UMA.dalecurtis@chromium.org2013-05-161-0/+6
* Decrease the max wait time for audio on chromeosdavemoore@chromium.org2013-05-131-5/+27
* media: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-241-1/+1
* Remove unused flush operation from Chromium audio.miu@chromium.org2013-04-161-11/+0
* Re-land silence detection for audio output UI favicon indicator with crash fi...miu@chromium.org2013-03-281-7/+31
* Remove unused parameter to OnError()jrummell@chromium.org2013-03-231-10/+6
* Revert 189095 "Silence detection for audio output UI favicon ind..."miu@chromium.org2013-03-211-31/+7
* Silence detection for audio output UI favicon indicator.miu@chromium.org2013-03-191-7/+31
* Wait for the renderer even on WASAPI.dalecurtis@google.com2013-03-021-6/+15
* Introduce AudioHardwareConfig for renderer side audio device info.dalecurtis@chromium.org2013-02-011-0/+5
* Fix audio mirroring glitching on platforms with small buffer sizes by blockin...justinlin@chromium.org2013-02-011-5/+0
* Clean-up and bug fixes in AudioOutputController:miu@chromium.org2013-01-161-89/+54
* Tab Audio Mirroring/Capture: Browser-side connect/disconnect functionality:miu@chromium.org2013-01-111-12/+56
* Crash/stability fix for device change logic in AudioOutputController. The ou...miu@chromium.org2013-01-031-13/+9
* Always wait for DataReady() on Windows WaveOut.dalecurtis@google.com2012-11-271-10/+15
* Introduce AudioStateNotifier.dalecurtis@chromium.org2012-10-231-19/+67
* Allow audio system to handle synchronized low-latency audio I/Ocrogers@google.com2012-09-121-3/+10
* Switch OnMoreData() to use AudioBus.dalecurtis@chromium.org2012-09-051-12/+13
* Introduce shared_memory_support media target for PPAPI.dalecurtis@chromium.org2012-08-241-3/+1
* Revert 152406 - Introduce shared_memory_support media target for PPAPI.dalecurtis@google.com2012-08-201-1/+3
* Introduce shared_memory_support media target for PPAPI.dalecurtis@chromium.org2012-08-201-3/+1
* Change the way we are stopping audio stream on Mac.enal@chromium.org2012-06-141-27/+1
* Revert 141770 - Do not stop audio physical stream immediately after logical o...cpu@chromium.org2012-06-131-1/+26
* Do not stop audio physical stream immediately after logical one had stopped.enal@chromium.org2012-06-121-26/+1
* Replace delay loop by sleep() call.enal@chromium.org2012-05-181-3/+8
* Workaround for OS/X crash when stop/starting stream too quickly.enal@chromium.org2012-05-161-11/+32
* Fix dropped Play event when there's a pending pause.dalecurtis@chromium.org2012-05-091-1/+6
* Fix race condition caused by r114084.enal@chromium.org2012-05-031-6/+6
* Disallow UI/IO thread blocking on any other thread.jam@chromium.org2012-04-261-0/+3
* Remove unused parameter "stream" from all variants of OnMoreData().enal@chromium.org2012-04-241-3/+3
* Fix a couple of regressions that made it in before the weekend.tommi@chromium.org2012-03-261-5/+3
* Convert uses of int ms to TimeDelta in media/audio.tedvessenes@gmail.com2012-03-031-2/+2
* Make AudioManager non-refcounted.tommi@chromium.org2012-02-151-9/+8
* Remove "high"-latency audio code pathvrk@chromium.org2012-02-031-119/+21
* Add thread safety to AudioManagerBase to protect access to the audio thread m...tommi@chromium.org2012-01-191-14/+15
* Convert use of int ms to TimeDelta in files owned by vrk.tedvessenes@gmail.com2012-01-141-5/+6
* Fix race condition (bug 108685).enal@chromium.org2012-01-051-12/+31
* Remove the AudioManager singleton.tommi@chromium.org2011-12-121-34/+33
* Implement polling for data becoming ready when starting audio stream.enal@chromium.org2011-11-091-0/+17
* Stop audio streams in all codepaths that need it.fischman@chromium.org2011-10-241-10/+16
* Harden audio output controller making it safe to call Pause() before Play() r...enal@chromium.org2011-10-241-22/+48
* Fix race condition in audio output controller and audio sync reader.enal@chromium.org2011-10-191-0/+8