summaryrefslogtreecommitdiffstats
path: root/media/audio/audio_output_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove unused parameter to OnError()jrummell@chromium.org2013-03-231-1/+1
* Stop OnMoreDataConverter during StartStream() failure.dalecurtis@google.com2013-03-081-1/+5
* Don't fallback if we've successfully opened a stream previously.dalecurtis@google.com2012-09-211-7/+10
* Promote AudioOutputProxy state machine DCHECKs to CHECKs.dalecurtis@google.com2012-09-191-3/+3
* Re-land software audio mixer.enal@chromium.org2012-04-191-18/+5
* Revert 132891 - Software audio mixer.thestig@chromium.org2012-04-191-5/+18
* Software audio mixer.enal@chromium.org2012-04-181-18/+5
* 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
* Add thread safety to AudioManagerBase to protect access to the audio thread m...tommi@chromium.org2012-01-191-9/+8
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+0
* Remove the AudioManager singleton.tommi@chromium.org2011-12-121-4/+9
* Implemented AudioOutputProxy.sergeyu@chromium.org2010-11-241-0/+92