obs-studio/libobs
jp9000 1abcdd7f50 WinHandle: Do not close handle on operator &
This is not a com pointer; it should not release/close the handle when
an & operator is used, it should only return the handle value.  Clearing
is only used on assignment.
2014-09-12 20:36:32 -07:00
..
callback (API Change) libobs/callback: Unsquish names 2014-08-09 11:57:38 -07:00
data Move all data into the subdir it belongs to 2014-07-19 01:38:41 +02:00
graphics Fix gs_matrix_* issues 2014-08-20 13:04:13 -07:00
media-io Prevent audio too far from expected timing 2014-09-04 14:01:40 -07:00
util WinHandle: Do not close handle on operator & 2014-09-12 20:36:32 -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 (API Change) Refactor module handling 2014-07-27 17:29:10 -07:00
obs-config.h Update version to 0.5.1 2014-08-26 13:31:12 -07:00
obs-data.c Fix obs_data_item_setdata 2014-08-22 15:39:29 -07:00
obs-data.h (API Change) Rename autoselect/default functions 2014-08-09 14:36:38 -07:00
obs-defs.h Change macro to MODULE_MISSING_EXPORTS for clarity 2014-07-27 17:28:35 -07:00
obs-display.c (API Change) Improve graphics API consistency 2014-08-09 11:57:38 -07:00
obs-encoder.c Add API functions for output/encoder scaling 2014-08-10 16:50:44 -07:00
obs-encoder.h (API Change) Use 'get' convention: API callbacks 2014-08-09 11:57:30 -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 Only render async frames to texture once per frame 2014-09-12 20:36:31 -07:00
obs-module.c Add api to get module data and binary paths 2014-09-04 14:03:47 -07:00
obs-module.h Use C externs for obs-module.h 2014-08-29 11:20:28 -07:00
obs-nix.c (API Change) Refactor module handling 2014-07-27 17:29:10 -07:00
obs-output.c Log total/skipped frames on output stop 2014-08-24 17:32:44 -07:00
obs-output.h (API Change) Use 'get' convention: API callbacks 2014-08-09 11:57:30 -07:00
obs-properties.c Add font property 2014-08-18 00:14:02 -07:00
obs-properties.h Add font property 2014-08-18 00:14:02 -07:00
obs-scene.c (API Change) Improve graphics API consistency 2014-08-09 11:57:38 -07:00
obs-scene.h Scenes: Implement more item positioning features 2014-06-15 20:33:13 -07:00
obs-service.c (API Change) Use 'get' convention: API callbacks 2014-08-09 11:57:30 -07:00
obs-service.h (API Change) Use 'get' convention: API callbacks 2014-08-09 11:57:30 -07:00
obs-source.c Improve async source render timing 2014-09-12 20:36:31 -07:00
obs-source.h (API Change) Improve graphics API consistency 2014-08-09 11:57:38 -07:00
obs-ui.h Revamp API and start using doxygen 2014-02-12 08:04:50 -07:00
obs-video.c (API Change) Improve graphics API consistency 2014-08-09 11:57:38 -07:00
obs-view.c (API Change) Unsquish libobs (base) names 2014-08-08 11:04:46 -07:00
obs-windows.c (API Change) Refactor module handling 2014-07-27 17:29:10 -07:00
obs.c Log total/skipped frames on output stop 2014-08-24 17:32:44 -07:00
obs.h Add api to get module data and binary paths 2014-09-04 14:03:47 -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