obs-studio/plugins/win-capture
jp9000 56899df08f win-capture: Add game capture
This adds the windows version of game capture.

New features:

- An option to hook any fullscreen application automatically (that
  doesn't have borders) so that no specific window configuration is
  required.  Definitely a sorely needed feature

- An option to force memory capture for the sake of compatibility with
  things such as SLI, multi-adapter setups (usually laptops), as well as
  the ability to be used with the OpenGL renderer

- An optimization option to force scaling on the GPU before texture
  transfer, reducing the transfer bandwidth (which is especially
  important for compatibility capture)

- An optimization option to limit framerate to the current OBS framerate
  to improve capture performance (mostly useful for compatibility
  capture)

- An option to capture third-party overlays (such as steam)

- Logging improvements, game capture log will now be sent via pipe
  instead of written to a separate file, making diagnosing problems a
  little bit easier
2014-12-09 15:25:59 -08:00
..
d3d8-api win-capture: Add d3d8 headers 2014-12-09 14:21:05 -08:00
data win-capture: Add game capture 2014-12-09 15:25:59 -08:00
get-graphics-offsets win-capture: Add get-graphics-offsets helper 2014-12-09 14:21:06 -08:00
graphics-hook win-capture: Add graphics-hook library 2014-12-09 14:21:07 -08:00
inject-helper win-capture: Add inject-helper program 2014-12-09 14:21:07 -08:00
CMakeLists.txt win-capture: Add game capture 2014-12-09 15:25:59 -08:00
cursor-capture.c win-capture: Add cursor capture capability 2014-12-09 14:21:08 -08:00
cursor-capture.h win-capture: Add cursor capture capability 2014-12-09 14:21:08 -08:00
dc-capture.c
dc-capture.h
funchook.c win-capture: Add hooking functions 2014-12-09 14:21:03 -08:00
funchook.h win-capture: Add hooking functions 2014-12-09 14:21:03 -08:00
game-capture.c win-capture: Add game capture 2014-12-09 15:25:59 -08:00
graphics-hook-info.h win-capture: Add graphics-hook-info.h 2014-12-09 14:21:04 -08:00
hook-helpers.h win-capture: Add hook helper functions for IPC 2014-12-09 14:21:04 -08:00
load-graphics-offsets.c win-capture: Add game capture 2014-12-09 15:25:59 -08:00
monitor-capture.c
obfuscate.c win-capture: Add obfuscation functions 2014-12-08 01:53:51 -08:00
obfuscate.h win-capture: Add obfuscation functions 2014-12-08 01:53:51 -08:00
plugin-main.c win-capture: Add game capture 2014-12-09 15:25:59 -08:00
window-capture.c win-capture: Separate window finding source code 2014-10-17 04:15:57 -07:00
window-helpers.c win-capture: Expose get_window_exe as extern 2014-12-08 01:53:53 -08:00
window-helpers.h win-capture: Expose get_window_exe as extern 2014-12-08 01:53:53 -08:00