0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00
obs-studio/plugins/linux-capture
Gary Kramlich 758868093b linux-capture: Add randr support
Add randr suport to the xshm plugin and prefer it over xinerama.

Add libxcb-xrandr0-dev as CI dependency
2019-04-05 16:05:59 -05:00
..
data/locale Update translations from Crowdin 2019-04-04 16:19:51 +02:00
CMakeLists.txt linux-capture: Add randr support 2019-04-05 16:05:59 -05:00
linux-capture.c Plugins: Add descriptions to modules 2018-09-11 18:28:58 -07:00
README Rename linux-xshm module to linux-capture 2014-08-29 17:19:30 -07:00
xcompcap-helper.cpp linux-capture: Watch for VisibilityNotify events 2017-08-07 12:33:29 +02:00
xcompcap-helper.hpp linux-capture: Additionally search windows via WM_CLASS 2016-07-02 23:49:19 -07:00
xcompcap-main.cpp linux-capture: XCompCap now chooses glXFBConfigs based on window depth 2018-10-12 00:33:32 -05:00
xcompcap-main.hpp (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00
xcomposite-main.cpp linux-capture: Add OBS_SOURCE_DO_NOT_DUPLICATE to window capture sources 2016-07-18 18:05:40 +02:00
xcursor-xcb.c Make capture sources w/o alpha use opaque effect 2015-03-22 19:18:05 -07:00
xcursor-xcb.h linux-capture: Add xcb cursor helper library 2014-12-21 23:13:46 +01:00
xcursor.c Make capture sources w/o alpha use opaque effect 2015-03-22 19:18:05 -07:00
xcursor.h (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00
xhelpers.c linux-capture: Add randr support 2019-04-05 16:05:59 -05:00
xhelpers.h linux-capture: Add randr support 2019-04-05 16:05:59 -05:00
xshm-input.c linux-capture: Add randr support 2019-04-05 16:05:59 -05:00

Linux XShm capture plugin

  This plugin uses the MIT-SHM extension for the X-server to capture the
  desktop.

Todo:

 - handle resolution changes of screens
 - handle adding/removing screens while recording
 - support different depths

Contributing:

  If you are interested in helping out with the plugin, please drop by in the
  #obs-dev channel on quakenet.

References:
 - http://www.x.org/releases/current/doc/xextproto/shm.html