summaryrefslogtreecommitdiffstats
path: root/remoting/host/video_frame_capturer_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Move screen capturers to remoting/capturer.sergeyu@chromium.org2012-12-181-627/+0
* Capturing and encoding time are now calculated by the thread doing the operat...alexeypa@chromium.org2012-11-281-3/+12
* Renamed VideoFrameCapturer::CaptureInvalidRegion() to VideoFrameCapturer::Cap...alexeypa@chromium.org2012-11-281-2/+2
* Adding support of shared memory buffers to the video capturer (Windows only).alexeypa@chromium.org2012-11-201-12/+74
* Tweak VideoFrameCapturer::Create() to return a scoped_ptr.wez@chromium.org2012-11-201-2/+2
* Unselect GDI bitmaps after use to make sure that the device context and bitma...alexeypa@chromium.org2012-11-121-6/+10
* Brushing up video capturers to make them more uniform.alexeypa@chromium.org2012-11-101-144/+124
* Converted VideoFrameCapturer callbacks into a VideoFrameCapturer::Delegate in...alexeypa@chromium.org2012-11-081-22/+20
* Check CreateDIBSection() result in VideoFrameCapturerWin.wez@chromium.org2012-11-021-2/+12
* Convert cursors captured on Windows to premultiplied alpha.wez@chromium.org2012-11-011-6/+15
* Moving Windows-only files: remoting/host -> remoting/host/win.alexeypa@google.com2012-07-301-4/+4
* Make sure VideoFrameBufferWin::VideoFrameBuffer::resource_generation is prope...alexeypa@chromium.org2012-07-241-14/+15
* Removing unused and private methods remoting::Capturer interface.alexeypa@chromium.org2012-07-201-23/+6
* Rename Capturer to VideoFrameCapturer.alexeypa@chromium.org2012-07-191-0/+571