| Commit message (Expand) | Author | Age | Files | Lines |
* | Currently when WebRTC isn't visible (app is in background or tab is not visib... | michaelbai | 2014-10-02 | 1 | -2/+29 |
* | Clarify resolution change behaviors of video capture devices | hclam | 2014-09-13 | 1 | -2/+4 |
* | Video capture frame size: separate coded size and visible size. | Haixia Shi | 2014-08-29 | 1 | -1/+4 |
* | Android media: VideoFrame should not store so many sync points. | dongseong.hwang@intel.com | 2014-07-22 | 1 | -5/+4 |
* | Decouple IPC::MessageFilter from IPC::Channel | morrita@chromium.org | 2014-06-13 | 1 | -1/+1 |
* | Remove IPC_BEGIN_MESSAGE_MAP_EX macro since r270839 made all bad IPCs kill th... | jam@chromium.org | 2014-05-16 | 1 | -4/+3 |
* | HW Video: Make media::VideoFrame handle the sync point of the compositor as w... | dongseong.hwang@intel.com | 2014-04-30 | 1 | -4/+5 |
* | Fix for closing the desktop sharing notification bar when the shared window i... | jiayl@chromium.org | 2014-04-30 | 1 | -7/+7 |
* | Replace DCHECK(BrowserThread::CurrentlyOn) with DCHECK_CURRENTLY_ON in conten... | jyasskin@chromium.org | 2014-03-29 | 1 | -14/+14 |
* | Implement IPCs and VideoCapture::Client interfaces for texture capture | sheu@chromium.org | 2014-02-28 | 1 | -11/+50 |
* | Allow MessageFilters to restrict listening to specific message classes | jdduke@chromium.org | 2014-02-26 | 1 | -1/+2 |
* | Revert "Allow MessageFilters to restrict listening to specific message classes" | jdduke@chromium.org | 2014-02-21 | 1 | -2/+1 |
* | Allow MessageFilters to restrict listening to specific message classes | jdduke@chromium.org | 2014-02-16 | 1 | -1/+2 |
* | Drop excessive StartCapture messages in video capture host. | wjia@chromium.org | 2014-02-07 | 1 | -1/+5 |
* | Wire GetDeviceFormatsInUse from VideoCaptureManager to VideoCaptureImpl | mcasas@chromium.org | 2014-02-05 | 1 | -0/+18 |
* | Remove pending controller entries when IPC channel is closed. | wjia@chromium.org | 2014-02-04 | 1 | -1/+7 |
* | Wire VideoCaptureManager device capture formats to the renderer side. | mcasas@chromium.org | 2014-01-23 | 1 | -0/+20 |
* | Convert video capture pipline to base::TimeTicks | sheu@chromium.org | 2014-01-08 | 1 | -2/+3 |
* | Reland: Reorganize media::VideoCapture* types | sheu@chromium.org | 2013-11-23 | 1 | -13/+20 |
* | Revert 236927 "Reorganize media::VideoCapture* types" | scottmg@chromium.org | 2013-11-23 | 1 | -20/+13 |
* | Reorganize media::VideoCapture* types | sheu@chromium.org | 2013-11-23 | 1 | -13/+20 |
* | VideoCapture: abolish OnFrameInfo almost everywhere. | nick@chromium.org | 2013-10-23 | 1 | -64/+32 |
* | Make BrowserMessageFilter not derive from IPC::ChannelProxy::MessageFilter. T... | jam@chromium.org | 2013-10-01 | 1 | -2/+0 |
* | Make VideoCaptureController single-threaded and not ref counted. | nick@chromium.org | 2013-09-16 | 1 | -28/+15 |
* | Rewrite VideoCaptureManager to streamline the lifetimes of | nick@chromium.org | 2013-09-12 | 1 | -13/+10 |
* | Consolidate duplicated frame / capability structures in video capture types | mcasas@chromium.org | 2013-09-08 | 1 | -6/+6 |
* | Add enum VideoCaptureResolutionType to VideoCaptureParams and VideoCaptureCap... | mcasas@chromium.org | 2013-07-31 | 1 | -16/+15 |
* | Allow video capture module to notify clients of resolution change. | wjia@chromium.org | 2013-07-12 | 1 | -1/+31 |
* | Lazily allocate peer handles in the BrowserMessageFilter to reduce excessive | zturner@chromium.org | 2013-07-10 | 1 | -1/+1 |
* | Minor cleanup to remove the static thread-safe methods on BrowserMainLoop. In... | jam@chromium.org | 2013-06-21 | 1 | -11/+12 |
* | Update content/ to use scoped_refptr<T>::get() rather than implicit "operator... | rsleevi@chromium.org | 2013-06-02 | 1 | -3/+3 |
* | Switch event type when a capture device has been stopped from the render proc... | perkj@chromium.org | 2013-04-12 | 1 | -5/+8 |
* | Move content\browser\renderer_host\media to content namespace. | jam@chromium.org | 2012-10-29 | 1 | -11/+10 |
* | Pepper needs to repeatedly call enumeration API in order to get a synchronous... | xians@chromium.org | 2012-07-06 | 1 | -7/+4 |
* | refactor VideoCaptureHost and VideoCaptureController. | wjia@chromium.org | 2012-06-11 | 1 | -110/+76 |
* | handle the case when device is closed before media pipeline is fully initiali... | wjia@chromium.org | 2012-05-30 | 1 | -11/+32 |
* | Fix media stream stop. | wjia@chromium.org | 2012-05-04 | 1 | -0/+8 |
* | Move media/audio files into media namespace (relanding) | vrk@google.com | 2012-04-03 | 1 | -2/+2 |
* | Revert 130180 - Move media/audio files into media namespace | vrk@google.com | 2012-04-02 | 1 | -2/+2 |
* | Move media/audio files into media namespace | vrk@google.com | 2012-04-02 | 1 | -2/+2 |
* | Remove GetAudioManager and GetMediaStreamManager from ResourceContext. The re... | jam@chromium.org | 2012-02-23 | 1 | -4/+6 |
* | Move resource_context.h to content/public/browser. Remove the workaround in i... | jam@chromium.org | 2012-02-09 | 1 | -1/+1 |
* | Make content::ResourceContext be a real interface like the rest of the Conten... | jam@chromium.org | 2012-02-09 | 1 | -3/+2 |
* | Move BrowserMessageFilter to public, and into content namespace. | joi@chromium.org | 2011-12-16 | 1 | -0/+1 |
* | fix a racing condition when renderer process requests StopCapture before host... | wjia@chromium.org | 2011-11-23 | 1 | -37/+77 |
* | refactor video capture in browser process to support device sharing across mu... | wjia@chromium.org | 2011-11-03 | 1 | -18/+62 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -0/+2 |
* | remove NewRunnableMethod and switch to base::Bind | wjia@chromium.org | 2011-10-07 | 1 | -12/+12 |
* | Removing singelton property of MediaStreamManager. | mflodman@chromium.org | 2011-09-22 | 1 | -2/+9 |
* | Revert 101063 - Removing singleton property of MediaStreamManager and creatin... | mad@chromium.org | 2011-09-14 | 1 | -9/+2 |