summaryrefslogtreecommitdiffstats
path: root/media/audio/audio_output_device.cc
Commit message (Expand)AuthorAgeFilesLines
* Use a direct include of time headers in media/.avi@chromium.org2013-06-281-1/+1
* Remove spammy NOTIMPLEMENTED() log in AudioOutputDevice.dalecurtis@chromium.org2013-06-051-1/+0
* Try relanding this CL, the original CL passed the try bots but failed the mac...xians@chromium.org2013-06-031-4/+12
* Revert 203686 "Trying relanding this CL, the original CL passed ..."xians@chromium.org2013-06-031-12/+4
* Trying relanding this CL, the original CL passed the try bots but failed the ...xians@chromium.org2013-06-031-4/+12
* Revert 203427 "Hook up the device selection to the WebAudio live..."justinlin@chromium.org2013-05-311-12/+4
* Hook up the device selection to the WebAudio live audio.xians@chromium.org2013-05-311-4/+12
* Use base::MessageLoop in media code.xhwang@chromium.org2013-04-221-1/+1
* Merge AssociateStreamWithProducer message into CreateStream message for both ...miu@chromium.org2013-04-171-23/+39
* Remove unused flush operation from Chromium audio.miu@chromium.org2013-04-161-8/+3
* Use multiple shared memory buffers cyclically for audio capture.wjia@chromium.org2013-03-111-1/+3
* Add some NULL checks for shared memory and AudioBus creation.dalecurtis@chromium.org2013-03-051-1/+1
* More AudioMessageFilter cleanup. Fix crash.dalecurtis@google.com2013-02-271-4/+4
* Plumb |input_channels| all the way to AudioManagercrogers@google.com2013-02-071-22/+11
* Adds support of rendering a local media stream for audio using HTML5 audio tag.henrika@chromium.org2012-12-141-1/+1
* Associate audio streams with their source/destination RenderView.miu@chromium.org2012-12-041-37/+29
* Prevent AudioDeviceThread from starting if clients have called Stop() (round 2).scherkus@chromium.org2012-09-201-2/+21
* Revert r157378 as it caused WebRTC to dereference null pointers when restarti...scherkus@chromium.org2012-09-191-21/+7
* Prevent AudioDeviceThread from starting if clients have called Stop().scherkus@chromium.org2012-09-181-7/+21
* Allow audio system to handle synchronized low-latency audio I/Ocrogers@google.com2012-09-121-12/+57
* Switch OnMoreData() to use AudioBus.dalecurtis@chromium.org2012-09-051-10/+12
* Introduce shared_memory_support media target for PPAPI.dalecurtis@chromium.org2012-08-241-1/+2
* Upgrade AudioBus to support wrapping, interleaving.dalecurtis@chromium.org2012-08-211-4/+4
* Revert 152406 - Introduce shared_memory_support media target for PPAPI.dalecurtis@google.com2012-08-201-2/+1
* Introduce shared_memory_support media target for PPAPI.dalecurtis@chromium.org2012-08-201-1/+2
* Switch AudioRenderSink::Callback to use AudioBus.dalecurtis@chromium.org2012-08-091-7/+8
* Candidate fix for a crash at shutdown when the IO thread is going away. More ...tommi@chromium.org2012-07-311-2/+5
* Move AudioDevice and AudioInputDevice to media.tommi@chromium.org2012-07-271-0/+280