obs-studio/plugins/linux-xshm
jp9000 5291760cf8 Fix gs_matrix_* issues
Multiplication of the matricies was being done in the wrong direction.
This caused source transformations to come out looking incorrect, for
example the linux-xshm source's cursor would not be drawn correctly or
in the right position if the source was moved/scaled/rotated.  The
problem just turned out to be that the gs_matrix_* functions were
multiplying in the wrong direction.  Reverse the direction of
multiplication, and the problem is solved.
2014-08-20 13:04:13 -07:00
..
data/locale Move all data into the subdir it belongs to 2014-07-19 01:38:41 +02:00
CMakeLists.txt Fix double invocation of install_obs_plugin in every single plugin 2014-08-19 14:24:59 +02:00
README Add README for the xshm plugin 2014-05-12 22:07:07 +02:00
linux-xshm.c Remove macro to free locale 2014-07-27 17:29:10 -07:00
xcursor.c Fix gs_matrix_* issues 2014-08-20 13:04:13 -07:00
xcursor.h (API Change) Improve graphics API consistency 2014-08-09 11:57:38 -07:00
xhelpers.c linux-xshm: Fix potentially uninitialized var. 2014-06-27 21:43:42 -07:00
xhelpers.h Add support for multi-screen setups 2014-05-12 22:07:07 +02:00
xshm-input.c (API Change) Improve graphics API consistency 2014-08-09 11:57:38 -07:00

README

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