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