summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/media/video_capture_manager.h
Commit message (Expand)AuthorAgeFilesLines
* Folder shuffle media/capture -> media/capture/content and media/video/captur...mcasas2015-07-171-3/+3
* Cast: Basic cast_receiver API for chrome.hubbe2015-02-251-1/+1
* This fix a potential race when setting the window id.perkj2015-02-091-5/+2
* Reland Queue commands to the Os to start a video device.perkj2015-01-291-18/+82
* Revert "Queue commands to the Os to start a video device."perkj2015-01-211-57/+10
* Queue commands to the Os to start a video device.perkj2015-01-191-10/+57
* Remove pure-virtual MediaStreamProvider::Unregister method and make overrides...bauerb2014-11-211-2/+2
* Retry: Win Video Capture: Create an STA |video_capture_thread_| from MediaStr...mcasas2014-11-041-0/+7
* Standardize usage of virtual/override/final in content/browser/dcheng2014-10-211-8/+8
* chrome://media-internals: update MediaInternals when devices capabilities ar...mcasas2014-10-111-21/+12
* Replacing the OVERRIDE with override and FINAL with final in content/browser/...mohan.reddy2014-10-071-5/+5
* Currently when WebRTC isn't visible (app is in background or tab is not visib...michaelbai2014-10-021-0/+22
* VideoCaptureDeviceFactory: change device enumeration to callback + QTKit enum...mcasas@chromium.org2014-06-031-18/+21
* Fix for closing the desktop sharing notification bar when the shared window i...jiayl@chromium.org2014-04-301-3/+5
* Extract VideoCaptureDeviceFactory out of VideoCaptureDevice and use for File ...mcasas@chromium.org2014-04-261-16/+12
* Creates a way to pass the desktop capture notification window ID/handle to we...jiayl@chromium.org2014-03-271-0/+17
* Remove MediaStreamDeviceThread in favor of audio worker TaskRunner.dalecurtis@chromium.org2014-02-061-2/+3
* Wire GetDeviceFormatsInUse from VideoCaptureManager to VideoCaptureImplmcasas@chromium.org2014-02-051-5/+6
* VCManager: separate in-use and full list of video-capture-device capabilitiesmcasas@chromium.org2014-01-131-9/+20
* Added supported formats caching to VideoCaptureManager, andmcasas@chromium.org2013-12-121-11/+40
* Debug video capture device to play back y4m movies.mcasas@chromium.org2013-12-051-3/+9
* Reland: Reorganize media::VideoCapture* typessheu@chromium.org2013-11-231-3/+4
* Revert 236927 "Reorganize media::VideoCapture* types"scottmg@chromium.org2013-11-231-4/+3
* Reorganize media::VideoCapture* typessheu@chromium.org2013-11-231-3/+4
* Revert 235728 "Removed RunUntilIdle between Stop and Close in UT..."oshima@chromium.org2013-11-181-42/+12
* Removed RunUntilIdle between Stop and Close in UT, after Valgrind found a NUL...mcasas@chromium.org2013-11-181-12/+42
* Revert 235223 "Added video capture capabilities retrieval and ca..."oshima@chromium.org2013-11-151-42/+12
* Added video capture capabilities retrieval and caching to VideoCaptureManager...mcasas@chromium.org2013-11-141-12/+42
* From VideoCaptureManager, remove kStartOpenSessionId.nick@chromium.org2013-09-261-22/+0
* Rename VideoCaptureDevice::EventHandler to VideoCaptureDevice::Client.nick@chromium.org2013-09-261-2/+2
* Make VideoCaptureController single-threaded and not ref counted. nick@chromium.org2013-09-161-19/+17
* Rewrite VideoCaptureManager to streamline the lifetimes ofnick@chromium.org2013-09-121-88/+127
* Refactor the VideoCaptureDevice::Name struct.tommi@chromium.org2013-07-021-1/+9
* Cleanup: Remove unneeded browser_thread.h includes in contents.thestig@chromium.org2013-01-031-1/+0
* Use scoped_ptr<> to pass device list info in AudioInputDeviceManager and Vide...sergeyu@chromium.org2012-12-191-2/+2
* Fix MediaStreamProvider to allow enumeration of devices of different types.sergeyu@chromium.org2012-12-191-5/+8
* StreamDeviceInfo is basically a MediaStreamDevice but with two extra variable...xians@chromium.org2012-12-181-6/+6
* Move content\browser\renderer_host\media to content namespace.jam@chromium.org2012-10-291-12/+9
* Fix crash when trying to use a camera that is already in use.perkj@chromium.org2012-09-271-4/+0
* Begin adding support for tab mirroring via the MediaStream audio/video capturingmiu@chromium.org2012-09-111-11/+15
* Pepper needs to repeatedly call enumeration API in order to get a synchronous...xians@chromium.org2012-07-061-21/+11
* handle the case when device is closed before media pipeline is fully initiali...wjia@chromium.org2012-05-301-3/+5
* fix assert on IO thread in incognito mode.wjia@chromium.org2012-05-291-2/+13
* Changing shutdown for VideoCaptureManager and AudioInputDeviceManagermflodman@chromium.org2012-03-121-2/+7
* Re-added OnChannelClosing in MediaStreamDispatcherHost to close open media de...mflodman@chromium.org2012-02-231-1/+0
* And now NewRunnableMethod(), you die.ajwong@chromium.org2012-01-041-3/+1
* Close video capture devices on the device thread.mflodman@chromium.org2011-11-181-0/+1
* Add OVERRIDE to content/.avi@chromium.org2011-11-171-5/+5
* allow device sharable inside VideoCaptureManager.wjia@chromium.org2011-11-101-1/+3
* refactor video capture in browser process to support device sharing across mu...wjia@chromium.org2011-11-031-4/+38