aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/desktop_capture
AgeCommit message (Expand)Author
2015-12-18Defines for ARM and MIPS CPU types.kjellander
2015-12-17Don't call the Pass methods of rtc::Buffer, rtc::scoped_ptr, and rtc::ScopedV...kwiberg
2015-12-10clang/win: Fix -Wextra warnings in webrtc.thakis
2015-11-10If a desktop captured window switches on/off it full screen mode, the capture...gyzhou
2015-10-28system_wrappers: rename interface -> includeHenrik Kjellander
2015-10-27Use webrtc/base/checks.h in desktop_capture.pbos
2015-10-02WebRtc Win Desktop capture: ignore Win8+ Modern Apps' windows.gyzhou
2015-09-17Add RTC_ prefix to (D)CHECKs and related macros.henrikg
2015-09-16Add RTC_ prefix to contructormagic macros.henrikg
2015-09-05Fix ScreenCapturerWinGdi to handle DesktopFrameWin::Create() errors.sergeyu
2015-09-02GN: Fix compilation with NaCl toolchainsergeyu
2015-09-01Fixes for PNaCl build of remoting client plugin with GN.Sergey Ulanov
2015-07-16Enable cropping window capturing for Win7 when Aero is disabled.Jiayang Liu
2015-07-09Removed some unused variables in Windows code.mgiuca
2015-07-02Fix some clang warnings with -Wmissing-braces in WebRTC.dcheng
2015-06-11Fix WebRTC window-capture to check for maximized state correctly.Peter Kasting
2015-06-04Use one scoped_refptr.Peter Boström
2015-06-01Fix an apparent typo in a unittest that caused it to not actually check the n...Peter Kasting
2015-05-25PRESUBMIT: Improve PyLint check and add GN format check.Henrik Kjellander
2015-05-18Make the BlockDifference() functions return DiffInfo as their callers expect.Peter Kasting
2015-05-08mac: Explicitly redeclare methods only available on 10.7+.Jiayang Liu
2015-04-24Do not use Magnifier if there are multiple screens since it sometimes crashes.Jiayang Liu
2015-04-16Fix unknown option '-msse2' warningHenrik Kjellander
2015-03-04Roll chromium_revision e144d30..6fdb142 (318658:318841) + remove OVERRIDE macrokjellander@webrtc.org
2015-02-26Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going awaykwiberg@webrtc.org
2015-02-23Roll chromium_revision b0c3ed3..2c3ffb2 (316737:317530)kjellander@webrtc.org
2015-01-21GN: Prepare to remove webrtc_base targetkjellander@webrtc.org
2015-01-14Remove COMPILE_ASSERT and use static_assert everywherekwiberg@webrtc.org
2015-01-14Move system_wrappers.gyp files to the proper directory.andresp@webrtc.org
2015-01-13Unify the two copies of compile_assert.hkwiberg@webrtc.org
2015-01-12Use int64_t more consistently for times, in particular for RTT values.pkasting@chromium.org
2014-12-19GN: Fix build for Mackjellander@webrtc.org
2014-11-12Fix a platform check to use WEBRTC_WIN instead of OS_WIN.jiayl@webrtc.org
2014-11-11Use ScreenCapturer to capture the whole and clip to the window rect when the ...jiayl@webrtc.org
2014-10-02Remove mouse cursor capturer from the ScreenCapturer interfacesergeyu@chromium.org
2014-10-02Revert "Remove mouse cursor capturer from the ScreenCapturer interface"sergeyu@chromium.org
2014-10-02Remove mouse cursor capturer from the ScreenCapturer interfacesergeyu@chromium.org
2014-10-01Add error trap for XFixesGetCursorImage()sergeyu@chromium.org
2014-09-28GN: Add common configs to all targets.kjellander@webrtc.org
2014-09-24Add missing DesktopConfigurationMonitor Unlock in webrtc::ScreenCapturerMacjiayl@webrtc.org
2014-09-17The 2x2 black frame on windows when the shared window is minimized caused an ...jiayl@webrtc.org
2014-09-16Add a target for the approved subset of rtc_base.andrew@webrtc.org
2014-09-15Fix memory leak in webrtc::MouseCursorMonitorMacsergeyu@chromium.org
2014-09-11Fix window capturing on Windows when the window is minimized.jiayl@webrtc.org
2014-09-10Convert GN visibility to be lists.brettw@chromium.org
2014-09-04Add direct_dependent_config to desktop_capture in GN build.brettw@chromium.org
2014-09-04Change gflags and gmock includes to be full paths.kjellander@webrtc.org
2014-08-25GN: Disable Chromium clang plugins for standalone build.kjellander@webrtc.org
2014-08-18Remove trailing null character from std::stringjiayl@webrtc.org
2014-08-15Set updated_rect for frames generated by WindowCapturer implementationswsergeyu@chromium.org