summaryrefslogtreecommitdiffstats
path: root/media/video
Commit message (Expand)AuthorAgeFilesLines
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-274-11/+10
* Final step of the java_cpp_template -> java_cpp_enum migration.mkosiba2014-10-234-14/+13
* Fix a crash when cameraInfo is NULLqinmin2014-10-221-4/+7
* Sort out mcasas@ as OWNER of filesmcasas2014-10-213-6/+2
* Video Capture Capabilities on chrome://media-internals page are updated with:burnik2014-10-212-0/+31
* Standardize usage of virtual/override/final in media/dcheng2014-10-218-40/+36
* VideoCapture: Sort VideoPixelFormat in order of preferencemagjed2014-10-202-6/+6
* Remove wjia@ from media/video/capture/OWNERS and add mcasas@ for Mac+Android ...mcasas2014-10-201-1/+6
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-172-10/+10
* Win Video Capture: Correct erroneous DCHECKmcasas2014-10-171-1/+1
* Convert ARRAYSIZE_UNSAFE -> arraysize in media/.viettrungluu2014-10-161-1/+1
* Win Video Capture: Check returned AM_MEDIA_TYPE pointer before comparing it.mcasas2014-10-151-1/+1
* Win Video Capture: Add device blacklisting, used for IPCamera and YouCam, col...mcasas2014-10-141-13/+39
* Video capture: Refactor GetBestMatchedFormatmagjed2014-10-145-223/+93
* File VideoCaptureDevice: Add API type for Windows platforms.mcasas2014-10-141-1/+2
* chrome://media-internals: update MediaInternals when devices capabilities ar...mcasas2014-10-114-7/+54
* Mac Video Capture: Removed AVFoundation camera blacklisting.mcasas2014-10-101-36/+5
* Mac Video Capture: Connect discard-late-frames in QTKit and AVFoundationmcasas2014-10-072-0/+2
* replace OVERRIDE and FINAL with override and final in media/mostynb2014-10-0721-52/+52
* Add still image capture interface for VideoCaptureDevice.owenlin2014-10-035-0/+100
* Mac Video Capture: Support for Blackmagic DeckLink SDK video capture.mcasas2014-10-013-31/+371
* Android Video Capture: Removed references to Android.Hardware.Camera from the...mcasas2014-09-301-10/+6
* Disable two hanging video capture tests on Windows.jmadill2014-09-291-2/+16
* Add VEA supported profiles to GPUInfo.wuchengli2014-09-231-4/+6
* Mac VideoCapture: Support for Blackmagic DeckLink device & capabilities enume...mcasas2014-09-227-4/+253
* Remove implicit conversions from scoped_refptr to T* in media/dcheng2014-09-201-1/+3
* Clarify resolution change behaviors of video capture deviceshclam2014-09-134-14/+23
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in [c-n]*/thestig2014-09-131-1/+1
* Video capture: Remove unused declarations from VideoCaptureDevicemagjed2014-09-121-15/+0
* Win Video Capture: add support for WDM capture devices using a WDM Crossbar f...mcasas2014-09-113-32/+135
* Linux video capture: handle devices that don't enumerate any frame ratesmagjed2014-09-093-7/+17
* Remove an useless ifndef NDEBUG in video_capture_types.ccsebmarchand2014-09-071-2/+0
* Fix if-statement in win video capture that ignores fake DirectShow filtersmagjed2014-09-051-36/+33
* Move Mac media glue code from media/video/capture/mac to media/base/mac.jfroy2014-09-058-578/+6
* Add ToString function for media::VideoCaptureFormatmagjed2014-09-046-19/+16
* Add support for pixel format UYVY in Linux video capturemagjed2014-09-031-1/+5
* Win Video Capture: add DirectShow WDM devices capabilities enumeration.mcasas2014-09-035-82/+106
* Log error messages in windows video capturemagjed2014-09-016-34/+48
* Mac Video Capture: correct float framerate wrongly casted to intmcasas2014-09-011-1/+1
* Win Video Capture: add support for enumerating DirectShow WDM devicesmcasas2014-08-292-68/+80
* Remove duplicated code in for loop in VideoCapture on Windowsmagjed2014-08-291-5/+2
* VideoCaptureDeviceWin: correct some typos and docs.mcasas2014-08-271-7/+8
* Remove implicit conversions from scoped_refptr to T* in media/dcheng2014-08-272-2/+2
* Mac QTKit video capture: Correct DCHECK #inputs==1 locationmcasas2014-08-251-1/+1
* Disable slow FakeVideoCaptureDeviceTest.CaptureVariableResolutionPaweł Hajdan, Jr2014-08-251-1/+2
* Pass decoded picture size from VDA to clientkcwu@chromium.org2014-08-212-3/+15
* Mac QTKit Video Capture: Run QTCaptureSession teardown in UI thread, clean up...mcasas@chromium.org2014-08-213-30/+28
* Fix some error states in VideoCaptureDeviceWin::AllocateAndStart.grunell@chromium.org2014-08-191-4/+11
* Mac Video Capture: Change an ErrorMessage to LogMessagemcasas@chromium.org2014-08-182-2/+15
* Bail out with error instead of dvlog if fail to GetNumberOfCapabilities in Wi...grunell@chromium.org2014-08-151-1/+1