summaryrefslogtreecommitdiffstats
path: root/content/browser/media/capture/aura_window_capture_machine.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove .get() on scoped_[ref]ptr<> checks for null-ness.wez2016-03-231-4/+4
* Move gl_helper to content/browser/compositorfsamuel2016-03-171-1/+1
* cursor_renderer: snapshot bitmap only when neededisheriff2016-03-101-1/+1
* Convert Pass()→std::move() in //content/browserdcheng2015-12-261-2/+3
* Remove dead code paths around PIXEL_STORAGE_TEXTURE in capture pipeline.miu2015-11-171-34/+1
* cast: support cursor rendering for tab captureisheriff2015-11-101-140/+25
* Modified old wait sync point functions to also accept new sync tokens.dyen2015-11-031-16/+11
* Extend VideoCaptureDevice::Client::OnError() to have a tracked_objects::Locat...mcasas2015-10-301-1/+1
* Fix window capture drawing cursor pointing to the hidden content.xjz2015-10-201-0/+11
* Fix window capture drawing the mouse cursor in wrong position.xjz2015-10-151-23/+18
* Crash-fix: AuraWindowCaptureMachine WeakPtrs managed/used only on UI threadmiu2015-10-131-9/+36
* Crash fix for window closed during Aura window capture.miu2015-09-031-3/+3
* Merge media::VideoCapturePixelFormat with media::VideoPixelFormatemircan2015-09-011-1/+1
* Folder shuffle media/capture -> media/capture/content and media/video/captur...mcasas2015-07-171-2/+2
* media: extract Format and ColorSpace enum from VideoFrame.dongseong.hwang2015-07-131-2/+2
* Reland: Video Capture: extract storage info from pixel format in VideoCapture...mcasas2015-06-251-2/+4
* Revert of Video Capture: extract storage info from pixel format in VideoCaptu...dcheng2015-06-241-4/+2
* Video Capture: extract storage info from pixel format in VideoCaptureFormat.mcasas2015-06-241-2/+4
* Move ContentVideoCaptureDeviceCore from src/content to src/mediajiajia.qin2015-06-171-11/+39
* VideoFrame cleanup: change |allow_overlay_| to metadata and |has_alpha| to Fo...mcasas2015-06-111-1/+2
* Reduce rate of, and de-dupe, timer-poll based captures.miu2015-05-281-1/+9
* Add distinction between RGB and RGBA native texture video frame and resourceshalliwell2015-05-131-1/+1
* media: Let VideoFrame carry more than one native texture.dcastagna2015-05-071-3/+2
* favor DCHECK_CURRENTLY_ON for better logs in content/browsermostynb2015-03-261-7/+7
* content: Split out VideoCaptureMachine from DesktopCaptureDeviceAurarobert.bradford2015-03-171-0/+450