| Commit message (Expand) | Author | Age | Files | Lines |
* | Adds support of local audio streams for more than one media player. | henrika@chromium.org | 2013-03-11 | 1 | -1/+9 |
* | Delete old RTCVideoDecoder code path. | wuchengli@chromium.org | 2013-03-01 | 1 | -36/+0 |
* | Make sure to call WebMediaStreamSource::setDeviceId() | crogers@google.com | 2013-02-25 | 1 | -3/+0 |
* | RendererWebKitPlatformSupportImpl::createAudioDevice() needs the ability to m... | crogers@google.com | 2013-02-22 | 1 | -0/+4 |
* | Removed use of deprecated PeerConnection types and methods. | perkj@chromium.org | 2013-02-20 | 1 | -38/+28 |
* | Add support for screen video stream in getUserMedia(). | sergeyu@chromium.org | 2013-02-04 | 1 | -20/+24 |
* | Renamed WebMediaStreamComponent and WebMediaStreamDescriptor to WebMediaStrea... | tommyw@chromium.org | 2013-02-04 | 1 | -11/+11 |
* | Allowing multiple MediaPlayers to connect to WebRtcAudioDeviceImpl by sharing... | xians@chromium.org | 2013-01-24 | 1 | -7/+10 |
* | Ensures that WebRTC works for device selections using a different sample rate... | henrika@chromium.org | 2013-01-23 | 1 | -58/+18 |
* | Add chromium support for MediaStreamAudioDestinationNode | crogers@google.com | 2013-01-17 | 1 | -20/+29 |
* | Update some #includes in content/renderer/media for headers in the new Platfo... | pilgrim@chromium.org | 2013-01-16 | 1 | -3/+3 |
* | 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 | 1 | -2/+2 |
* | Adds support of rendering a local media stream for audio using HTML5 audio tag. | henrika@chromium.org | 2012-12-14 | 1 | -5/+59 |
* | Associate audio streams with their source/destination RenderView. | miu@chromium.org | 2012-12-04 | 1 | -1/+1 |
* | Remove MessageLoopProxy-getting callbacks from various media classes. | scherkus@chromium.org | 2012-11-28 | 1 | -6/+4 |
* | Combine media decoding and pipeline threads. | scherkus@chromium.org | 2012-11-21 | 1 | -1/+2 |
* | Fix problem with calling LocalMediaStream.Stop after a page have been reloaded. | perkj@chromium.org | 2012-11-12 | 1 | -5/+8 |
* | fix audio-only mode for media stream. | wjia@chromium.org | 2012-11-01 | 1 | -3/+3 |
* | Fix Media stream infobar sometimes doesn't show up after page reload | perkj@chromium.org | 2012-10-31 | 1 | -2/+4 |
* | 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 | 1 | -0/+47 |
* | 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 | 1 | -16/+15 |
* | Fix a problem when a WebFrame is reloaded while the camera is being started. | perkj@chromium.org | 2012-10-26 | 1 | -53/+80 |
* | Hookup constraint to getusermedia. | perkj@chromium.org | 2012-10-24 | 1 | -134/+143 |
* | Move a bunch of code in content\renderer to the content namespace. | jam@chromium.org | 2012-10-19 | 1 | -14/+16 |
* | remove VideoDeviceError and AudioDeviceError for media stream. | wjia@chromium.org | 2012-10-16 | 1 | -18/+0 |
* | This is the media related changes for tab capture API's: | justinlin@chromium.org | 2012-10-15 | 1 | -9/+53 |
* | Tentatively turn on WebMediaPlayerMS by default. | wjia@chromium.org | 2012-10-10 | 1 | -2/+7 |
* | create a separate WebMediaPlayer for URL derived from media stream | wjia@chromium.org | 2012-09-25 | 1 | -0/+92 |
* | 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 | 1 | -13/+20 |
* | Move creation of PeerConnection from the RenderView to the RenderThreadImpl. | perkj@chromium.org | 2012-09-13 | 1 | -242/+7 |
* | Refactor the P2PSocketDispatcher to be created on the RenderThread instead of... | perkj@chromium.org | 2012-09-12 | 1 | -6/+0 |
* | Implement support for creating MediaStreams based on existing tracks in a Loc... | perkj@chromium.org | 2012-09-11 | 1 | -35/+75 |
* | Replaces video_capture_module_impl with rtc_video_capturer. | perkj@chromium.org | 2012-09-06 | 1 | -1/+0 |
* | Combine audio decoding and video decoding onto a single thread. | scherkus@chromium.org | 2012-09-06 | 1 | -3/+2 |
* | Reland 10907055 which does: | xians@chromium.org | 2012-09-06 | 1 | -0/+4 |
* | Revert 154804 - We need to set the session id to the WebRtcAudioDevice to be ... | wjia@chromium.org | 2012-09-05 | 1 | -4/+0 |
* | We need to set the session id to the WebRtcAudioDevice to be able to use the ... | xians@chromium.org | 2012-09-04 | 1 | -0/+4 |
* | Update JingleThreadWrapper to allow it to be created using task runner. | sergeyu@chromium.org | 2012-08-14 | 1 | -2/+2 |
* | Use enum instead of string in MessageLoopFactory::GetMessageLoop* | xhwang@chromium.org | 2012-08-12 | 1 | -2/+4 |
* | Remove the deprecated PeerConnection supporting the ROAP protocol. | perkj@chromium.org | 2012-07-26 | 1 | -18/+0 |
* | Remove use of raw MessageLoop pointers in RtcVideoDecoder. | perkj@chromium.org | 2012-07-19 | 1 | -2/+2 |
* | Refactor RTCVideoDecoder to implement webrtc::VideoRendererInterface instead ... | perkj@chromium.org | 2012-07-18 | 1 | -16/+5 |
* | Use different labels for audio and video tracks. Otherwise peerconnection may | ronghuawu@chromium.org | 2012-06-06 | 1 | -2/+3 |
* | Implement CancelUserMediaRequest for the browser part | yujie.mao@intel.com | 2012-06-06 | 1 | -0/+12 |
* | Returns error when failed to create native stream in OnStreamGenerated. | ronghuawu@chromium.org | 2012-06-01 | 1 | -0/+7 |
* | Cleanup: [WebRTC] Use GURL type to replace the std::string type of security o... | yujie.mao@intel.com | 2012-05-25 | 1 | -4/+3 |