summaryrefslogtreecommitdiffstats
path: root/content/renderer/media/webrtc_local_audio_renderer.cc
Commit message (Expand)AuthorAgeFilesLines
* A lot of plumbing to get render_frame_id to PrerenderManager::OnCreatingAudio...jam@chromium.org2014-01-211-2/+6
* Add generic interfaces for the sinks of the media stream audio track to get t...xians@chromium.org2013-12-041-27/+11
* Move the SetCaptureFormat to the capture audio thread.xians@chromium.org2013-11-221-105/+144
* Revert 236556 "Move the SetCaptureFormat to the capture audio th..."xians@chromium.org2013-11-211-144/+105
* Move the SetCaptureFormat to the capture audio thread.xians@chromium.org2013-11-211-105/+144
* Do not copy and read data when the volume of the local renderer is 0.xians@chromium.org2013-09-241-10/+51
* Implicit audio output device selection for getUserMedia.tommi@chromium.org2013-09-101-11/+11
* Adding key press detection in the browser process.jiayl@chromium.org2013-08-151-7/+8
* Revert 217768 "Adding key press detection in the browser process."phoglund@chromium.org2013-08-151-8/+7
* Adding key press detection in the browser process.jiayl@chromium.org2013-08-151-7/+8
* Support multiple sources for media stream AudioTrack.xians@chromium.org2013-08-071-3/+8
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-101-1/+1
* Use native buffer size preferred by hardware for local audio rendering on And...wjia@chromium.org2013-06-051-1/+17
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-021-7/+7
* Fixing the webrtc local audio renderer timer between Stop() and Start().xians@chromium.org2013-05-271-4/+4
* Remove extra memcpys from AudioPullFifo.dalecurtis@chromium.org2013-05-231-0/+1
* Reland 196894 - First step to add audio track support to local stream. xians@chromium.org2013-04-301-55/+21
* Revert 197349 "Reland 196894 - First step to add audio track sup..."xians@chromium.org2013-04-301-21/+55
* Reland 196894 - First step to add audio track support to local stream.xians@chromium.org2013-04-301-55/+21
* Revert 197063 "Reland 196894 - First step to add audio track sup..."miket@chromium.org2013-04-291-21/+55
* Reland 196894 - First step to add audio track support to local stream.xians@chromium.org2013-04-291-55/+21
* Revert 196894 "First step to add audio track support to local st..."miu@chromium.org2013-04-271-21/+55
* First step to add audio track support to local stream.xians@chromium.org2013-04-271-55/+21
* Merge AssociateStreamWithProducer message into CreateStream message for both ...miu@chromium.org2013-04-171-3/+2
* Avoids deadlock in WebRtcLocalAudioRenderer.henrika@chromium.org2013-03-181-6/+10
* Removes WebRtcAudioCapturerSink::OnCaptureDeviceStopped.henrika@chromium.org2013-03-151-13/+0
* Fixes WebRTC crash caused by calling RemoveCapturerSink() while capturing.henrika@chromium.org2013-03-141-4/+0
* Adds support of local audio streams for more than one media player.henrika@chromium.org2013-03-111-142/+147
* Revert 187073crogers@google.com2013-03-091-7/+6
* Revert 187048ccameron@chromium.org2013-03-081-6/+7
* Enable the "Web Audio Input" feature by default.crogers@google.com2013-03-081-7/+6
* Possible solution to synchronization problems in webrtc audio capturer.phoglund@chromium.org2013-02-131-1/+1
* Revert 181929rdsmith@chromium.org2013-02-121-1/+1
* Possible solution to synchronization problems in webrtc audio capturer.phoglund@chromium.org2013-02-121-1/+1
* Adds support of rendering a local media stream for audio using HTML5 audio tag.henrika@chromium.org2012-12-141-0/+270