summaryrefslogtreecommitdiffstats
path: root/media/audio/audio_output_dispatcher.cc
Commit message (Expand)AuthorAgeFilesLines
* Try relanding this CL, the original CL passed the try bots but failed the mac...xians@chromium.org2013-06-031-2/+4
* Revert 203686 "Trying relanding this CL, the original CL passed ..."xians@chromium.org2013-06-031-4/+2
* Trying relanding this CL, the original CL passed the try bots but failed the ...xians@chromium.org2013-06-031-2/+4
* Revert 203427 "Hook up the device selection to the WebAudio live..."justinlin@chromium.org2013-05-311-4/+2
* Hook up the device selection to the WebAudio live audio.xians@chromium.org2013-05-311-2/+4
* Use base::MessageLoop in media code.xhwang@chromium.org2013-04-221-2/+2
* Re-land software audio mixer.enal@chromium.org2012-04-191-151/+3
* Revert 132891 - Software audio mixer.thestig@chromium.org2012-04-191-3/+151
* Software audio mixer.enal@chromium.org2012-04-181-151/+3
* Move media/audio files into media namespace (relanding)vrk@google.com2012-04-031-0/+4
* Revert 130180 - Move media/audio files into media namespacevrk@google.com2012-04-021-4/+0
* Move media/audio files into media namespacevrk@google.com2012-04-021-0/+4
* Make AudioParameters a class instead of a structvrk@google.com2012-03-211-2/+2
* Add thread safety to AudioManagerBase to protect access to the audio thread m...tommi@chromium.org2012-01-191-6/+4
* Convert use of int ms to TimeDelta in files owned by vrk.tedvessenes@gmail.com2012-01-141-6/+7
* Remove the AudioManager singleton.tommi@chromium.org2011-12-121-8/+38
* Call close_timer_.Reset() from StopStreamTask.rnk@google.com2011-11-241-1/+1
* Convert all of media/ over to the new base::{Bind,Callback} hotness.fischman@chromium.org2011-09-291-3/+4
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-021-1/+1
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-021-1/+1
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-021-1/+1
* Fix erratic HTML5 audio playbackdavej@chromium.org2011-04-141-14/+39
* Implemented AudioOutputProxy.sergeyu@chromium.org2010-11-241-0/+115