summaryrefslogtreecommitdiffstats
path: root/content/renderer/media
Commit message (Expand)AuthorAgeFilesLines
* Implement MediaStreamImpl::CancelUserMediaRequestperkj@chromium.org2012-05-104-2/+71
* Fix crash in Issue 126625: PeerConnection with two sending streams fails.perkj@chromium.org2012-05-096-95/+177
* Ensures that the user can select 8kHz input sample rate as default rate and s...henrika@chromium.org2012-05-071-1/+5
* Make sure MediaStreamDispatcher gets notified of stopped streams when a WebFr...perkj@chromium.org2012-05-043-23/+77
* This cl refactor the mapping between WebKit media stream repressentation and ...perkj@chromium.org2012-05-0315-217/+504
* Remove VideoDecoder from the Filter heirarchy.xhwang@chromium.org2012-05-036-235/+92
* Adds WebRTC.webkitApiCount histogram to MediaStreamImpl.henrika@chromium.org2012-05-021-9/+18
* Shift media_stream::StreamOptions to align with the new getUserMedia specyujie.mao@intel.com2012-04-303-10/+5
* RefCounted types should not have public destructors, content/browser part 2rsleevi@chromium.org2012-04-2819-296/+313
* Report VideoDecoder status through ReadCB instead of through FilterHost.xhwang@chromium.org2012-04-284-33/+12
* Merge VideoCaptureDevice::Capability with media::VideoCaptureCapabilityyujie.mao@intel.com2012-04-287-11/+11
* Add histogram webkitGetUserMedia, webkitPeerConnection and webkitDeprecatedPe...perkj@chromium.org2012-04-271-3/+18
* Roll libjingle 132:135sergeyu@chromium.org2012-04-263-0/+16
* Fix crash when changing sources after createMediaSourceElement().rtoy@google.com2012-04-241-1/+1
* Fix memory leak in MediaStreamImplTest.perkj@chromium.org2012-04-231-0/+7
* Refactored MediaStreamImpl to be a RenderViewObserver as the other delegates ...perkj@chromium.org2012-04-236-62/+58
* Refactored MediaStreamImpl::GetVideoDecoderperkj@chromium.org2012-04-196-119/+153
* Move VideoCapture::VideoCaptureCapability to video_capture_types.hyujie.mao@intel.com2012-04-189-43/+41
* Adding JSEP PeerConnection glue - attempt 2 perkj@chromium.org2012-04-1322-220/+1349
* Revert 131949 (multiple memory leaks) - Adding JSEP PeerConnection glue.eugenis@google.com2012-04-1222-1344/+220
* Adding JSEP PeerConnection glue.grunell@chromium.org2012-04-1222-220/+1344
* Enable the webrtc audio tests on the build bots that have audio hardware.tommi@chromium.org2012-04-111-13/+14
* Adds WebRTC histogram data to be uploaded as part of UMA logging events.henrika@chromium.org2012-04-112-8/+131
* Fix crash when removing a MediaStream from a PeerConnection.perkj@chromium.org2012-04-113-14/+20
* Rename AudioRendererBase and AudioRendererAlgorithmBasevrk@chromium.org2012-04-091-1/+0
* Using WeakPtr for requests to MediaStreamDispatcher.grunell@chromium.org2012-04-097-61/+80
* Merge AudioRendererImpl and AudioRendererBase; add NullAudioSinkvrk@chromium.org2012-04-0614-647/+37
* Add ability to create a platform thread with a priority.dgreid@chromium.org2012-04-051-3/+2
* Un-hardcode 16 bits per sample in AudioDevicevrk@google.com2012-04-031-4/+1
* Move media/audio files into media namespace (relanding)vrk@google.com2012-04-0314-33/+45
* PpapiCommandBufferProxy implements CommandBufferProxy.fsamuel@chromium.org2012-04-021-1/+1
* Change InterleaveFloatToInt16() to work with uint8 and int32vrk@google.com2012-04-022-15/+14
* Revert 130180 - Move media/audio files into media namespacevrk@google.com2012-04-0214-45/+33
* Move media/audio files into media namespacevrk@google.com2012-04-0214-33/+45
* Merged ContentGLContext into WebGraphicsContext3DCommandBufferImplfsamuel@chromium.org2012-04-022-2/+2
* Fix Win/Linux builds after WebKit r112784.apavlov@chromium.org2012-03-311-1/+2
* Revert 130019 - Enable the webrtc audio tests on the build bots that have aud...mattm@chromium.org2012-03-311-14/+13
* Enable the webrtc audio tests on the build bots that have audio hardware.tommi@chromium.org2012-03-311-13/+14
* Replace the unnecessary VDA::Profile typedef with media::VideoCodecProfilefischman@chromium.org2012-03-304-6/+6
* Revert 129752 - Replace the unnecessary VDA::Profile typedef with media::Vide...mihaip@chromium.org2012-03-304-6/+6
* Replace the unnecessary VDA::Profile typedef with media::VideoCodecProfilefischman@chromium.org2012-03-304-6/+6
* keep a reference of io_message_loop_proxy in case VideoCaptureImpl outlives i...wjia@chromium.org2012-03-292-38/+33
* change default resolution to VGA to match preview channel.wjia@chromium.org2012-03-292-3/+3
* Adds Analog Gain Control (AGC) to the WebRTC client.henrika@chromium.org2012-03-285-62/+281
* Refactor CommandBufferProxy -> CommandBufferProxy (interface) + CommandBuffer...fsamuel@chromium.org2012-03-281-1/+1
* Updating MediaStream and PeerConnection to use new WebKit functions instead o...grunell@chromium.org2012-03-275-29/+20
* A quick fix to the unsupported sample format of 8bits per channel.xians@chromium.org2012-03-271-0/+7
* video decoder doesn't update host with natural size.wjia@chromium.org2012-03-262-3/+0
* will fix unit test later.wjia@chromium.org2012-03-261-0/+2
* video decoder doesn't update host with natural size. it should be video rende...wjia@chromium.org2012-03-261-2/+0