0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 21:13:04 +02:00
obs-studio/plugins/linux-capture
jp9000 f53df7da64 clang-format: Apply formatting
Code submissions have continually suffered from formatting
inconsistencies that constantly have to be addressed.  Using
clang-format simplifies this by making code formatting more consistent,
and allows automation of the code formatting so that maintainers can
focus more on the code itself instead of code formatting.
2019-06-23 23:49:10 -07:00
..
data/locale Update translations from Crowdin 2019-06-11 01:42:42 +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 clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
xcompcap-helper.hpp clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
xcompcap-main.cpp clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
xcompcap-main.hpp clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
xcomposite-main.cpp clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
xcursor-xcb.c clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
xcursor-xcb.h clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
xcursor.c clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
xcursor.h (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00
xhelpers.c clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
xhelpers.h clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
xshm-input.c clang-format: Apply formatting 2019-06-23 23:49:10 -07: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