summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/media/video_capture_controller.cc
Commit message (Expand)AuthorAgeFilesLines
* media: extract Format and ColorSpace enum from VideoFrame.dongseong.hwang2015-07-131-4/+5
* Reland: Video Capture: extract storage info from pixel format in VideoCapture...mcasas2015-06-251-1/+0
* Revert of Video Capture: extract storage info from pixel format in VideoCaptu...dcheng2015-06-241-0/+1
* Video Capture: extract storage info from pixel format in VideoCaptureFormat.mcasas2015-06-241-1/+0
* VideoCapture: merge IPC VideoCaptureMsg_BufferReady and VideoCaptureMsg_Mailb...mcasas2015-06-191-21/+16
* VideoCaptureParams: add flag for hinting capture using GpuMemoryBuffers & fla...mcasas2015-06-161-3/+4
* VideoFrame: extract AccessType from StorageType, allow clients to add DmaBuf ...mcasas2015-06-121-2/+2
* RESOURCE_UTILIZATION in VideoFrameMetadata, a consumer feedback signal.miu2015-06-081-1/+23
* Relanding 1143663007: VideoFrame: Separate Pixel Format from Storage Type.mcasas2015-05-291-2/+2
* Revert "VideoFrame: Segregate Pixel Format and Storage Type."Matt Mueller2015-05-291-2/+2
* VideoFrame: Segregate Pixel Format and Storage Type.mcasas2015-05-291-2/+2
* VideoCaptureDeviceAndroid: Change a DCHECK into a DLOG_IF(WARNING)mcasas2015-05-071-1/+1
* media: Let VideoFrame carry more than one native texture.dcastagna2015-05-071-6/+4
* Reland: VideoCapture: add support for GpuMemoryBuffer allocation and lifetime...mcasas2015-04-221-28/+14
* Revert of VideoCapture: add support for GpuMemoryBuffer allocation and lifeti...magjed2015-04-221-14/+28
* VideoCapture: add support for GpuMemoryBuffer allocation and lifetime mgmt in...mcasas2015-04-211-28/+14
* VideoCaptureHost/VideoCaptureControllerEventHandler cleanupmcasas2015-03-171-37/+21
* [EXPERIMENTAL] Video Capture: Wrap captured frames in GpuMemoryBuffer allowin...mcasas2015-03-061-344/+39
* Add metadata to media::VideoFrame and plumb it through IPC/MediaStream.miu2015-03-031-18/+36
* Reland:Refactored pixel format resize operations in media/video/capture into ...emircan2015-02-201-0/+4
* VideoCaptureDevice: refactor Client::Buffer into an interfacemcasas2015-02-201-8/+19
* VideoCaptureDevice: Client and Unittests cleanupmcasas2015-02-181-55/+42
* media: VideoFrame: add offset for shared memory bufferslionel.g.landwerlin2015-02-091-0/+1
* Revert of Refactored pixel format resize operations in media/video/capture i...phoglund2015-02-071-4/+0
* Refactored pixel format resize operations in media/video/capture into a func...emircan2015-02-071-0/+4
* Don't forward frames that can't be converted to I420.perkj2015-02-041-16/+22
* Mechanical rename of tracing includes for /content [1/3]ssid2015-01-281-1/+1
* Add camera color format to webrtc logs.magjed2015-01-171-1/+12
* Add PIXEL_FORMAT_NV12 into VideoPixelFormatzhaoze.zhou2014-12-091-0/+4
* Revert "VideoCaptureController: some cleanup, added more thread checks."perkj2014-12-091-56/+61
* VideoCaptureController: some cleanup, added more thread checks.mcasas2014-12-081-61/+56
* Remove ImageTransportFactoryAndroidsievers2014-11-261-6/+6
* Deprecate browser-side EstablishGpuChannelSync on Androidsievers2014-11-251-4/+5
* Standardize usage of virtual/override/final in content/browser/dcheng2014-10-211-18/+15
* VideoCapture: Sort VideoPixelFormat in order of preferencemagjed2014-10-201-3/+0
* VideoCaptureManager: registering UMA no-frames-produced-by-source as Media.Vi...mcasas2014-10-151-4/+3
* Replacing the OVERRIDE with override and FINAL with final in content/browser/...mohan.reddy2014-10-071-7/+7
* Currently when WebRTC isn't visible (app is in background or tab is not visib...michaelbai2014-10-021-3/+34
* Move UMA Media.VideoTrackAdapter.FramesReceived to VideoCaptureController.perkj2014-09-051-19/+19
* Log error messages in windows video capturemagjed2014-09-011-2/+8
* Video capture frame size: separate coded size and visible size.Haixia Shi2014-08-291-1/+2
* Remove implicit conversions from scoped_refptr to T* in content/browser/rende...dcheng2014-08-261-3/+3
* "Buttery Smooth" Tab Capture.miu@chromium.org2014-08-051-5/+2
* Android media: VideoFrame should not store so many sync points.dongseong.hwang@intel.com2014-07-221-7/+45
* Mac Video Capture: Connect error logging to WebRTC Log.mcasas@chromium.org2014-05-301-0/+6
* Revert of Round up the destination buffer instead of chopping 1 pixel when th...jiayl@chromium.org2014-05-021-22/+17
* Remove 'AVOID_LIBYUV_FOR_ANDROID_WEBVIEW'michaelbai@chromium.org2014-04-301-10/+0
* Round up the destination buffer instead of chopping 1 pixel when the frame ha...jiayl@chromium.org2014-04-301-17/+22
* HW Video: Make media::VideoFrame handle the sync point of the compositor as w...dongseong.hwang@intel.com2014-04-301-3/+5
* Fixes a NULL-ptr-deref crash in VideoCaptureController.jiayl@chromium.org2014-04-071-2/+10