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
*
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
*
Move a bunch more code into the content namespace.
jam@chromium.org
2012-10-23
1
-1
/
+2
*
Removing the audio_hardware namespace and move the code into the content name...
tommi@chromium.org
2012-10-23
4
-35
/
+30
*
Enable renderer side mixing by default for Mac and Windows.
dalecurtis@chromium.org
2012-10-22
2
-2
/
+15
*
Move a bunch of code in content\common (as well as a few left in renderer) to...
jam@chromium.org
2012-10-22
2
-5
/
+3
*
Move the remaining code in content\renderer that wasn't in the content namesp...
jam@chromium.org
2012-10-22
57
-175
/
+349
*
Remove StreamOptions constructor that doesn't specify device type.
justinlin@chromium.org
2012-10-22
1
-3
/
+3
*
Notify cricket::VideoCapturer's client about the state change.
wjia@chromium.org
2012-10-20
4
-10
/
+70
*
Move a bunch of code in content\renderer to the content namespace.
jam@chromium.org
2012-10-19
25
-58
/
+122
*
For CLs related to webrtc media stream code and its UI.
xians@chromium.org
2012-10-18
1
-0
/
+1
*
Check for NULL pointer |decoder_| in PlatformVideoDecoderImpl::Destroy().
hshi@chromium.org
2012-10-18
1
-2
/
+2
*
Enable "screencast" mode in RtcVideoCapturer for tab video mirroring. This a...
miu@chromium.org
2012-10-18
8
-17
/
+30
*
Move ChannelLayout into media namespace.
dalecurtis@google.com
2012-10-17
5
-14
/
+18
*
remove VideoDeviceError and AudioDeviceError for media stream.
wjia@chromium.org
2012-10-16
6
-100
/
+1
*
Enable peerconnection to use the NSS RNG.
ronghuawu@chromium.org
2012-10-16
1
-0
/
+9
*
Roll libjingle to r204
hclam@chromium.org
2012-10-15
7
-8
/
+35
*
This is the media related changes for tab capture API's:
justinlin@chromium.org
2012-10-15
6
-82
/
+64
*
Update webrtc to 2918 and libjingle to 203.
ronghuawu@chromium.org
2012-10-11
1
-1
/
+1
*
Tentatively turn on WebMediaPlayerMS by default.
wjia@chromium.org
2012-10-10
2
-2
/
+13
*
temporary change to get more info for crbug.com/152418
wjia@chromium.org
2012-10-09
1
-1
/
+3
*
Revert 160781 - Update webrtc to 2881 and libjingle to 202.
hbono@chromium.org
2012-10-09
1
-1
/
+1
*
Update webrtc to 2881 and libjingle to 202.
ronghuawu@chromium.org
2012-10-09
1
-1
/
+1
*
Call stop callback in case an error happens before client calls Stop.
wjia@chromium.org
2012-10-08
2
-5
/
+10
*
Upstream fullscreen video implementation for android
qinmin@chromium.org
2012-10-05
2
-16
/
+67
*
Removing annacc@chromium.org from OWNERS.
scherkus@chromium.org
2012-10-04
1
-1
/
+0
*
Removing the usage of frameForCurrentContext in RTCPeerConnectionHandler.
tommyw@chromium.org
2012-10-03
2
-11
/
+17
*
ReadPixels from known-usable textures, and give SkBitmap its precious BGRA.
fischman@chromium.org
2012-10-03
1
-8
/
+12
*
handle shared buffers based on the state of VideoCaptureImpl.
wjia@chromium.org
2012-10-02
2
-1
/
+9
*
Support reading pixels from HW-decoded video textures into canvas/webgl.
fischman@chromium.org
2012-10-01
2
-2
/
+51
*
Hooks up WebKit MediaConstraints to libjingle MediaConstraints.
perkj@chromium.org
2012-09-28
1
-5
/
+22
*
Revert 159243 - Hooks up WebKit MediaConstraints to libjingle MediaConstraints.
jochen@chromium.org
2012-09-28
1
-20
/
+5
*
Hooks up WebKit MediaConstraints to libjingle MediaConstraints.
perkj@chromium.org
2012-09-28
1
-5
/
+20
*
Refactored to provide a new PortAllocatorFactory per PeerConnection.
perkj@chromium.org
2012-09-27
7
-64
/
+90
*
Uncomment calls to createStreamTextureChomium and destroyStreamTextureChromium
qinmin@chromium.org
2012-09-26
1
-6
/
+2
*
Add ref count when caputre is started so that CaptureVideoDecoder won't be de...
wjia@chromium.org
2012-09-26
3
-1
/
+14
*
Fix warnings when compiling with clang
michaelbai@chromium.org
2012-09-25
1
-1
/
+1
*
create a separate WebMediaPlayer for URL derived from media stream
wjia@chromium.org
2012-09-25
6
-0
/
+519
*
Removed the use of WebFrame::frameForCurrentContext() in MediaStreamImpl::req...
perkj@chromium.org
2012-09-21
1
-1
/
+2
*
Removed the use of WebFrame::frameForCurrentContext() in MediaStreamCenter::d...
perkj@chromium.org
2012-09-21
7
-39
/
+64
*
Ensures that the WebRTC loopback test only runs for 2 seconds instead of 10. ...
henrika@chromium.org
2012-09-21
1
-1
/
+1
*
Move android mediaplayer from render process to browser process.
qinmin@chromium.org
2012-09-19
2
-0
/
+208
*
Replace talk_base::scoped_refptr with Chromes scoped_refptr where possible.
perkj@chromium.org
2012-09-17
3
-8
/
+5
*
Update libjingle 181:193.
ronghuawu@chromium.org
2012-09-17
1
-0
/
+4
*
This cl adds a new PeerConnection handler in Chrome to support latest W3C Pee...
perkj@chromium.org
2012-09-13
17
-156
/
+1120
*
Remove VideoDecoder::PrepareForShutdownHack() and friends.
scherkus@chromium.org
2012-09-13
6
-53
/
+32
*
Move creation of PeerConnection from the RenderView to the RenderThreadImpl.
perkj@chromium.org
2012-09-13
13
-488
/
+488
[next]