summaryrefslogtreecommitdiffstats
path: root/media/video/capture/mac
Commit message (Expand)AuthorAgeFilesLines
* Move EndsWith to base namespace.brettw2015-06-121-2/+3
* Initialize AVFoundation explicitly instead of implicitly via IsAVFoundationSu...tommi2015-05-271-0/+1
* Subject .mm files to the header sorting presubmittapted2015-05-192-2/+2
* Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in src/media.anujk.sharma2015-04-302-3/+5
* Add task runners to more testsskyostil2015-04-291-1/+4
* Revert of [media] Replace MessageLoopProxy usage with ThreadTaskRunnerHandle ...xhwang2015-04-272-6/+4
* Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in src/media.anujk.sharma2015-04-272-4/+6
* Revert of Mac Video Capture AVFoundation: Calculate compressed frame size for...magjed2015-04-151-27/+0
* Plugin Power Saver: Replace all "plug-in" with "plugin" for consistency.tommycli2015-03-161-5/+5
* Cast: Basic cast_receiver API for chrome.hubbe2015-02-253-3/+3
* Mac Video Capture AVFoundation: Calculate compressed frame size for MJPEG.magjed2015-02-201-0/+27
* mac: Add profiling for VideoCaptureDeviceFactoryMac::EnumerateDeviceNameserikchen2015-02-131-0/+17
* Assert RendererScheduler thread usagejdduke2015-02-061-1/+1
* Revert of Mac Video Capture: Add support for pixel format NV12 for AVFoundati...magjed2015-02-051-28/+3
* Move mcasas@ to OWNERS of media/video/capturemcasas2015-01-301-1/+0
* Mac Video Capture: Add support for pixel format NV12 for AVFoundationmagjed2015-01-301-3/+28
* Mac Video Capture: Prefer MJPEG above certain resolution for AVFoundationmagjed2015-01-202-41/+93
* Revert "Mac Video Capture: Change pixel format preference for AVFoundation"magjed2015-01-192-93/+41
* Mac Video Capture: Change pixel format preference for AVFoundationmagjed2015-01-172-41/+93
* Remove extra device enumeration on Mac.perkj2015-01-131-17/+0
* Update {virtual,override,final} for media/ to follow C++11 style.dcheng2015-01-091-1/+1
* Cleanup: Update the path to gfx size headers.tfarina2015-01-033-4/+4
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-231-1/+1
* Fix a bug where we would fail to unlock the frame buffer in avfoundation vide...tommi2014-11-241-5/+9
* Use factory method to create VideoCaptureDeviceFactory .sl.ostapenko2014-11-241-0/+7
* Mac Video Capture: Avoid enumerating Blackmagic devices via AVFoundationmcasas2014-10-301-16/+26
* Sort out mcasas@ as OWNER of filesmcasas2014-10-211-0/+1
* Standardize usage of virtual/override/final in media/dcheng2014-10-214-22/+20
* Video capture: Refactor GetBestMatchedFormatmagjed2014-10-141-24/+16
* 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-074-13/+13
* Mac Video Capture: Support for Blackmagic DeckLink SDK video capture.mcasas2014-10-013-31/+371
* Mac VideoCapture: Support for Blackmagic DeckLink device & capabilities enume...mcasas2014-09-226-4/+252
* Remove implicit conversions from scoped_refptr to T* in media/dcheng2014-09-201-1/+3
* 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-041-4/+1
* Log error messages in windows video capturemagjed2014-09-011-1/+0
* Mac Video Capture: correct float framerate wrongly casted to intmcasas2014-09-011-1/+1
* Mac QTKit video capture: Correct DCHECK #inputs==1 locationmcasas2014-08-251-1/+1
* Mac QTKit Video Capture: Run QTCaptureSession teardown in UI thread, clean up...mcasas@chromium.org2014-08-213-30/+28
* Mac Video Capture: Change an ErrorMessage to LogMessagemcasas@chromium.org2014-08-182-2/+15
* Mac QTKit Video Capture: Force BlackMagic cameras to be opened in HDmcasas@chromium.org2014-08-142-12/+42
* Mac Video Capture: expose --enable-avfoundation as tristate in chrome://flagsmcasas@chromium.org2014-08-121-3/+0
* Mac Video Capture: correct to float the erroneous handling of frame rate as int.mcasas@chromium.org2014-08-125-11/+21
* Fix force-qtkit flag on dev channelvrk@chromium.org2014-07-251-5/+21
* AVFoundation video capture: blacklisting micro fixmcasas@chromium.org2014-07-171-1/+1
* Mac VideoCapture: return empty GetModel() for non-USB non-built-in cameras.mcasas@chromium.org2014-07-096-10/+78
* Mac AVFoundation: Blackmagic camera blacklisting updatemcasas@chromium.org2014-07-081-12/+7
* Mac AVFoundation Video Capture: float frame ratemcasas@chromium.org2014-07-031-1/+1