summaryrefslogtreecommitdiffstats
path: root/content/renderer/media/webrtc_audio_device_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* This patch starts the source of the capturer when the first audiotrack is add...xians@chromium.org2013-06-111-12/+18
* Use a direct include of strings headers in content/renderer and content/shell.avi@chromium.org2013-06-111-1/+1
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-021-12/+12
* Adds proper 44.1 support to WebRTC.henrika@chromium.org2013-05-291-8/+0
* swap the renderer_ reference to local before calling Stop(), otherwise we wil...xians@chromium.org2013-05-271-2/+5
* Improves capture delay estimates on Mac.henrika@chromium.org2013-05-221-0/+1
* Update webrtc 3965:3990.ronghuawu@chromium.org2013-05-091-0/+3
* Reland 196894 - First step to add audio track support to local stream. xians@chromium.org2013-04-301-2/+7
* Revert 197349 "Reland 196894 - First step to add audio track sup..."xians@chromium.org2013-04-301-7/+2
* Reland 196894 - First step to add audio track support to local stream.xians@chromium.org2013-04-301-2/+7
* Revert 197063 "Reland 196894 - First step to add audio track sup..."miket@chromium.org2013-04-291-7/+2
* Reland 196894 - First step to add audio track support to local stream.xians@chromium.org2013-04-291-2/+7
* Revert 196894 "First step to add audio track support to local st..."miu@chromium.org2013-04-271-7/+2
* First step to add audio track support to local stream.xians@chromium.org2013-04-271-2/+7
* Cleaning up the webrtc::AudioDeviceModule implementation.henrika@chromium.org2013-03-211-472/+106
* Removes WebRtcAudioCapturerSink::OnCaptureDeviceStopped.henrika@chromium.org2013-03-151-4/+0
* StopStream for the local media stream should stop the capturer. xians@chromium.org2013-03-141-16/+15
* Revert 188053 "StopStream for the local media stream should stop..."xians@chromium.org2013-03-141-15/+16
* StopStream for the local media stream should stop the capturer.xians@chromium.org2013-03-141-16/+15
* Adds support of local audio streams for more than one media player.henrika@chromium.org2013-03-111-0/+4
* Fixes WebRTC crash in VoiceEngine::Init() related to SetAGC in Chrome.henrika@chromium.org2013-03-061-0/+5
* This patch changes GetVolume() to be asynchronous when being called by pulse ...xians@chromium.org2013-02-261-2/+2
* Introduce AudioHardwareConfig for renderer side audio device info.dalecurtis@chromium.org2013-02-011-1/+0
* Allowing multiple MediaPlayers to connect to WebRtcAudioDeviceImpl by sharing...xians@chromium.org2013-01-241-18/+0
* Ensures that WebRTC works for device selections using a different sample rate...henrika@chromium.org2013-01-231-12/+2
* Associate audio streams with their source/destination RenderView.miu@chromium.org2012-12-041-1/+0
* Break down the webrtc code and AudioInputDevice into a WebRtcAudioCapturer.xians@chromium.org2012-11-161-345/+83
* Revert 167387 - Break down the webrtc code and AudioInputDevice into a WebRtc...wez@chromium.org2012-11-131-83/+365
* Break down the webrtc code and AudioInputDevice into a WebRtcAudioCapturer.xians@chromium.org2012-11-131-365/+83
* Set supported sampling rate for platforms other than linux, bsd, win and mac.wjia@chromium.org2012-11-071-6/+11
* PeerConnection will setup the call before connecting the audio tag, in this c...xians@chromium.org2012-11-051-10/+4
* Otherwise it will prevent the second renderer connecting to the ADMxians@chromium.org2012-11-011-0/+10
* getUserMedia video-only requests should not fail if no audio input device is ...xians@chromium.org2012-10-301-18/+44
* This allow connection remote stream to audio tag, and enable users to control...xians@chromium.org2012-10-301-103/+49
* Removing the audio_hardware namespace and move the code into the content name...tommi@chromium.org2012-10-231-3/+3
* Move the remaining code in content\renderer that wasn't in the content namesp...jam@chromium.org2012-10-221-3/+3
* Move a bunch of code in content\renderer to the content namespace.jam@chromium.org2012-10-191-1/+4
* Move ChannelLayout into media namespace.dalecurtis@google.com2012-10-171-7/+8
* Reland 10907055 which does:xians@chromium.org2012-09-061-4/+2
* Revert 154804 - We need to set the session id to the WebRtcAudioDevice to be ...wjia@chromium.org2012-09-051-2/+4
* We need to set the session id to the WebRtcAudioDevice to be able to use the ...xians@chromium.org2012-09-041-4/+2
* Upgrade AudioBus to support wrapping, interleaving.dalecurtis@chromium.org2012-08-211-14/+6
* Switch AudioRenderSink::Callback to use AudioBus.dalecurtis@chromium.org2012-08-091-15/+13
* Move AudioDevice and AudioInputDevice to media.tommi@chromium.org2012-07-271-1/+2
* First step towards moving AudioDevice and AudioInputDevice from content/ to m...tommi@chromium.org2012-07-261-3/+5
* This CL adds a new factory method called AudioDeviceFactory. It is a template...henrika@chromium.org2012-06-291-11/+13
* Ensures that the user can select 8kHz input sample rate as default rate and s...henrika@chromium.org2012-05-071-1/+5
* Adds WebRTC histogram data to be uploaded as part of UMA logging events.henrika@chromium.org2012-04-111-6/+126
* Merge AudioRendererImpl and AudioRendererBase; add NullAudioSinkvrk@chromium.org2012-04-061-8/+9
* Move media/audio files into media namespace (relanding)vrk@google.com2012-04-031-0/+2