obs-studio/plugins/win-capture
jp9000 6285a47726 (API Change) libobs: Pass type data to get_name callbacks
API changed from:
obs_source_info::get_name(void)
obs_output_info::get_name(void)
obs_encoder_info::get_name(void)
obs_service_info::get_name(void)

API changed to:
obs_source_info::get_name(void *type_data)
obs_output_info::get_name(void *type_data)
obs_encoder_info::get_name(void *type_data)
obs_service_info::get_name(void *type_data)

This allows the type data to be used when getting the name of the
object (useful for plugin wrappers primarily).

NOTE: Though a parameter was added, this is backward-compatible with
older plugins due to calling convention.  The new parameter will simply
be ignored by older plugins, and the stack (if used) will be cleaned up
by the caller.
2015-09-16 09:21:12 -07:00
..
d3d8-api Use _MSC_VER for MSVC-specific pragmas 2015-02-09 03:49:18 -08:00
data/locale Add latest translations from CrowdIn 2015-07-08 14:56:07 -04:00
get-graphics-offsets win-capture: Use inline define with VC only 2015-02-09 03:55:17 -08:00
graphics-hook win-capture: Use correct variable for system modules 2015-08-29 21:03:54 -07:00
inject-helper win-capture: Fix mingw compiler warnings 2015-07-11 14:26:51 -07:00
CMakeLists.txt win-capture: Add direct hooking and use by default 2015-07-05 15:17:07 -07:00
cursor-capture.c Make capture sources w/o alpha use opaque effect 2015-03-22 19:18:05 -07:00
cursor-capture.h win-capture: Don't draw cursor if outside area 2015-01-03 02:37:18 -08:00
dc-capture.c (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00
dc-capture.h (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00
duplicator-monitor-capture.c (API Change) libobs: Pass type data to get_name callbacks 2015-09-16 09:21:12 -07:00
funchook.c win-capture: Add 64bit bounce to func_hook 2015-07-03 12:17:25 -07:00
funchook.h win-capture: Add 64bit bounce to func_hook 2015-07-03 12:17:25 -07:00
game-capture.c (API Change) libobs: Pass type data to get_name callbacks 2015-09-16 09:21:12 -07:00
graphics-hook-info.h Fix windows printf format warnings (from mingw) 2015-02-09 03:49:14 -08:00
hook-helpers.h Fix windows printf format warnings (from mingw) 2015-02-09 03:49:14 -08:00
inject-library.c win-capture: Don't mark string mem. as executable 2015-07-11 15:35:31 -07:00
inject-library.h win-capture: Add inject library files 2015-07-05 15:17:06 -07:00
load-graphics-offsets.c win-capture: Implement D3D8 game capture support 2015-02-09 05:02:48 -08:00
monitor-capture.c (API Change) libobs: Pass type data to get_name callbacks 2015-09-16 09:21:12 -07:00
obfuscate.c Use _MSC_VER for MSVC-specific pragmas 2015-02-09 03:49:18 -08:00
obfuscate.h win-capture: Add obfuscation functions 2014-12-08 01:53:51 -08:00
plugin-main.c win-capture: Use get_win_ver (not GetVersionEx) 2015-08-01 14:51:24 -07:00
window-capture.c (API Change) libobs: Pass type data to get_name callbacks 2015-09-16 09:21:12 -07:00
window-helpers.c win-dshow: Remove unnecessarily inline define 2015-02-09 03:55:31 -08:00
window-helpers.h win-capture: Expose get_window_exe as extern 2014-12-08 01:53:53 -08:00