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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Vanquish the remnants of media::MessageLoopFactory.
scherkus@chromium.org
2013-01-02
2
-4
/
+7
*
Removes attempt to load audioses.dll from a render process.
henrika@chromium.org
2012-12-28
1
-1
/
+5
*
Disable flaky tests:
phajdan.jr@chromium.org
2012-12-21
1
-2
/
+4
*
Have AudioRendererMixerManager use separate mixers for separate render views....
miu@chromium.org
2012-12-18
4
-44
/
+85
*
Avoids crash in WebRTC audio clients for unsupported capture sample rates.
henrika@chromium.org
2012-12-18
1
-0
/
+6
*
StreamDeviceInfo is basically a MediaStreamDevice but with two extra variable...
xians@chromium.org
2012-12-18
6
-37
/
+37
*
Fix typo'd usage of OS_MAC vs OS_MACOSX!
dalecurtis@google.com
2012-12-15
1
-1
/
+1
*
Adds support of rendering a local media stream for audio using HTML5 audio tag.
henrika@chromium.org
2012-12-14
9
-17
/
+661
*
Landing patch from issue 11533004
tommi@chromium.org
2012-12-14
3
-5
/
+20
*
Glue code for hooking up PeerConnection DataChannels.
perkj@chromium.org
2012-12-13
7
-7
/
+257
*
Roll libjingle 248:249.
sergeyu@chromium.org
2012-12-12
2
-7
/
+19
*
Implement stats passing between libjingle and Webkit.
hta@chromium.org
2012-12-11
7
-10
/
+417
*
Fix accidental NULL dereference in media_stream_dispatcher.cc that was causin...
miu@chromium.org
2012-12-06
1
-1
/
+1
*
Preparing content/ for the removal of scoped_refptr::release()
piman@chromium.org
2012-12-06
1
-1
/
+1
*
Replace WaitableEvents and ConditionalVariables in VideoRendererBase tests wi...
scherkus@chromium.org
2012-12-06
1
-1
/
+1
*
Rolling libjingle r245:r248
mallinath@chromium.org
2012-12-05
2
-0
/
+9
*
Add a gyp flag to allow removing dependency on ppapi.
nileshagrawal@chromium.org
2012-12-05
1
-0
/
+1
*
Associate audio streams with their source/destination RenderView.
miu@chromium.org
2012-12-04
22
-113
/
+331
*
Remove MessageLoopProxy-getting callbacks from various media classes.
scherkus@chromium.org
2012-11-28
3
-14
/
+13
*
Adding trace log to rtc_video_renderer.cc
cliffordcheng@google.com
2012-11-28
1
-0
/
+2
*
There is a delay after pausing/resuming the media stream using the audio tag,...
xians@chromium.org
2012-11-23
1
-3
/
+5
*
Combine media decoding and pipeline threads.
scherkus@chromium.org
2012-11-21
1
-1
/
+2
*
Set supported sampling rate for platforms other than linux, bsd, win and mac.
wjia@chromium.org
2012-11-19
1
-0
/
+4
*
Break down the webrtc code and AudioInputDevice into a WebRtcAudioCapturer.
xians@chromium.org
2012-11-16
5
-406
/
+481
*
Rolling libjingle r235
mallinath@chromium.org
2012-11-16
7
-45
/
+0
*
Removes usage of media::IsWASAPISupported and introduces new CoreAudioUtil::I...
henrika@chromium.org
2012-11-14
1
-1
/
+4
*
Revert 167387 - Break down the webrtc code and AudioInputDevice into a WebRtc...
wez@chromium.org
2012-11-13
5
-481
/
+426
*
Break down the webrtc code and AudioInputDevice into a WebRtcAudioCapturer.
xians@chromium.org
2012-11-13
5
-426
/
+481
*
Fix problem with calling LocalMediaStream.Stop after a page have been reloaded.
perkj@chromium.org
2012-11-12
2
-5
/
+21
*
content: Update calls froms RunAllPending() to RunUntilIdle().
tfarina@chromium.org
2012-11-10
4
-23
/
+23
*
Plumb through cropped output size for VideoFrame
sheu@chromium.org
2012-11-09
4
-6
/
+16
*
Set supported sampling rate for platforms other than linux, bsd, win and mac.
wjia@chromium.org
2012-11-07
2
-6
/
+16
*
Removing support for PeerConnection00
tommyw@chromium.org
2012-11-06
10
-956
/
+0
*
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
3
-3
/
+18
*
fix audio-only mode for media stream.
wjia@chromium.org
2012-11-01
1
-3
/
+3
*
It should be CONTENT_RENDERER_MEDIA_WEBRTC_AUDIO_RENDERER_H_ instead of CONTE...
xians@chromium.org
2012-11-01
1
-3
/
+3
*
In latest version of libjingle, local UDP and STUN merged into
mallinath@chromium.org
2012-11-01
1
-0
/
+1
*
Fix Media stream infobar sometimes doesn't show up after page reload
perkj@chromium.org
2012-10-31
3
-2
/
+10
*
getUserMedia video-only requests should not fail if no audio input device is ...
xians@chromium.org
2012-10-30
1
-18
/
+44
*
We should check the renderer before passing it to the ADM.
xians@chromium.org
2012-10-30
1
-1
/
+2
*
This allow connection remote stream to audio tag, and enable users to control...
xians@chromium.org
2012-10-30
9
-116
/
+503
*
fix error handling in LocalVideoCapture.
wjia@chromium.org
2012-10-29
1
-0
/
+2
*
Rolling libjingle r220.
ronghuawu@chromium.org
2012-10-29
1
-1
/
+4
*
Move content\browser\renderer_host\media to content namespace.
jam@chromium.org
2012-10-29
21
-158
/
+150
*
Temporarily disable video capture restart logic.
wjia@chromium.org
2012-10-26
1
-0
/
+5
*
Fix a problem when a WebFrame is reloaded while the camera is being started.
perkj@chromium.org
2012-10-26
7
-86
/
+201
*
Handle audio device changes on Windows.
dalecurtis@google.com
2012-10-26
1
-2
/
+2
*
Prevent DCHECK in MediaStreamDependencyFactory::CreatePeerConnectionFactory
hclam@chromium.org
2012-10-25
1
-0
/
+2
*
Hookup constraint to getusermedia.
perkj@chromium.org
2012-10-24
17
-899
/
+664
[next]