obs-studio/plugins/text-freetype2
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
..
data Add latest translations from CrowdIn 2015-07-08 14:56:07 -04:00
CMakeLists.txt Add disable options for optional plugins 2014-09-15 19:34:53 +02:00
find-font-cocoa.m text-freetype2: Do not use fontconfig for mac 2014-08-26 12:43:33 -07:00
find-font-iconv.c text-freetype2: Set font log warning to debug only 2015-01-05 02:45:38 -08:00
find-font-unix.c text-freetype2: Warn if no font file found 2014-08-26 10:25:49 -07:00
find-font-windows.c text-freetype2: Fix wrong parameter type 2015-02-09 03:56:13 -08:00
find-font.c text-freetype2: Prevent potential null dereference 2015-04-10 07:27:28 -07:00
find-font.h Add system font lookup for mac/windows 2014-08-19 02:11:37 -07:00
obs-convenience.c (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00
obs-convenience.h (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00
text-freetype2.c (API Change) libobs: Pass type data to get_name callbacks 2015-09-16 09:21:12 -07:00
text-freetype2.h (API Change) libobs: Pass type data to get_name callbacks 2015-09-16 09:21:12 -07:00
text-functionality.c text-freetype2: Fix undefined behavior for alpha > 127 2015-05-31 04:45:40 +02:00