summaryrefslogtreecommitdiffstats
path: root/content/renderer/media
Commit message (Expand)AuthorAgeFilesLines
* Temporarily disable video capture restart logic.wjia@chromium.org2012-10-261-0/+5
* Fix a problem when a WebFrame is reloaded while the camera is being started.perkj@chromium.org2012-10-267-86/+201
* Handle audio device changes on Windows.dalecurtis@google.com2012-10-261-2/+2
* Prevent DCHECK in MediaStreamDependencyFactory::CreatePeerConnectionFactoryhclam@chromium.org2012-10-251-0/+2
* Hookup constraint to getusermedia.perkj@chromium.org2012-10-2417-899/+664
* Move a bunch more code into the content namespace.jam@chromium.org2012-10-231-1/+2
* Removing the audio_hardware namespace and move the code into the content name...tommi@chromium.org2012-10-234-35/+30
* Enable renderer side mixing by default for Mac and Windows.dalecurtis@chromium.org2012-10-222-2/+15
* Move a bunch of code in content\common (as well as a few left in renderer) to...jam@chromium.org2012-10-222-5/+3
* Move the remaining code in content\renderer that wasn't in the content namesp...jam@chromium.org2012-10-2257-175/+349
* Remove StreamOptions constructor that doesn't specify device type.justinlin@chromium.org2012-10-221-3/+3
* Notify cricket::VideoCapturer's client about the state change.wjia@chromium.org2012-10-204-10/+70
* Move a bunch of code in content\renderer to the content namespace.jam@chromium.org2012-10-1925-58/+122
* For CLs related to webrtc media stream code and its UI.xians@chromium.org2012-10-181-0/+1
* Check for NULL pointer |decoder_| in PlatformVideoDecoderImpl::Destroy().hshi@chromium.org2012-10-181-2/+2
* Enable "screencast" mode in RtcVideoCapturer for tab video mirroring. This a...miu@chromium.org2012-10-188-17/+30
* Move ChannelLayout into media namespace.dalecurtis@google.com2012-10-175-14/+18
* remove VideoDeviceError and AudioDeviceError for media stream.wjia@chromium.org2012-10-166-100/+1
* Enable peerconnection to use the NSS RNG.ronghuawu@chromium.org2012-10-161-0/+9
* Roll libjingle to r204hclam@chromium.org2012-10-157-8/+35
* This is the media related changes for tab capture API's:justinlin@chromium.org2012-10-156-82/+64
* Update webrtc to 2918 and libjingle to 203.ronghuawu@chromium.org2012-10-111-1/+1
* Tentatively turn on WebMediaPlayerMS by default.wjia@chromium.org2012-10-102-2/+13
* temporary change to get more info for crbug.com/152418wjia@chromium.org2012-10-091-1/+3
* Revert 160781 - Update webrtc to 2881 and libjingle to 202.hbono@chromium.org2012-10-091-1/+1
* Update webrtc to 2881 and libjingle to 202.ronghuawu@chromium.org2012-10-091-1/+1
* Call stop callback in case an error happens before client calls Stop.wjia@chromium.org2012-10-082-5/+10
* Upstream fullscreen video implementation for androidqinmin@chromium.org2012-10-052-16/+67
* Removing annacc@chromium.org from OWNERS.scherkus@chromium.org2012-10-041-1/+0
* Removing the usage of frameForCurrentContext in RTCPeerConnectionHandler.tommyw@chromium.org2012-10-032-11/+17
* ReadPixels from known-usable textures, and give SkBitmap its precious BGRA.fischman@chromium.org2012-10-031-8/+12
* handle shared buffers based on the state of VideoCaptureImpl.wjia@chromium.org2012-10-022-1/+9
* Support reading pixels from HW-decoded video textures into canvas/webgl.fischman@chromium.org2012-10-012-2/+51
* Hooks up WebKit MediaConstraints to libjingle MediaConstraints.perkj@chromium.org2012-09-281-5/+22
* Revert 159243 - Hooks up WebKit MediaConstraints to libjingle MediaConstraints.jochen@chromium.org2012-09-281-20/+5
* Hooks up WebKit MediaConstraints to libjingle MediaConstraints.perkj@chromium.org2012-09-281-5/+20
* Refactored to provide a new PortAllocatorFactory per PeerConnection.perkj@chromium.org2012-09-277-64/+90
* Uncomment calls to createStreamTextureChomium and destroyStreamTextureChromiumqinmin@chromium.org2012-09-261-6/+2
* Add ref count when caputre is started so that CaptureVideoDecoder won't be de...wjia@chromium.org2012-09-263-1/+14
* Fix warnings when compiling with clangmichaelbai@chromium.org2012-09-251-1/+1
* create a separate WebMediaPlayer for URL derived from media streamwjia@chromium.org2012-09-256-0/+519
* Removed the use of WebFrame::frameForCurrentContext() in MediaStreamImpl::req...perkj@chromium.org2012-09-211-1/+2
* Removed the use of WebFrame::frameForCurrentContext() in MediaStreamCenter::d...perkj@chromium.org2012-09-217-39/+64
* Ensures that the WebRTC loopback test only runs for 2 seconds instead of 10. ...henrika@chromium.org2012-09-211-1/+1
* Move android mediaplayer from render process to browser process.qinmin@chromium.org2012-09-192-0/+208
* Replace talk_base::scoped_refptr with Chromes scoped_refptr where possible.perkj@chromium.org2012-09-173-8/+5
* Update libjingle 181:193. ronghuawu@chromium.org2012-09-171-0/+4
* This cl adds a new PeerConnection handler in Chrome to support latest W3C Pee...perkj@chromium.org2012-09-1317-156/+1120
* Remove VideoDecoder::PrepareForShutdownHack() and friends.scherkus@chromium.org2012-09-136-53/+32
* Move creation of PeerConnection from the RenderView to the RenderThreadImpl.perkj@chromium.org2012-09-1313-488/+488