0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00
obs-studio/libobs
jp9000 c5c8cba74d Fix incompatible pointer type warning
Well, needless to say I'm very happy this didn't end up exploding.  I'm
surprised GCC and clang let this through.
2014-07-27 14:33:37 -07:00
..
callback Fix missing initialization 2014-07-10 18:17:06 +02:00
data Move all data into the subdir it belongs to 2014-07-19 01:38:41 +02:00
graphics Prevent loading image files with null/empty paths 2014-07-24 00:25:59 -07:00
media-io media-io: Add function for total video frames 2014-07-27 13:26:51 -07:00
util Fix incompatible pointer type warning 2014-07-27 14:33:37 -07:00
CMakeLists.txt Add support for build time dependency copying 2014-07-19 01:38:42 +02:00
LibObsConfig.cmake.in Also export a plugin destination, so external plugins know where to install stuff 2014-05-08 14:43:16 +02:00
LibObsConfigVersion.cmake.in Export libobs cmake target, so external plugins can be built without ugly hacks 2014-05-08 14:43:16 +02:00
obs-avc.c obs-output module: Fill out more functions 2014-04-02 00:42:12 -07:00
obs-avc.h obs-output module: Fill out more functions 2014-04-02 00:42:12 -07:00
obs-cocoa.c Log OS name and version on OSX 2014-07-12 20:33:58 +02:00
obs-config.h Export plugin destination and relative prefix to obsconfig.h 2014-07-26 14:27:39 +02:00
obs-data.c Add obs-data autoselect functions 2014-06-22 01:32:09 +02:00
obs-data.h Add obs-data autoselect functions 2014-06-22 01:32:09 +02:00
obs-defs.h (API Change) obs_reset_video: Use return codes 2014-07-20 18:25:57 -07:00
obs-display.c libobs: Add services API, reduce repeated code 2014-04-19 20:38:53 -07:00
obs-encoder.c Log when any libobs objects are created/destroyed 2014-07-13 05:01:02 -07:00
obs-encoder.h Remove 'locale' parameter from all callbacks 2014-06-25 12:36:26 -07:00
obs-ffmpeg-compat.h Use propper ffmpeg compatiblity instead of relying on deprecated functions 2014-06-28 20:54:14 +02:00
obs-internal.h Add counting of total video frames to outputs 2014-07-06 17:36:44 -07:00
obs-module.c Minor fix to formatting in call_module_load 2014-07-24 14:56:50 -07:00
obs-module.h libobs: Add macro for default module locale 2014-07-11 17:26:24 -07:00
obs-nix.c Add system information for linux 2014-07-15 20:02:09 +02:00
obs-output.c Log when any libobs objects are created/destroyed 2014-07-13 05:01:02 -07:00
obs-output.h Add statistics functions to outputs 2014-07-06 17:36:44 -07:00
obs-properties.c libobs: Fill in rest of 'path' property code 2014-06-28 10:12:57 -07:00
obs-properties.h Add OBS_TEXT_MULTILINE for text obs properties 2014-07-21 04:31:19 +02:00
obs-scene.c Fix 'potentially uninitialized' warning on var 2014-06-27 21:37:40 -07:00
obs-scene.h Scenes: Implement more item positioning features 2014-06-15 20:33:13 -07:00
obs-service.c Log when any libobs objects are created/destroyed 2014-07-13 05:01:02 -07:00
obs-service.h Remove 'locale' parameter from all callbacks 2014-06-25 12:36:26 -07:00
obs-source.c Fix audio meters so that volume is applied linearly. 2014-07-14 21:12:53 +03:00
obs-source.h Remove 'locale' parameter from all callbacks 2014-06-25 12:36:26 -07:00
obs-ui.h Revamp API and start using doxygen 2014-02-12 08:04:50 -07:00
obs-video.c Remove 'effect' param from effect param funcs 2014-06-25 22:24:27 -07:00
obs-view.c Activate user-selected audio devices 2014-03-07 17:03:34 -07:00
obs-windows.c Log system information on startup 2014-07-12 00:31:42 -07:00
obs.c Add function to get current core version 2014-07-27 13:27:02 -07:00
obs.h Add function to get current core version 2014-07-27 13:27:02 -07:00
obs.hpp Make a minor OCD tweak to align parameters 2014-06-15 00:14:08 -07:00
obsconfig.h.in Export plugin destination and relative prefix to obsconfig.h 2014-07-26 14:27:39 +02:00