obs-studio/libobs/callback
jp9000 92bbb8e8b1 libobs/callback: Allow ability to use calldata_t with stack
Allows the ability to use fixed stack memory to construct a calldata_t
structure rather than having to allocate each time.  This is fine to do
for certain signals where the calldata never goes above a specific size.
If by some chance the size is insufficient, it will output a log
message.
2016-01-25 17:29:08 -08:00
..
calldata.c libobs/callback: Allow ability to use calldata_t with stack 2016-01-25 17:29:08 -08:00
calldata.h libobs/callback: Allow ability to use calldata_t with stack 2016-01-25 17:29:08 -08:00
decl.c Check for duplicate names (function parser) 2014-03-02 19:44:22 -07:00
decl.h Simplify and extend callback/signalling system 2014-03-01 05:54:55 -07:00
proc.c (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00
proc.h (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00
signal.c libobs: Don't call signal handlers that got removed 2015-10-13 01:08:51 +02:00
signal.h (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00