summaryrefslogtreecommitdiffstats
path: root/content/renderer/media/media_stream_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Adds support of local audio streams for more than one media player.henrika@chromium.org2013-03-111-1/+9
* Delete old RTCVideoDecoder code path.wuchengli@chromium.org2013-03-011-36/+0
* Make sure to call WebMediaStreamSource::setDeviceId()crogers@google.com2013-02-251-3/+0
* RendererWebKitPlatformSupportImpl::createAudioDevice() needs the ability to m...crogers@google.com2013-02-221-0/+4
* Removed use of deprecated PeerConnection types and methods. perkj@chromium.org2013-02-201-38/+28
* Add support for screen video stream in getUserMedia().sergeyu@chromium.org2013-02-041-20/+24
* Renamed WebMediaStreamComponent and WebMediaStreamDescriptor to WebMediaStrea...tommyw@chromium.org2013-02-041-11/+11
* Allowing multiple MediaPlayers to connect to WebRtcAudioDeviceImpl by sharing...xians@chromium.org2013-01-241-7/+10
* Ensures that WebRTC works for device selections using a different sample rate...henrika@chromium.org2013-01-231-58/+18
* Add chromium support for MediaStreamAudioDestinationNodecrogers@google.com2013-01-171-20/+29
* Update some #includes in content/renderer/media for headers in the new Platfo...pilgrim@chromium.org2013-01-161-3/+3
* Avoids crash in WebRTC audio clients for unsupported capture sample rates.henrika@chromium.org2012-12-181-0/+6
* StreamDeviceInfo is basically a MediaStreamDevice but with two extra variable...xians@chromium.org2012-12-181-2/+2
* Adds support of rendering a local media stream for audio using HTML5 audio tag.henrika@chromium.org2012-12-141-5/+59
* Associate audio streams with their source/destination RenderView.miu@chromium.org2012-12-041-1/+1
* Remove MessageLoopProxy-getting callbacks from various media classes.scherkus@chromium.org2012-11-281-6/+4
* Combine media decoding and pipeline threads.scherkus@chromium.org2012-11-211-1/+2
* Fix problem with calling LocalMediaStream.Stop after a page have been reloaded.perkj@chromium.org2012-11-121-5/+8
* fix audio-only mode for media stream.wjia@chromium.org2012-11-011-3/+3
* Fix Media stream infobar sometimes doesn't show up after page reloadperkj@chromium.org2012-10-311-2/+4
* We should check the renderer before passing it to the ADM.xians@chromium.org2012-10-301-1/+2
* This allow connection remote stream to audio tag, and enable users to control...xians@chromium.org2012-10-301-0/+47
* Rolling libjingle r220.ronghuawu@chromium.org2012-10-291-1/+4
* Move content\browser\renderer_host\media to content namespace.jam@chromium.org2012-10-291-16/+15
* Fix a problem when a WebFrame is reloaded while the camera is being started.perkj@chromium.org2012-10-261-53/+80
* Hookup constraint to getusermedia.perkj@chromium.org2012-10-241-134/+143
* Move a bunch of code in content\renderer to the content namespace.jam@chromium.org2012-10-191-14/+16
* remove VideoDeviceError and AudioDeviceError for media stream.wjia@chromium.org2012-10-161-18/+0
* This is the media related changes for tab capture API's:justinlin@chromium.org2012-10-151-9/+53
* Tentatively turn on WebMediaPlayerMS by default.wjia@chromium.org2012-10-101-2/+7
* create a separate WebMediaPlayer for URL derived from media streamwjia@chromium.org2012-09-251-0/+92
* 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-211-13/+20
* Move creation of PeerConnection from the RenderView to the RenderThreadImpl.perkj@chromium.org2012-09-131-242/+7
* Refactor the P2PSocketDispatcher to be created on the RenderThread instead of...perkj@chromium.org2012-09-121-6/+0
* Implement support for creating MediaStreams based on existing tracks in a Loc...perkj@chromium.org2012-09-111-35/+75
* Replaces video_capture_module_impl with rtc_video_capturer.perkj@chromium.org2012-09-061-1/+0
* Combine audio decoding and video decoding onto a single thread.scherkus@chromium.org2012-09-061-3/+2
* Reland 10907055 which does:xians@chromium.org2012-09-061-0/+4
* Revert 154804 - We need to set the session id to the WebRtcAudioDevice to be ...wjia@chromium.org2012-09-051-4/+0
* We need to set the session id to the WebRtcAudioDevice to be able to use the ...xians@chromium.org2012-09-041-0/+4
* Update JingleThreadWrapper to allow it to be created using task runner.sergeyu@chromium.org2012-08-141-2/+2
* Use enum instead of string in MessageLoopFactory::GetMessageLoop*xhwang@chromium.org2012-08-121-2/+4
* Remove the deprecated PeerConnection supporting the ROAP protocol.perkj@chromium.org2012-07-261-18/+0
* Remove use of raw MessageLoop pointers in RtcVideoDecoder. perkj@chromium.org2012-07-191-2/+2
* Refactor RTCVideoDecoder to implement webrtc::VideoRendererInterface instead ...perkj@chromium.org2012-07-181-16/+5
* Use different labels for audio and video tracks. Otherwise peerconnection mayronghuawu@chromium.org2012-06-061-2/+3
* Implement CancelUserMediaRequest for the browser partyujie.mao@intel.com2012-06-061-0/+12
* Returns error when failed to create native stream in OnStreamGenerated. ronghuawu@chromium.org2012-06-011-0/+7
* Cleanup: [WebRTC] Use GURL type to replace the std::string type of security o...yujie.mao@intel.com2012-05-251-4/+3