summaryrefslogtreecommitdiffstats
path: root/media/video/capture/win/video_capture_device_win.h
Commit message (Expand)AuthorAgeFilesLines
* Apply automated fixits for Chrome clang plugin to views_unittests.dcheng2015-04-211-6/+5
* Add support for the USB2-Live and Avermedia Analog capture devices by constru...ken.strickland2015-04-031-8/+3
* Cast: Basic cast_receiver API for chrome.hubbe2015-02-251-1/+1
* Remove the use of DirectShow MJPG filter.perkj2015-01-271-4/+1
* Revert of Windows video capture: Remove duplicated code from GetDeviceSupport...dmichael2014-10-301-3/+1
* Windows video capture: Remove duplicated code from GetDeviceSupportedFormats*magjed2014-10-291-1/+3
* replace OVERRIDE and FINAL with override and final in media/mostynb2014-10-071-2/+2
* Win Video Capture: add support for WDM capture devices using a WDM Crossbar f...mcasas2014-09-111-2/+10
* Win Video Capture: add DirectShow WDM devices capabilities enumeration.mcasas2014-09-031-1/+1
* VideoCaptureDeviceWin: Extract class-static method into a Factory (both MF/DS)mcasas@chromium.org2014-05-211-5/+29
* Win DirectShow: connect antibanding/anti-flicker where supported.mcasas@chromium.org2014-04-231-3/+4
* Add GetDeviceSupportedFormats to VideoCaptureDeviceMFWinmcasas@chromium.org2014-01-311-0/+2
* Reland CL to implement browser-side logging to WebRtc log.vrk@chromium.org2014-01-291-1/+1
* Revert 247164 "Implement browser-side logging to WebRtc log"vrk@chromium.org2014-01-291-1/+1
* Implement browser-side logging to WebRtc logvrk@chromium.org2014-01-261-1/+1
* Reland: Reorganize media::VideoCapture* typessheu@chromium.org2013-11-231-4/+4
* Revert 236927 "Reorganize media::VideoCapture* types"scottmg@chromium.org2013-11-231-4/+4
* Reorganize media::VideoCapture* typessheu@chromium.org2013-11-231-4/+4
* Remove OnFrameInfo from VideoCaptureDevice::Client.jiayl@chromium.org2013-11-091-0/+1
* Removes VideoCaptureDevice1 from all platforms.jiayl@chromium.org2013-10-031-9/+6
* 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-1/+1
* Add enum VideoCaptureResolutionType to VideoCaptureParams and VideoCaptureCap...mcasas@chromium.org2013-07-311-4/+2
* Re-land https://codereview.chromium.org/11419200/tommi@chromium.org2012-12-051-3/+4
* Revert 171212tommi@chromium.org2012-12-051-4/+3
* Re-land https://codereview.chromium.org/11419200/tommi@chromium.org2012-12-051-3/+4
* Revert 170912 - need more delayloads.tommi@chromium.org2012-12-041-4/+3
* Video capture implementation using the Media Foundation API.tommi@chromium.org2012-12-041-3/+4
* Remove #pragma once from mediaajwong@chromium.org2012-07-111-1/+0
* Pepper needs to repeatedly call enumeration API in order to get a synchronous...xians@chromium.org2012-07-061-4/+4
* Merge VideoCaptureDevice::Capability with media::VideoCaptureCapabilityyujie.mao@intel.com2012-04-281-2/+3
* Fix some grammar in comments, error messages and documentation.gavinp@chromium.org2012-04-031-1/+1
* Add OVERRIDE to media/.avi@chromium.org2011-11-161-5/+5
* This is the VideoCaptureDevice implementation for windows.perkj@google.com2011-06-301-0/+92