summaryrefslogtreecommitdiffstats
path: root/media/video/capture/linux
Commit message (Expand)AuthorAgeFilesLines
* media: Migrate callers of message_loop_proxy() to task_runner()skyostil2015-06-171-1/+1
* Send bytes_used of v4l2 captured frame when video capturekcwu2015-05-256-3/+38
* Getting rid of duplicate includes from media/anujk.sharma2015-05-141-1/+0
* Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in src/media.anujk.sharma2015-04-301-2/+3
* Revert of [media] Replace MessageLoopProxy usage with ThreadTaskRunnerHandle ...xhwang2015-04-271-3/+2
* Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in src/media.anujk.sharma2015-04-271-2/+3
* Filter in Capture device with pixel format RGB3 to make WebcamStudio virtual ...qiangchen2015-03-311-0/+1
* Reland 967793002 Linux Video Capture: Add V4L2VideoCaptureDelegate{Single,Mul...mcasas2015-03-239-428/+894
* Revert of Linux Video Capture: Add V4L2VideoCaptureDelegate{Single,Multi}Plan...perkj2015-03-239-894/+428
* Linux Video Capture: Add V4L2VideoCaptureDelegate{Single,Multi}Plane.mcasas2015-03-209-428/+894
* Increase VIDIOC_REQBUFS count from 2 to 4jchuang2015-03-191-5/+6
* Cast: Basic cast_receiver API for chrome.hubbe2015-02-252-2/+2
* Reland (2): Linux Video Capture: Add support for multiplanar YUV420 format en...mcasas2015-01-281-73/+105
* Update {virtual,override,final} to follow C++11 style in media, round 2.dcheng2015-01-232-8/+6
* Revert "Relanding: Linux Video Capture: Add support for multiplanar YUV420 fo...perkj2015-01-151-105/+73
* Linux Video Capture: Extracted V4L2CaptureDelegate as a nested class of Video...mcasas2014-12-192-196/+209
* Relanding: Linux Video Capture: Add support for multiplanar YUV420 format enu...mcasas2014-12-181-73/+105
* Revert of Linux Video Capture: Add support for multiplanar M420 format enumer...chirantan2014-12-181-108/+73
* Linux Video Capture: Add support for multiplanar M420 format enumeration.mcasas2014-12-181-73/+108
* Linux Video Capture: small cleanupmcasas2014-12-173-97/+76
* Use factory method to create VideoCaptureDeviceFactory .sl.ostapenko2014-11-241-0/+7
* VideoCaptureDeviceLinux::OnCaptureTask: Use poll instead of select to check w...magjed2014-11-141-32/+14
* VideoCaptureDeviceLinux: clean up |state_| variablemagjed2014-11-062-16/+6
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-272-8/+8
* replace OVERRIDE and FINAL with override and final in media/mostynb2014-10-073-8/+8
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in [c-n]*/thestig2014-09-131-1/+1
* Linux video capture: handle devices that don't enumerate any frame ratesmagjed2014-09-093-7/+17
* Add ToString function for media::VideoCaptureFormatmagjed2014-09-041-4/+1
* Add support for pixel format UYVY in Linux video capturemagjed2014-09-031-1/+5
* Log error messages in windows video capturemagjed2014-09-011-1/+0
* Fix 'except' and 'prefer' spelling.tnagel@chromium.org2014-07-161-1/+1
* VideoCaptureDeviceLinux: 2 tiny error printout addition.mcasas@chromium.org2014-07-032-1/+6
* VideoCaptureDevice: remove emtpy static methods that are now implemented in t...mcasas@chromium.org2014-06-071-24/+0
* Check that capture_device_ is valid before setting the rotation on itzork@chromium.org2014-06-061-1/+2
* VideoCaptureFormat: change frame rate from integer to float.mcasas@chromium.org2014-06-051-6/+8
* Fix DCHECK triggered when using a webcam on debug buildsrobert.bradford@intel.com2014-06-042-3/+4
* VideoCaptureDeviceFactory: change device enumeration to callback + QTKit enum...mcasas@chromium.org2014-06-032-6/+13
* Add OnDisplayMetricsChanged in DisplayObserver.mlamouri@chromium.org2014-05-221-5/+6
* Revert of Add OnDisplayMetricsChanged in DisplayObserver. (https://codereview...zea@chromium.org2014-05-201-6/+5
* Add OnDisplayMetricsChanged in DisplayObserver.mlamouri@chromium.org2014-05-201-5/+6
* Add a ChromeOS implementation of VideoCaptureDevice that is aware of the rota...zork@chromium.org2014-05-206-3/+196
* VideoCaptureDevice{Linux,Android}: extract Factory methods to class.mcasas@chromium.org2014-05-154-144/+242
* V4L2: Connect antibanding/anti-flicker where supportedmcasas@chromium.org2014-04-071-0/+13
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-172-42/+39
* Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c...jochen@chromium.org2014-03-152-39/+42
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-142-42/+39
* Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c...thakis@chromium.org2014-03-142-39/+42
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-142-42/+39
* Implement IPCs and VideoCapture::Client interfaces for texture capturesheu@chromium.org2014-02-281-3/+3
* Reland CL to implement browser-side logging to WebRtc log.vrk@chromium.org2014-01-291-1/+1