summaryrefslogtreecommitdiffstats
path: root/media/video
Commit message (Expand)AuthorAgeFilesLines
* Revert of Mac Video Capture AVFoundation: Calculate compressed frame size for...magjed2015-04-151-27/+0
* Add VDA supported profile to GPUInfohenryhsu2015-04-106-6/+35
* 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
* This CL adds support for MEDIASUBTYPE_RGB32 in Windows platform.emircan2015-03-282-7/+22
* fake_video_capture_device_factory.cc: Change loop to range basedqiangchen2015-03-271-2/+2
* I extended the current CaptureAPIType exposure on chrome://media-internals pa...emircan2015-03-245-26/+58
* Reland 967793002 Linux Video Capture: Add V4L2VideoCaptureDelegate{Single,Mul...mcasas2015-03-2315-442/+976
* Revert of Linux Video Capture: Add V4L2VideoCaptureDelegate{Single,Multi}Plan...perkj2015-03-2314-971/+442
* Linux Video Capture: Add V4L2VideoCaptureDelegate{Single,Multi}Plane.mcasas2015-03-2014-442/+971
* Increase VIDIOC_REQBUFS count from 2 to 4jchuang2015-03-191-5/+6
* FileVideoCaptureDevice: better error mgmt if !File.IsValid()mcasas2015-03-182-4/+10
* Plugin Power Saver: Replace all "plug-in" with "plugin" for consistency.tommycli2015-03-161-5/+5
* base: Remove operator& from ScopedVariant and ScopedPropVariant.danakj2015-03-102-3/+3
* Add metadata to media::VideoFrame and plumb it through IPC/MediaStream.miu2015-03-033-7/+4
* Revert: Issue 545053002: Add still image capture interface for VideoCaptureDe...mcasas2015-02-263-74/+0
* Cast: Basic cast_receiver API for chrome.hubbe2015-02-2516-246/+14
* Reland:Refactored pixel format resize operations in media/video/capture into ...emircan2015-02-206-5/+55
* VideoCaptureDevice: refactor Client::Buffer into an interfacemcasas2015-02-201-10/+3
* Mac Video Capture AVFoundation: Calculate compressed frame size for MJPEG.magjed2015-02-201-0/+27
* VideoCaptureDevice: Client and Unittests cleanupmcasas2015-02-183-51/+49
* mac: Add profiling for VideoCaptureDeviceFactoryMac::EnumerateDeviceNameserikchen2015-02-131-0/+17
* clang/win: Fix compile error.Nico Weber2015-02-131-1/+1
* This cl change so that the if a capturer is started using MJPEG, the BITMAPIN...perkj2015-02-137-47/+75
* Fix ODR violations in media unit tests.thestig2015-02-102-81/+74
* Revert of Refactored pixel format resize operations in media/video/capture i...phoglund2015-02-076-51/+7
* Refactored pixel format resize operations in media/video/capture into a func...emircan2015-02-076-7/+51
* Assert RendererScheduler thread usagejdduke2015-02-061-1/+1
* Enumerate MJPEG as the prefered format if set.perkj2015-02-052-25/+33
* Revert of Mac Video Capture: Add support for pixel format NV12 for AVFoundati...magjed2015-02-051-28/+3
* Update {virtual,override,final} to follow C++11 style.dcheng2015-02-052-8/+8
* vaapi plumbing to allow hardware video overlaysachaulk2015-02-032-1/+17
* Move mcasas@ to OWNERS of media/video/capturemcasas2015-01-303-3/+2
* Mac Video Capture: Add support for pixel format NV12 for AVFoundationmagjed2015-01-301-3/+28
* reland: Plumb allow_overlay flag for video path into ccachaulk2015-01-292-3/+9
* Reland (2): Linux Video Capture: Add support for multiplanar YUV420 format en...mcasas2015-01-281-73/+105
* Revert of Plumb allow_overlay flag for video path into cc (patchset #3 id:800...jamescook2015-01-272-9/+3
* Plumb allow_overlay flag for video path into ccachaulk2015-01-272-3/+9
* Remove the use of DirectShow MJPG filter.perkj2015-01-274-42/+19
* Adds fake hardware video encoder.hellner2015-01-232-0/+225
* Update {virtual,override,final} to follow C++11 style in media, round 2.dcheng2015-01-232-8/+6
* 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
* Revert "Relanding: Linux Video Capture: Add support for multiplanar YUV420 fo...perkj2015-01-151-105/+73
* Reland: Add accelerated video decoder interface, VP8 and H.264 implementation...posciak2015-01-151-3/+2
* Revert of Add accelerated video decoder interface, VP8 and H.264 implementati...rockot2015-01-141-2/+3
* VideoCaptureFormat::PixelFormatToString: Fix string for UYVYmagjed2015-01-141-1/+1