文件最后提交记录最后更新时间
Use backticks not vertical bars to denote variables in comments for /modules/desktop_capture Bug: webrtc:12338 Change-Id: I300ba78fc4423db7030e555d7e51d2cb2246e9a4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/227162 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#34678} 4 年前
Use backticks not vertical bars to denote variables in comments for /modules/desktop_capture Bug: webrtc:12338 Change-Id: I300ba78fc4423db7030e555d7e51d2cb2246e9a4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/227162 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#34678} 4 年前
Reland "Migrate modules/desktop_capture and modules/video_capture to webrtc::Mutex." This is a reland of 44dd3d743517fe85212ba4f68bda1e78c2e6d7ec Original change's description: > Migrate modules/desktop_capture and modules/video_capture to webrtc::Mutex. > > Bug: webrtc:11567 > Change-Id: I7bfca17f91bf44151148f863480ce77804d53a04 > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/178805 > Commit-Queue: Markus Handell <handellm@webrtc.org> > Reviewed-by: Tommi <tommi@webrtc.org> > Cr-Commit-Position: refs/heads/master@{#31681} Bug: webrtc:11567 Change-Id: I03a32cb7194cffb9e678355c4af4d370b39384b3 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/179093 Reviewed-by: Tommi <tommi@webrtc.org> Commit-Queue: Markus Handell <handellm@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31716} 5 年前
Remove RTC_DISALLOW_COPY_AND_ASSIGN from modules/ Bug: webrtc:13555, webrtc:13082 Change-Id: I2c2cbcbd918f0cfa970c1a964893220ba11d4b41 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/247960 Reviewed-by: Artem Titov <titovartem@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: (Daniel.L) Byoungchan Lee <daniel.l@hpcnt.com> Cr-Commit-Position: refs/heads/main@{#35771} 4 年前
Make DesktopFrameCGImage::CreateFromCGImage() public CreateFromCGImage() is needed to be called directly when we move away from using the deprecated API that is used in CreateForWindow(). Bug: chromium:1471931 Change-Id: I28a2972a2a995103829fd9aff4bc1137a8b424b0 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/315324 Reviewed-by: Mark Foltz <mfoltz@chromium.org> Commit-Queue: Mark Foltz <mfoltz@chromium.org> Cr-Commit-Position: refs/heads/main@{#40563} 2 年前
Add 10.13 compatibility Apple renamed CGColorSpaceCopyICCProfile to CGColorSpaceCopyICCData in 10.13. If you compile code with a minimum OS required of 10.13 or newer, [-Werror,-Wdeprecated-declarations] will cause an error to occur on use of the function with the old name. Add a compile switch so that no error is emitted regardless of the deployment configuration. Bug: chromium:1322548 Change-Id: Ie969aa9e5c4fc9bee2ec88b126d4c07701c3e9e6 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/261953 Reviewed-by: Mark Foltz <mfoltz@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/main@{#36855} 3 年前
Remove RTC_DISALLOW_COPY_AND_ASSIGN from modules/ Bug: webrtc:13555, webrtc:13082 Change-Id: I2c2cbcbd918f0cfa970c1a964893220ba11d4b41 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/247960 Reviewed-by: Artem Titov <titovartem@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: (Daniel.L) Byoungchan Lee <daniel.l@hpcnt.com> Cr-Commit-Position: refs/heads/main@{#35771} 4 年前
Make ScreenCapturerMac more robust when using IOSurface The issue is visible when reconfiguring the screen arrangement while sharing the displays. Can sometimes be seen right after starting the screen sharing. Indeed CaptureFrame can be called at any time so TakeLatestFrameForDisplay should always return a valid frame and the call should not empty the internal container. Also add missing teardown in the provider on failure case. Bug: webrtc:8652 Change-Id: Ice151c1da92b9ad2b86ca9368d30d9d21114e53e Reviewed-on: https://webrtc-review.googlesource.com/69420 Commit-Queue: Zijie He <zijiehe@chromium.org> Reviewed-by: Zijie He <zijiehe@chromium.org> Cr-Commit-Position: refs/heads/master@{#22846}7 年前
Remove RTC_DISALLOW_COPY_AND_ASSIGN from modules/ Bug: webrtc:13555, webrtc:13082 Change-Id: I2c2cbcbd918f0cfa970c1a964893220ba11d4b41 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/247960 Reviewed-by: Artem Titov <titovartem@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: (Daniel.L) Byoungchan Lee <daniel.l@hpcnt.com> Cr-Commit-Position: refs/heads/main@{#35771} 4 年前
Deprecating ThreadChecker specific interface. All changes outside thread_checker.h are by: s/CalledOnValidThread/IsCurrent/ s/DetachFromThread/Detach/ Bug: webrtc:9883 Change-Id: Idbb1086bff0817db58e770116acf4c9d60fae8b3 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/131023 Commit-Queue: Sebastian Jansson <srte@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#27494}7 年前
Make DesktopFrame::CreateFromCGImage() accessible for external targets The build target that CreateFromCGImage() belongs to, desktop_capture_obj is not visible externally. A utility header is created to make it accessible. Bug: chromium:1471931 Change-Id: Ie40f39114d277dc4b62fe2ce95a6b0c7b61a3943 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/318123 Commit-Queue: Harald Alvestrand <hta@webrtc.org> Auto-Submit: Johannes Kron <kron@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#40659} 2 年前
Make DesktopFrame::CreateFromCGImage() accessible for external targets The build target that CreateFromCGImage() belongs to, desktop_capture_obj is not visible externally. A utility header is created to make it accessible. Bug: chromium:1471931 Change-Id: Ie40f39114d277dc4b62fe2ce95a6b0c7b61a3943 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/318123 Commit-Queue: Harald Alvestrand <hta@webrtc.org> Auto-Submit: Johannes Kron <kron@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#40659} 2 年前
Adopt absl::string_view in modules/desktop_capture/ Bug: webrtc:13579 Change-Id: I9fbc3d6df2dedb7eac908e1af38300d2b42142c8 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/272000 Commit-Queue: Ali Tofigh <alito@webrtc.org> Reviewed-by: Alexander Cooper <alcooper@chromium.org> Cr-Commit-Position: refs/heads/main@{#37817} 3 年前
Format /modules git ls-files | grep -e "\(\.h\|\.cc\)$" | grep -e "^modules/" | xargs clang-format -i ; git cl format after landing: add to .git-blame-ignore-revs Bug: webrtc:15082 Change-Id: I2c3cd28740062794f8c10e39d8406aadb9e9a35a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/301620 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Harald Alvestrand <hta@webrtc.org> Auto-Submit: Jared Siskin <jtsiskin@meta.com> Cr-Commit-Position: refs/heads/main@{#39901} 3 年前
Format /modules git ls-files | grep -e "\(\.h\|\.cc\)$" | grep -e "^modules/" | xargs clang-format -i ; git cl format after landing: add to .git-blame-ignore-revs Bug: webrtc:15082 Change-Id: I2c3cd28740062794f8c10e39d8406aadb9e9a35a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/301620 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Harald Alvestrand <hta@webrtc.org> Auto-Submit: Jared Siskin <jtsiskin@meta.com> Cr-Commit-Position: refs/heads/main@{#39901} 3 年前
Revert "mac: Work around an inccorect availability annotation in the 13.3 SDK" This reverts commit 0f87b3853554ee5d4e92e487a5165b57771b6742. This is not needed with the macOS 14 SDK, which has the fix, and which was landed in https://crrev.com/c/4875713. Bug: chromium:1484363, chromium:1431897 Change-Id: I1e019ce71b90333d5d1333a3cf8bb510a3dbd212 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/320820 Reviewed-by: Tomas Gunnarsson <tommi@google.com> Auto-Submit: Avi Drissman <avi@chromium.org> Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#40777} 2 年前
Filter out Mac StatusIndicator window from desktop capture list Since 12.2, the orange/red indicator at the top right of the screen shows up as a window in the Chrome getDisplayMedia() picker, as it's not filtered out by the existing filters. Screenshots in the bug. Bug: chromium:1297731, b/218211225 Change-Id: I0f87e8d2af42a5a2e3d84f69fe73596e9cf35622 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/251841 Reviewed-by: Alexander Cooper <alcooper@chromium.org> Commit-Queue: Tony Herre <herre@google.com> Cr-Commit-Position: refs/heads/main@{#36350} 4 年前
Export GetWindowList(...) These two functions contain complicated logic that will be used as a fallback in Chromium if the new macOS picker code does not work as intended. Bug: chromium:1478172 Change-Id: I5f2878c5a8da38d59aa42ec1358398e3c921b65c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/319260 Reviewed-by: Alexander Cooper <alcooper@chromium.org> Commit-Queue: Johannes Kron <kron@webrtc.org> Cr-Commit-Position: refs/heads/main@{#40711} 2 年前