1. ee9d41a Remove workaround for libyuv::CopyPlane zero-height crash by Joe Downing · 2 years, 7 months ago
  2. f4a6928 Simple, mergable fix to avoid a libyuv CopyPlane crash by Joe Downing · 2 years, 9 months ago
  3. c949016 Revert "Fix memory corruption in BasicDesktopFrame::CopyTo" by Jeroen Dhollander · 2 years, 9 months ago
  4. 0ba1028 Fix memory corruption in BasicDesktopFrame::CopyTo by Jeroen Dhollander · 2 years, 10 months ago
  5. f8775cf Fix drawing of local mouse in CRD on ChromeOS by Jeroen Dhollander · 2 years, 11 months ago
  6. f2f9bb6 Fixing a buffer copy issue in DesktopFrame by Joe Downing · 4 years ago
  7. 5cfcf22 modules/desktop_capture: replace memcpy with libyuv::CopyPlane by Zhaoliang Ma · 4 years, 1 month ago
  8. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 6 years ago
  9. e8ef87b Include menus & dialogs in frames captured by WindowCapturerWin by Bryan Ferguson · 6 years ago
  10. a4d8737 Format almost everything. by Jonas Olsson · 6 years ago
  11. 62acb5a Add ICC profile to DesktopFrame by Julien Isorce · 6 years ago
  12. 27d5ad0 Fix mouse not being shared with Handgouts on Win10 by Julien Isorce · 6 years ago
  13. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  14. 05c6519 ScreenCapturerMac: make sure the desktop frame is zero initiaziled by Julien Isorce · 7 years ago
  15. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 7 years ago
  16. 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
  17. 90394a4 Reland "[desktopCapture] Unify the position info in DIP coordinates on Mac." by braveyao · 7 years ago
  18. e1c3c01 Revert "[desktopCapture] Unify the position info in DIP coordinates on Mac." by Per Kjellander · 7 years ago
  19. 89653d5 [desktopCapture] Unify the position info in DIP coordinates on Mac. by braveyao · 7 years ago
  20. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 8 years ago
  21. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/modules/desktop_capture/desktop_frame.cc]
  22. 85e6a4b Use desktop relative mouse cursor position in DesktopAndCursorComposer by Zijie He · 8 years ago
  23. 5acd9d0 Add DesktopFrame::MoveFrameInfoFrom() and DesktopFrame::CopyFrameInfoFrom() by Zijie He · 8 years ago
  24. fdd1f21 Irrational check in the constructor of DesktopFrame: stride_ may be negative by Zijie He · 8 years ago
  25. 09f16c6 Add new constructors for all DesktopFrame inheritances by Zijie He · 8 years ago
  26. cd66a77 Create new constructors and fields to support a better mouse cursor monitor by Zijie He · 8 years ago
  27. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
  28. dca1e09 Revert "Update includes for webrtc/{base => rtc_base} rename (1/3)" by Henrik Kjellander · 8 years ago
  29. c8fa692 Update includes for webrtc/{base => rtc_base} rename (1/3) by kjellander · 8 years ago
  30. 4032674 Forward capturer_id between DesktopFrame and its implementations by zijiehe · 8 years ago
  31. 88ac827 Add DesktopCapturerId and attach it to DesktopFrame by zijiehe · 8 years ago
  32. 0609876 Revert of Add DesktopCapturerId and attach it to DesktopFrame (patchset #4 id:100002 of https://codereview.webrtc.org/2759493002/ ) by henrikg · 8 years ago
  33. 41e3d9f Add DesktopCapturerId and attach it to DesktopFrame by zijiehe · 8 years ago
  34. 6f79d84 Bug Fix: Mac Retina Screen Capture's Mouse Cursor Too Small by qiangchen · 8 years ago
  35. 2970c2a DirectX based screen capturer logic by zijiehe · 9 years ago
  36. 1c7fdd8 Remove calls to ScopedToUnique and UniqueToScoped by kwiberg · 9 years ago
  37. 2bb3afa Replace scoped_ptr with unique_ptr in webrtc/modules/desktop_capture/ by kwiberg · 9 years ago
  38. cc9669c Cleanup shared memory handling in DesktopCapturer interface. by sergeyu · 9 years ago
  39. 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
  40. 5d85819 Fix DesktopAndCursorComposer to restore frames to the original state. by sergeyu@chromium.org · 11 years ago
  41. 2df89c0 MouseCursorMonitor implementation for OSX and Windows. by sergeyu@chromium.org · 11 years ago
  42. 15e32cc Add DesktopCapturer interface for desktop capturers. by sergeyu@chromium.org · 12 years ago