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
fryshorts 4d2e730bfa linux-capture: Remove XLib based shm helpers
Remove the old XLib based shm helper functions from xhelpers.
2014-12-22 00:13:41 +01:00
..
data/locale linux-xshm: Add server property. 2014-11-20 00:10:11 +01:00
CMakeLists.txt linux-capture: Add xcb cursor helper library 2014-12-21 23:13:46 +01:00
linux-capture.c Combine linux-xcomposite and linux-capture (xshm) 2014-08-29 17:20:02 -07:00
README Rename linux-xshm module to linux-capture 2014-08-29 17:19:30 -07:00
xcompcap-helper.cpp Combine linux-xcomposite and linux-capture (xshm) 2014-08-29 17:20:02 -07:00
xcompcap-helper.hpp Combine linux-xcomposite and linux-capture (xshm) 2014-08-29 17:20:02 -07:00
xcompcap-main.cpp linux-capture: Add X border option to xcomposite 2014-11-09 22:17:45 -08:00
xcompcap-main.hpp (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00
xcomposite-main.cpp (API Change) Pass data to get_properties when possible 2014-10-01 15:39:57 +02:00
xcursor-xcb.c linux-capture: Add xcb cursor helper library 2014-12-21 23:13:46 +01:00
xcursor-xcb.h linux-capture: Add xcb cursor helper library 2014-12-21 23:13:46 +01:00
xcursor.c (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00
xcursor.h (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00
xhelpers.c linux-capture: Remove XLib based shm helpers 2014-12-22 00:13:41 +01:00
xhelpers.h linux-capture: Remove XLib based shm helpers 2014-12-22 00:13:41 +01:00
xshm-input.c linux-capture: Remove XLib based shm helpers 2014-12-22 00:13:41 +01: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