Sign in
webrtc
/
src
/
84be511ac0c047b5cf7b2797fe2de38ba714c656
/
webrtc
/
modules
/
desktop_capture
84be511
Replace the remaining scoped_ptr with unique_ptr in webrtc/modules/
by kwiberg
· 9 years ago
52d4e6b
Revert of Replace the remaining scoped_ptr with unique_ptr in webrtc/modules/ (patchset #1 id:40001 of https://codereview.webrtc.org/1921233002/ )
by terelius
· 9 years ago
2c27a06
Replace the remaining scoped_ptr with unique_ptr in webrtc/modules/
by kwiberg
· 9 years ago
1c7fdd8
Remove calls to ScopedToUnique and UniqueToScoped
by kwiberg
· 9 years ago
4485ffb
#include "webrtc/base/constructormagic.h" where appropriate
by kwiberg
· 9 years ago
809dcb4
Modify ScreenCaptureFrameQueue into a template
by zijiehe
· 9 years ago
4fb3d2b
Add defaulted move constructors for some types that just got copy constructors
by kwiberg
· 9 years ago
1bcb8f0
Revert of Modify ScreenCaptureFrameQueue into a template (patchset #10 id:170001 of https://codereview.webrtc.org/1902323002/ )
by torbjorng
· 9 years ago
34cad48
Modify ScreenCaptureFrameQueue into a template
by zijiehe
· 9 years ago
6acd9f4
Cleanup webrtc/modules/desktop_capture
by sergeyu
· 9 years ago
470dd37
Roll chromium_revision 212f976fef..61ed337cfe (387882:388120)
by kjellander
· 9 years ago
6391149
Revert of Fix screen capturers to initialize on the same thread on which Start() is called. (patchset #3 id:80001 of https://codereview.webrtc.org/1861893002/ )
by guidou
· 9 years ago
e8d4b7d
Fix screen capturers to initialize on the same thread on which Start() is called.
by sergeyu
· 9 years ago
0c4de56
Fix potential crashes in the screen capturer on Mac
by Sergey Ulanov
· 9 years ago
1d19441
Replace RefCountImpl with rtc::RefCountedObject.
by Peter Boström
· 9 years ago
94a23f0
Reland "Add check_deps rules in DEPS files."
by kjellander@webrtc.org
· 9 years ago
2bb3afa
Replace scoped_ptr with unique_ptr in webrtc/modules/desktop_capture/
by kwiberg
· 9 years ago
56cf60e
Revert of Add check_deps rules in DEPS files. (patchset #2 id:60001 of https://codereview.webrtc.org/1796413002/ )
by kjellander
· 9 years ago
086f851
Add check_deps rules in DEPS files.
by kjellander@webrtc.org
· 9 years ago
77f3e0d
Screen was flickering when the picker for desktop medias showed up in Windows platform. Keeping track of window size for each window so that BitBlt() instead of PrintWindow() will be called for windows with unchanged sizes.
by gyzhou
· 9 years ago
cc9669c
Cleanup shared memory handling in DesktopCapturer interface.
by sergeyu
· 9 years ago
3a6bf2d
Enable full screen windows to be shown in window picker for mac. Before this patch a full screen window can be shared if sharing is started before the window is entered into full screen mode, but not if it's already in full screen.
by niklas.enbom
· 9 years ago
9b7fc7f
Defines for ARM and MIPS CPU types.
by kjellander
· 9 years ago
0eb15ed
Don't call the Pass methods of rtc::Buffer, rtc::scoped_ptr, and rtc::ScopedVector
by kwiberg
· 9 years ago
61a90f9
clang/win: Fix -Wextra warnings in webrtc.
by thakis
· 9 years ago
c94bd9b
If a desktop captured window switches on/off it full screen mode, the capture may be unexpectedly terminated. During the transition of full screen mode on/off, the window can be temporarily invisible.
by gyzhou
· 9 years ago
98f5351
system_wrappers: rename interface -> include
by Henrik Kjellander
· 9 years ago
4f847da
Use webrtc/base/checks.h in desktop_capture.
by pbos
· 9 years ago
371dc7e
WebRtc Win Desktop capture: ignore Win8+ Modern Apps' windows.
by gyzhou
· 9 years ago
91d6ede
Add RTC_ prefix to (D)CHECKs and related macros.
by henrikg
· 10 years ago
3c089d7
Add RTC_ prefix to contructormagic macros.
by henrikg
· 10 years ago
d5ae6ae
Fix ScreenCapturerWinGdi to handle DesktopFrameWin::Create() errors.
by sergeyu
· 10 years ago
4df08ff
GN: Fix compilation with NaCl toolchain
by sergeyu
· 10 years ago
098c1de
Fixes for PNaCl build of remoting client plugin with GN.
by Sergey Ulanov
· 10 years ago
d848d5e
Enable cropping window capturing for Win7 when Aero is disabled.
by Jiayang Liu
· 10 years ago
e987a47
Removed some unused variables in Windows code.
by mgiuca
· 10 years ago
a771bf8
Fix some clang warnings with -Wmissing-braces in WebRTC.
by dcheng
· 10 years ago
7faba36
Fix WebRTC window-capture to check for maximized state correctly.
by Peter Kasting
· 10 years ago
26b0860
Use one scoped_refptr.
by Peter Boström
· 10 years ago
907bfb2
Fix an apparent typo in a unittest that caused it to not actually check the new window list it fetched.
by Peter Kasting
· 10 years ago
57e5fd2
PRESUBMIT: Improve PyLint check and add GN format check.
by Henrik Kjellander
· 10 years ago
79b2e06
Make the BlockDifference() functions return DiffInfo as their callers expect.
by Peter Kasting
· 10 years ago
54adb28
mac: Explicitly redeclare methods only available on 10.7+.
by Jiayang Liu
· 10 years ago
12e0329
Do not use Magnifier if there are multiple screens since it sometimes crashes.
by Jiayang Liu
· 10 years ago
f2497cf
Fix unknown option '-msse2' warning
by Henrik Kjellander
· 10 years ago
14665ff
Roll chromium_revision e144d30..6fdb142 (318658:318841) + remove OVERRIDE macro
by kjellander@webrtc.org
· 10 years ago
00b8f6b
Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going away
by kwiberg@webrtc.org
· 10 years ago
7227391
Roll chromium_revision b0c3ed3..2c3ffb2 (316737:317530)
by kjellander@webrtc.org
· 10 years ago
c429b82
GN: Prepare to remove webrtc_base target
by kjellander@webrtc.org
· 10 years ago
2ebfac5
Remove COMPILE_ASSERT and use static_assert everywhere
by kwiberg@webrtc.org
· 10 years ago
86e1e48
Move system_wrappers.gyp files to the proper directory.
by andresp@webrtc.org
· 10 years ago
3df38b4
Unify the two copies of compile_assert.h
by kwiberg@webrtc.org
· 10 years ago
16825b1
Use int64_t more consistently for times, in particular for RTT values.
by pkasting@chromium.org
· 10 years ago
556caff
GN: Fix build for Mac
by kjellander@webrtc.org
· 10 years ago
90b9b08
Fix a platform check to use WEBRTC_WIN instead of OS_WIN.
by jiayl@webrtc.org
· 10 years ago
0e71070
Use ScreenCapturer to capture the whole and clip to the window rect when the shared window is on the top.
by jiayl@webrtc.org
· 10 years ago
5fa8c45
Remove mouse cursor capturer from the ScreenCapturer interface
by sergeyu@chromium.org
· 10 years ago
6138f0f
Revert "Remove mouse cursor capturer from the ScreenCapturer interface"
by sergeyu@chromium.org
· 10 years ago
1fced0f
Remove mouse cursor capturer from the ScreenCapturer interface
by sergeyu@chromium.org
· 10 years ago
76819d3
Add error trap for XFixesGetCursorImage()
by sergeyu@chromium.org
· 10 years ago
f21ea91
GN: Add common configs to all targets.
by kjellander@webrtc.org
· 10 years ago
e1bba60
Add missing DesktopConfigurationMonitor Unlock in webrtc::ScreenCapturerMac
by jiayl@webrtc.org
· 10 years ago
d91608d
The 2x2 black frame on windows when the shared window is minimized caused an assert from vp8 and may lead to memroy corruption.
by jiayl@webrtc.org
· 11 years ago
6ae5a6d
Add a target for the approved subset of rtc_base.
by andrew@webrtc.org
· 11 years ago
b3cbeb3
Fix memory leak in webrtc::MouseCursorMonitorMac
by sergeyu@chromium.org
· 11 years ago
8995996
Fix window capturing on Windows when the window is minimized.
by jiayl@webrtc.org
· 11 years ago
0867f69
Convert GN visibility to be lists.
by brettw@chromium.org
· 11 years ago
afa77cd
Add direct_dependent_config to desktop_capture in GN build.
by brettw@chromium.org
· 11 years ago
3c0aae1
Change gflags and gmock includes to be full paths.
by kjellander@webrtc.org
· 11 years ago
42ee5b5
GN: Disable Chromium clang plugins for standalone build.
by kjellander@webrtc.org
· 11 years ago
047abc9
Remove trailing null character from std::string
by jiayl@webrtc.org
· 11 years ago
d402875
Set updated_rect for frames generated by WindowCapturer implementationsw
by sergeyu@chromium.org
· 11 years ago
bac5f0f
Fix an invalid memory access due to typo in win/cursor.cc.
by jiayl@webrtc.org
· 11 years ago
9bef551
GN: Fix include paths for WebRTC in Chromium build.
by kjellander@webrtc.org
· 11 years ago
10ef8fe
Create FullScreenChromeWindowDetector in DesktopConfigurationOptions::CreateDefault.
by jiayl@webrtc.org
· 11 years ago
12b4efe
Implement a work around for Chrome full-screen tab switch on Mac.
by jiayl@webrtc.org
· 11 years ago
93426cd
Implement BUILD.gn for desktop_capture.
by jiayl@webrtc.org
· 11 years ago
1227ab8
GN: Add BUILD.gn files + kjellander to OWNERS
by kjellander@webrtc.org
· 11 years ago
594aefa
Do not call CaptureCursor in ScreenCapturerWinGdi if no MouseShapeObserver.
by jiayl@webrtc.org
· 11 years ago
b8f5825
Use XErrorTrap in MouseCursorMonitorX11 to catch the error if the shared window has been closed.
by jiayl@webrtc.org
· 11 years ago
2bd032e
Disable MouseCursorMonitorTest
by henrik.lundin@webrtc.org
· 11 years ago
4ecae6e
Disable MouseCursorMonitorTest.FromScreen
by henrik.lundin@webrtc.org
· 11 years ago
27e884c
Disable MouseCursorMonitorTest due to flake on Windows.
by andrew@webrtc.org
· 11 years ago
1bb5da0
Adds missing include of assert header.
by henrike@webrtc.org
· 11 years ago
88fbb2d
Switch to using base/constructormagic.h and remove system_wrappers/interface/constructor_magic.h.
by henrike@webrtc.org
· 11 years ago
7ca277b
Initializes WINDOWPLACEMENT::length in GetCroppedWindowRect.
by jiayl@webrtc.org
· 11 years ago
2fa7f79
Revert 6202 "Switch to using base/constructormagic.h and remove ..."
by mcasas@webrtc.org
· 11 years ago
c2213b6
Revert 6208 "Patch from henrike@webrtc.org"
by mcasas@webrtc.org
· 11 years ago
86df8ac
Patch from henrike@webrtc.org
by mcasas@webrtc.org
· 11 years ago
125ffd7
Switch to using base/constructormagic.h and remove system_wrappers/interface/constructor_magic.h.
by henrike@webrtc.org
· 11 years ago
4220434
Implement the Windows screen capturer using the Magnification API.
by jiayl@webrtc.org
· 11 years ago
7dccce3
Revert 6048 "Implement the Windows screen capturer using the Mag..."
by tina.legrand@webrtc.org
· 11 years ago
b235c56
Implement the Windows screen capturer using the Magnification API.
by jiayl@webrtc.org
· 11 years ago
f2aafe4
Added include of assert.h for files calling assert but missing the include.
by henrike@webrtc.org
· 11 years ago
8f69330
Replace scoped_array<T> with scoped_ptr<T[]>.
by andrew@webrtc.org
· 11 years ago
cc1ba15
Returns a NULL frame on all platforms if the captured window is closed.
by jiayl@webrtc.org
· 11 years ago
3d9ec1f
Fix multi-monitor support in the screen capturer for Mac.
by sergeyu@chromium.org
· 11 years ago
7d055a6
Revert r5937 "Fix multi-monitor support in the screen capturer for Mac."
by sergeyu@chromium.org
· 11 years ago
be7585b
Fix multi-monitor support in the screen capturer for Mac.
by sergeyu@chromium.org
· 11 years ago
2c89b5c
Make everyone an OWNER for .gyp/.gypi add/delete purposes, non-talk/ edition.
by fischman@webrtc.org
· 11 years ago
Next »