| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix crash in Issue 126625: PeerConnection with two sending streams fails. | perkj@chromium.org | 2012-05-09 | 6 | -95/+177 |
* | Ensures that the user can select 8kHz input sample rate as default rate and s... | henrika@chromium.org | 2012-05-07 | 1 | -1/+5 |
* | Make sure MediaStreamDispatcher gets notified of stopped streams when a WebFr... | perkj@chromium.org | 2012-05-04 | 3 | -23/+77 |
* | This cl refactor the mapping between WebKit media stream repressentation and ... | perkj@chromium.org | 2012-05-03 | 15 | -217/+504 |
* | Remove VideoDecoder from the Filter heirarchy. | xhwang@chromium.org | 2012-05-03 | 6 | -235/+92 |
* | Adds WebRTC.webkitApiCount histogram to MediaStreamImpl. | henrika@chromium.org | 2012-05-02 | 1 | -9/+18 |
* | Shift media_stream::StreamOptions to align with the new getUserMedia spec | yujie.mao@intel.com | 2012-04-30 | 3 | -10/+5 |
* | RefCounted types should not have public destructors, content/browser part 2 | rsleevi@chromium.org | 2012-04-28 | 19 | -296/+313 |
* | Report VideoDecoder status through ReadCB instead of through FilterHost. | xhwang@chromium.org | 2012-04-28 | 4 | -33/+12 |
* | Merge VideoCaptureDevice::Capability with media::VideoCaptureCapability | yujie.mao@intel.com | 2012-04-28 | 7 | -11/+11 |
* | Add histogram webkitGetUserMedia, webkitPeerConnection and webkitDeprecatedPe... | perkj@chromium.org | 2012-04-27 | 1 | -3/+18 |
* | Roll libjingle 132:135 | sergeyu@chromium.org | 2012-04-26 | 3 | -0/+16 |
* | Fix crash when changing sources after createMediaSourceElement(). | rtoy@google.com | 2012-04-24 | 1 | -1/+1 |
* | Fix memory leak in MediaStreamImplTest. | perkj@chromium.org | 2012-04-23 | 1 | -0/+7 |
* | Refactored MediaStreamImpl to be a RenderViewObserver as the other delegates ... | perkj@chromium.org | 2012-04-23 | 6 | -62/+58 |
* | Refactored MediaStreamImpl::GetVideoDecoder | perkj@chromium.org | 2012-04-19 | 6 | -119/+153 |
* | Move VideoCapture::VideoCaptureCapability to video_capture_types.h | yujie.mao@intel.com | 2012-04-18 | 9 | -43/+41 |
* | Adding JSEP PeerConnection glue - attempt 2 | perkj@chromium.org | 2012-04-13 | 22 | -220/+1349 |
* | Revert 131949 (multiple memory leaks) - Adding JSEP PeerConnection glue. | eugenis@google.com | 2012-04-12 | 22 | -1344/+220 |
* | Adding JSEP PeerConnection glue. | grunell@chromium.org | 2012-04-12 | 22 | -220/+1344 |
* | Enable the webrtc audio tests on the build bots that have audio hardware. | tommi@chromium.org | 2012-04-11 | 1 | -13/+14 |
* | Adds WebRTC histogram data to be uploaded as part of UMA logging events. | henrika@chromium.org | 2012-04-11 | 2 | -8/+131 |
* | Fix crash when removing a MediaStream from a PeerConnection. | perkj@chromium.org | 2012-04-11 | 3 | -14/+20 |
* | Rename AudioRendererBase and AudioRendererAlgorithmBase | vrk@chromium.org | 2012-04-09 | 1 | -1/+0 |
* | Using WeakPtr for requests to MediaStreamDispatcher. | grunell@chromium.org | 2012-04-09 | 7 | -61/+80 |
* | Merge AudioRendererImpl and AudioRendererBase; add NullAudioSink | vrk@chromium.org | 2012-04-06 | 14 | -647/+37 |
* | Add ability to create a platform thread with a priority. | dgreid@chromium.org | 2012-04-05 | 1 | -3/+2 |
* | Un-hardcode 16 bits per sample in AudioDevice | vrk@google.com | 2012-04-03 | 1 | -4/+1 |
* | Move media/audio files into media namespace (relanding) | vrk@google.com | 2012-04-03 | 14 | -33/+45 |
* | PpapiCommandBufferProxy implements CommandBufferProxy. | fsamuel@chromium.org | 2012-04-02 | 1 | -1/+1 |
* | Change InterleaveFloatToInt16() to work with uint8 and int32 | vrk@google.com | 2012-04-02 | 2 | -15/+14 |
* | Revert 130180 - Move media/audio files into media namespace | vrk@google.com | 2012-04-02 | 14 | -45/+33 |
* | Move media/audio files into media namespace | vrk@google.com | 2012-04-02 | 14 | -33/+45 |
* | Merged ContentGLContext into WebGraphicsContext3DCommandBufferImpl | fsamuel@chromium.org | 2012-04-02 | 2 | -2/+2 |
* | Fix Win/Linux builds after WebKit r112784. | apavlov@chromium.org | 2012-03-31 | 1 | -1/+2 |
* | Revert 130019 - Enable the webrtc audio tests on the build bots that have aud... | mattm@chromium.org | 2012-03-31 | 1 | -14/+13 |
* | Enable the webrtc audio tests on the build bots that have audio hardware. | tommi@chromium.org | 2012-03-31 | 1 | -13/+14 |
* | Replace the unnecessary VDA::Profile typedef with media::VideoCodecProfile | fischman@chromium.org | 2012-03-30 | 4 | -6/+6 |
* | Revert 129752 - Replace the unnecessary VDA::Profile typedef with media::Vide... | mihaip@chromium.org | 2012-03-30 | 4 | -6/+6 |
* | Replace the unnecessary VDA::Profile typedef with media::VideoCodecProfile | fischman@chromium.org | 2012-03-30 | 4 | -6/+6 |
* | keep a reference of io_message_loop_proxy in case VideoCaptureImpl outlives i... | wjia@chromium.org | 2012-03-29 | 2 | -38/+33 |
* | change default resolution to VGA to match preview channel. | wjia@chromium.org | 2012-03-29 | 2 | -3/+3 |
* | Adds Analog Gain Control (AGC) to the WebRTC client. | henrika@chromium.org | 2012-03-28 | 5 | -62/+281 |
* | Refactor CommandBufferProxy -> CommandBufferProxy (interface) + CommandBuffer... | fsamuel@chromium.org | 2012-03-28 | 1 | -1/+1 |
* | Updating MediaStream and PeerConnection to use new WebKit functions instead o... | grunell@chromium.org | 2012-03-27 | 5 | -29/+20 |
* | A quick fix to the unsupported sample format of 8bits per channel. | xians@chromium.org | 2012-03-27 | 1 | -0/+7 |
* | video decoder doesn't update host with natural size. | wjia@chromium.org | 2012-03-26 | 2 | -3/+0 |
* | will fix unit test later. | wjia@chromium.org | 2012-03-26 | 1 | -0/+2 |
* | video decoder doesn't update host with natural size. it should be video rende... | wjia@chromium.org | 2012-03-26 | 1 | -2/+0 |
* | Fix a couple of regressions that made it in before the weekend. | tommi@chromium.org | 2012-03-26 | 1 | -1/+1 |