summaryrefslogtreecommitdiffstats
path: root/content/renderer/media
Commit message (Expand)AuthorAgeFilesLines
* Vanquish the remnants of media::MessageLoopFactory.scherkus@chromium.org2013-01-022-4/+7
* Removes attempt to load audioses.dll from a render process.henrika@chromium.org2012-12-281-1/+5
* Disable flaky tests:phajdan.jr@chromium.org2012-12-211-2/+4
* Have AudioRendererMixerManager use separate mixers for separate render views....miu@chromium.org2012-12-184-44/+85
* 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-186-37/+37
* Fix typo'd usage of OS_MAC vs OS_MACOSX!dalecurtis@google.com2012-12-151-1/+1
* Adds support of rendering a local media stream for audio using HTML5 audio tag.henrika@chromium.org2012-12-149-17/+661
* Landing patch from issue 11533004tommi@chromium.org2012-12-143-5/+20
* Glue code for hooking up PeerConnection DataChannels.perkj@chromium.org2012-12-137-7/+257
* Roll libjingle 248:249.sergeyu@chromium.org2012-12-122-7/+19
* Implement stats passing between libjingle and Webkit.hta@chromium.org2012-12-117-10/+417
* Fix accidental NULL dereference in media_stream_dispatcher.cc that was causin...miu@chromium.org2012-12-061-1/+1
* Preparing content/ for the removal of scoped_refptr::release()piman@chromium.org2012-12-061-1/+1
* Replace WaitableEvents and ConditionalVariables in VideoRendererBase tests wi...scherkus@chromium.org2012-12-061-1/+1
* Rolling libjingle r245:r248mallinath@chromium.org2012-12-052-0/+9
* Add a gyp flag to allow removing dependency on ppapi.nileshagrawal@chromium.org2012-12-051-0/+1
* Associate audio streams with their source/destination RenderView.miu@chromium.org2012-12-0422-113/+331
* Remove MessageLoopProxy-getting callbacks from various media classes.scherkus@chromium.org2012-11-283-14/+13
* Adding trace log to rtc_video_renderer.cccliffordcheng@google.com2012-11-281-0/+2
* There is a delay after pausing/resuming the media stream using the audio tag,...xians@chromium.org2012-11-231-3/+5
* Combine media decoding and pipeline threads.scherkus@chromium.org2012-11-211-1/+2
* Set supported sampling rate for platforms other than linux, bsd, win and mac.wjia@chromium.org2012-11-191-0/+4
* Break down the webrtc code and AudioInputDevice into a WebRtcAudioCapturer.xians@chromium.org2012-11-165-406/+481
* Rolling libjingle r235mallinath@chromium.org2012-11-167-45/+0
* Removes usage of media::IsWASAPISupported and introduces new CoreAudioUtil::I...henrika@chromium.org2012-11-141-1/+4
* Revert 167387 - Break down the webrtc code and AudioInputDevice into a WebRtc...wez@chromium.org2012-11-135-481/+426
* Break down the webrtc code and AudioInputDevice into a WebRtcAudioCapturer.xians@chromium.org2012-11-135-426/+481
* Fix problem with calling LocalMediaStream.Stop after a page have been reloaded.perkj@chromium.org2012-11-122-5/+21
* content: Update calls froms RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-104-23/+23
* Plumb through cropped output size for VideoFramesheu@chromium.org2012-11-094-6/+16
* Set supported sampling rate for platforms other than linux, bsd, win and mac.wjia@chromium.org2012-11-072-6/+16
* Removing support for PeerConnection00tommyw@chromium.org2012-11-0610-956/+0
* PeerConnection will setup the call before connecting the audio tag, in this c...xians@chromium.org2012-11-051-10/+4
* Otherwise it will prevent the second renderer connecting to the ADMxians@chromium.org2012-11-013-3/+18
* fix audio-only mode for media stream.wjia@chromium.org2012-11-011-3/+3
* It should be CONTENT_RENDERER_MEDIA_WEBRTC_AUDIO_RENDERER_H_ instead of CONTE...xians@chromium.org2012-11-011-3/+3
* In latest version of libjingle, local UDP and STUN merged intomallinath@chromium.org2012-11-011-0/+1
* Fix Media stream infobar sometimes doesn't show up after page reloadperkj@chromium.org2012-10-313-2/+10
* getUserMedia video-only requests should not fail if no audio input device is ...xians@chromium.org2012-10-301-18/+44
* 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-309-116/+503
* fix error handling in LocalVideoCapture.wjia@chromium.org2012-10-291-0/+2
* Rolling libjingle r220.ronghuawu@chromium.org2012-10-291-1/+4
* Move content\browser\renderer_host\media to content namespace.jam@chromium.org2012-10-2921-158/+150
* 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