summaryrefslogtreecommitdiffstats
path: root/media/audio/audio_output_controller.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change the way we are stopping audio stream on Mac.enal@chromium.org2012-06-141-3/+0
* Revert 141770 - Do not stop audio physical stream immediately after logical o...cpu@chromium.org2012-06-131-0/+3
* Do not stop audio physical stream immediately after logical one had stopped.enal@chromium.org2012-06-121-3/+0
* Cleanup: Remove unneeded scoped_ptr.h includes from ash, base, media, and ui.thestig@chromium.org2012-05-161-1/+0
* Workaround for OS/X crash when stop/starting stream too quickly.enal@chromium.org2012-05-161-0/+3
* Remove unused parameter "stream" from all variants of OnMoreData().enal@chromium.org2012-04-241-2/+1
* Fix a couple of regressions that made it in before the weekend.tommi@chromium.org2012-03-261-1/+1
* Make AudioManager non-refcounted.tommi@chromium.org2012-02-151-4/+2
* Remove "high"-latency audio code pathvrk@chromium.org2012-02-031-61/+24
* Add thread safety to AudioManagerBase to protect access to the audio thread m...tommi@chromium.org2012-01-191-1/+1
* Fix invalid use of Base::Bind(,this) in ~ReferenceAudioRender.dalecurtis@chromium.org2012-01-061-2/+3
* Fix race condition (bug 108685).enal@chromium.org2012-01-051-2/+7
* Remove the AudioManager singleton.tommi@chromium.org2011-12-121-4/+25
* Implement polling for data becoming ready when starting audio stream.enal@chromium.org2011-11-091-3/+6
* Stop audio streams in all codepaths that need it.fischman@chromium.org2011-10-241-0/+3
* Harden audio output controller making it safe to call Pause() before Play() r...enal@chromium.org2011-10-241-18/+27
* Fix problem when we did not play beginning of HTML5 audio stream in low laten...enal@chromium.org2011-10-131-0/+19
* Here are more exports needed for content_unittests to link in the component b...dpranke@chromium.org2011-09-301-1/+3
* Convert all of media/ over to the new base::{Bind,Callback} hotness.fischman@chromium.org2011-09-291-3/+3
* Create media.dll / libmedia.so.darin@chromium.org2011-08-291-1/+1
* Revert r95841 due to failing media_unittests on linux_shared bot.darin@chromium.org2011-08-081-1/+1
* Enable media.dll / libmedia.so.darin@chromium.org2011-08-081-1/+1
* Revert 95496 - Create media.dllapatrick@chromium.org2011-08-051-1/+1
* Create media.dlldarin@chromium.org2011-08-041-1/+1