summaryrefslogtreecommitdiffstats
path: root/media/video/capture
Commit message (Expand)AuthorAgeFilesLines
* Folder shuffle media/capture -> media/capture/content and media/video/captur...mcasas2015-07-1763-9499/+0
* Remove legacy StartsWithASCII function.brettw2015-07-161-1/+2
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-162-4/+6
* Revert of Remove some legacy versions of StartsWith and EndsWith. (patchset #...yosin2015-07-162-6/+4
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-162-4/+6
* media: extract Format and ColorSpace enum from VideoFrame.dongseong.hwang2015-07-1330-135/+164
* Replace base::str[n]casecmp with helper functions.brettw2015-07-101-1/+1
* [Android] Filter the unknown type in function GetDeviceSupportedFormatsguanxian.li2015-07-102-8/+2
* Cleanup - switch to consistent static annotation.ajose2015-07-063-4/+4
* Mark VideoCaptureDeviceTest.GetDeviceSupportedFormats failing on Androidjohnme2015-07-021-1/+7
* clang/win: Fix warnings to prepare for building without -Wno-reorder.sammc2015-07-021-5/+2
* Make VideoCaptureFormat::ToString static.ajose2015-07-015-7/+11
* Win Video Capture: Adding Kinoni EpocCam cameras to the blacklistmcasas2015-06-291-8/+13
* VideoCaptureParams: |use_gpu_memory_buffers| flag and FakeVCD adaptationmcasas2015-06-264-29/+24
* Reland: Video Capture: extract storage info from pixel format in VideoCapture...mcasas2015-06-255-23/+35
* Revert of Video Capture: extract storage info from pixel format in VideoCaptu...dcheng2015-06-245-32/+18
* Video Capture: extract storage info from pixel format in VideoCaptureFormat.mcasas2015-06-245-18/+32
* VideoCaptureDevice::Client::Buffer remove GetType() and changes signature of ...mcasas2015-06-183-8/+7
* media: Migrate callers of message_loop_proxy() to task_runner()skyostil2015-06-171-1/+1
* Add VideoCaptureDevice::Client::GetBufferPoolUtilization()miu2015-06-133-0/+7
* Move EndsWith to base namespace.brettw2015-06-122-3/+4
* VideoFrame: extract AccessType from StorageType, allow clients to add DmaBuf ...mcasas2015-06-122-0/+5
* Move StartsWith[ASCII] to base namespace.brettw2015-06-121-1/+1
* This CL fixes some issues that came up Video Capture Device unittest, where i...emircan2015-06-101-6/+6
* FakeVideoCaptureDevice: Regulate framerate without driftingmagjed2015-06-102-13/+34
* FileVideoCaptureDevice: If frames are lagging behind, don't try to catch upmagjed2015-06-081-0/+4
* FileVideoCaptureDevice: Regulate framerate without driftingmagjed2015-06-042-8/+10
* Initialize AVFoundation explicitly instead of implicitly via IsAVFoundationSu...tommi2015-05-272-1/+5
* Extract re-usable InitializeMediaFoundation()wdzierzanowski2015-05-271-16/+2
* Revert of Extract re-usable InitializeMediaFoundation() (patchset #3 id:40001...scottmg2015-05-261-2/+16
* Extract re-usable InitializeMediaFoundation()wdzierzanowski2015-05-261-16/+2
* Send bytes_used of v4l2 captured frame when video capturekcwu2015-05-256-3/+38
* Subject .mm files to the header sorting presubmittapted2015-05-192-2/+2
* Getting rid of duplicate includes from media/anujk.sharma2015-05-145-8/+0
* This CL fixes some issues that came up Video Capture Device unittest, where i...emircan2015-05-061-36/+43
* VideoCaptureBufferPool: Check pixel format when allocating. Provide Type in a...mcasas2015-05-053-0/+6
* win: Ref-counted classes should have non-public destructors, media/ edition.thakis2015-05-018-89/+97
* Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in src/media.anujk.sharma2015-04-304-8/+13
* Add task runners to more testsskyostil2015-04-291-1/+4
* Revert of [media] Replace MessageLoopProxy usage with ThreadTaskRunnerHandle ...xhwang2015-04-274-14/+9
* Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in src/media.anujk.sharma2015-04-274-9/+14
* Reland: VideoCapture: add support for GpuMemoryBuffer allocation and lifetime...mcasas2015-04-227-132/+154
* Revert of VideoCapture: add support for GpuMemoryBuffer allocation and lifeti...magjed2015-04-227-154/+132
* VideoCapture: add support for GpuMemoryBuffer allocation and lifetime mgmt in...mcasas2015-04-217-132/+154
* Apply automated fixits for Chrome clang plugin to views_unittests.dcheng2015-04-2110-83/+86
* Revert of Mac Video Capture AVFoundation: Calculate compressed frame size for...magjed2015-04-151-27/+0
* VideoCaptureBufferPool: Refactor to allow support of non-ShMem backed buffersmcasas2015-04-094-8/+7
* Add support for the USB2-Live and Avermedia Analog capture devices by constru...ken.strickland2015-04-035-161/+85
* Filter in Capture device with pixel format RGB3 to make WebcamStudio virtual ...qiangchen2015-03-311-0/+1
* FakeVideoCaptureDevice: cleanup, adding 'Direct' capture API, unit tests.mcasas2015-03-304-221/+255