index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
content
/
renderer
/
media
/
webrtc_audio_device_impl.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
This patch starts the source of the capturer when the first audiotrack is add...
xians@chromium.org
2013-06-11
1
-12
/
+18
*
Use a direct include of strings headers in content/renderer and content/shell.
avi@chromium.org
2013-06-11
1
-1
/
+1
*
Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...
rsleevi@chromium.org
2013-06-02
1
-12
/
+12
*
Adds proper 44.1 support to WebRTC.
henrika@chromium.org
2013-05-29
1
-8
/
+0
*
swap the renderer_ reference to local before calling Stop(), otherwise we wil...
xians@chromium.org
2013-05-27
1
-2
/
+5
*
Improves capture delay estimates on Mac.
henrika@chromium.org
2013-05-22
1
-0
/
+1
*
Update webrtc 3965:3990.
ronghuawu@chromium.org
2013-05-09
1
-0
/
+3
*
Reland 196894 - First step to add audio track support to local stream.
xians@chromium.org
2013-04-30
1
-2
/
+7
*
Revert 197349 "Reland 196894 - First step to add audio track sup..."
xians@chromium.org
2013-04-30
1
-7
/
+2
*
Reland 196894 - First step to add audio track support to local stream.
xians@chromium.org
2013-04-30
1
-2
/
+7
*
Revert 197063 "Reland 196894 - First step to add audio track sup..."
miket@chromium.org
2013-04-29
1
-7
/
+2
*
Reland 196894 - First step to add audio track support to local stream.
xians@chromium.org
2013-04-29
1
-2
/
+7
*
Revert 196894 "First step to add audio track support to local st..."
miu@chromium.org
2013-04-27
1
-7
/
+2
*
First step to add audio track support to local stream.
xians@chromium.org
2013-04-27
1
-2
/
+7
*
Cleaning up the webrtc::AudioDeviceModule implementation.
henrika@chromium.org
2013-03-21
1
-472
/
+106
*
Removes WebRtcAudioCapturerSink::OnCaptureDeviceStopped.
henrika@chromium.org
2013-03-15
1
-4
/
+0
*
StopStream for the local media stream should stop the capturer.
xians@chromium.org
2013-03-14
1
-16
/
+15
*
Revert 188053 "StopStream for the local media stream should stop..."
xians@chromium.org
2013-03-14
1
-15
/
+16
*
StopStream for the local media stream should stop the capturer.
xians@chromium.org
2013-03-14
1
-16
/
+15
*
Adds support of local audio streams for more than one media player.
henrika@chromium.org
2013-03-11
1
-0
/
+4
*
Fixes WebRTC crash in VoiceEngine::Init() related to SetAGC in Chrome.
henrika@chromium.org
2013-03-06
1
-0
/
+5
*
This patch changes GetVolume() to be asynchronous when being called by pulse ...
xians@chromium.org
2013-02-26
1
-2
/
+2
*
Introduce AudioHardwareConfig for renderer side audio device info.
dalecurtis@chromium.org
2013-02-01
1
-1
/
+0
*
Allowing multiple MediaPlayers to connect to WebRtcAudioDeviceImpl by sharing...
xians@chromium.org
2013-01-24
1
-18
/
+0
*
Ensures that WebRTC works for device selections using a different sample rate...
henrika@chromium.org
2013-01-23
1
-12
/
+2
*
Associate audio streams with their source/destination RenderView.
miu@chromium.org
2012-12-04
1
-1
/
+0
*
Break down the webrtc code and AudioInputDevice into a WebRtcAudioCapturer.
xians@chromium.org
2012-11-16
1
-345
/
+83
*
Revert 167387 - Break down the webrtc code and AudioInputDevice into a WebRtc...
wez@chromium.org
2012-11-13
1
-83
/
+365
*
Break down the webrtc code and AudioInputDevice into a WebRtcAudioCapturer.
xians@chromium.org
2012-11-13
1
-365
/
+83
*
Set supported sampling rate for platforms other than linux, bsd, win and mac.
wjia@chromium.org
2012-11-07
1
-6
/
+11
*
PeerConnection will setup the call before connecting the audio tag, in this c...
xians@chromium.org
2012-11-05
1
-10
/
+4
*
Otherwise it will prevent the second renderer connecting to the ADM
xians@chromium.org
2012-11-01
1
-0
/
+10
*
getUserMedia video-only requests should not fail if no audio input device is ...
xians@chromium.org
2012-10-30
1
-18
/
+44
*
This allow connection remote stream to audio tag, and enable users to control...
xians@chromium.org
2012-10-30
1
-103
/
+49
*
Removing the audio_hardware namespace and move the code into the content name...
tommi@chromium.org
2012-10-23
1
-3
/
+3
*
Move the remaining code in content\renderer that wasn't in the content namesp...
jam@chromium.org
2012-10-22
1
-3
/
+3
*
Move a bunch of code in content\renderer to the content namespace.
jam@chromium.org
2012-10-19
1
-1
/
+4
*
Move ChannelLayout into media namespace.
dalecurtis@google.com
2012-10-17
1
-7
/
+8
*
Reland 10907055 which does:
xians@chromium.org
2012-09-06
1
-4
/
+2
*
Revert 154804 - We need to set the session id to the WebRtcAudioDevice to be ...
wjia@chromium.org
2012-09-05
1
-2
/
+4
*
We need to set the session id to the WebRtcAudioDevice to be able to use the ...
xians@chromium.org
2012-09-04
1
-4
/
+2
*
Upgrade AudioBus to support wrapping, interleaving.
dalecurtis@chromium.org
2012-08-21
1
-14
/
+6
*
Switch AudioRenderSink::Callback to use AudioBus.
dalecurtis@chromium.org
2012-08-09
1
-15
/
+13
*
Move AudioDevice and AudioInputDevice to media.
tommi@chromium.org
2012-07-27
1
-1
/
+2
*
First step towards moving AudioDevice and AudioInputDevice from content/ to m...
tommi@chromium.org
2012-07-26
1
-3
/
+5
*
This CL adds a new factory method called AudioDeviceFactory. It is a template...
henrika@chromium.org
2012-06-29
1
-11
/
+13
*
Ensures that the user can select 8kHz input sample rate as default rate and s...
henrika@chromium.org
2012-05-07
1
-1
/
+5
*
Adds WebRTC histogram data to be uploaded as part of UMA logging events.
henrika@chromium.org
2012-04-11
1
-6
/
+126
*
Merge AudioRendererImpl and AudioRendererBase; add NullAudioSink
vrk@chromium.org
2012-04-06
1
-8
/
+9
*
Move media/audio files into media namespace (relanding)
vrk@google.com
2012-04-03
1
-0
/
+2
[next]