obs-studio/libobs
jp9000 7b402245dc (API Change) Rename obs_source_get(/release)frame
Renamed functions:
- obs_source_getframe (rename to obs_source_get_frame)
- obs_source_releaseframe (rename to obs_source_release_frame)

For the sake of consistency and helping to get rid of the "squishy
function name" issue
2014-08-08 11:04:42 -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 Fix automatic scaling bug 2014-08-01 09:37:44 -07:00
util Remove duplicate 'strref_isempty' 2014-08-08 10:50: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-avc.h
obs-cocoa.c (API Change) Refactor module handling 2014-07-27 17:29:10 -07:00
obs-config.h Export plugin destination and relative prefix to obsconfig.h 2014-07-26 14:27:39 +02:00
obs-data.c Fix function typo (obs_data_get_autoselect_bool) 2014-08-05 11:01:45 -07:00
obs-data.h Add obs-data autoselect functions 2014-06-22 01:32:09 +02:00
obs-defs.h Change macro to MODULE_MISSING_EXPORTS for clarity 2014-07-27 17:28:35 -07:00
obs-display.c
obs-encoder.c Check for duplicate sources/outputs/encoders/etc 2014-07-28 16:15:09 -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 Preserve source data for sources with unknown source ids 2014-07-29 20:06:36 +02:00
obs-module.c Check for duplicate sources/outputs/encoders/etc 2014-07-28 16:15:09 -07:00
obs-module.h Remove macro to free locale 2014-07-27 17:29:10 -07:00
obs-nix.c (API Change) Refactor module handling 2014-07-27 17:29:10 -07:00
obs-output.c Check for duplicate sources/outputs/encoders/etc 2014-07-28 16:15:09 -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 (API Change) Rename obs_sceneitem_info structure 2014-08-08 11:04:42 -07:00
obs-scene.h Scenes: Implement more item positioning features 2014-06-15 20:33:13 -07:00
obs-service.c Check for duplicate sources/outputs/encoders/etc 2014-07-28 16:15:09 -07:00
obs-service.h Remove 'locale' parameter from all callbacks 2014-06-25 12:36:26 -07:00
obs-source.c (API Change) Rename obs_source_get(/release)frame 2014-08-08 11:04:42 -07:00
obs-source.h Remove 'locale' parameter from all callbacks 2014-06-25 12:36:26 -07:00
obs-ui.h
obs-video.c Remove 'effect' param from effect param funcs 2014-06-25 22:24:27 -07:00
obs-view.c
obs-windows.c (API Change) Refactor module handling 2014-07-27 17:29:10 -07:00
obs.c (API Change) Refactor module handling 2014-07-27 17:29:10 -07:00
obs.h (API Change) Rename obs_source_get(/release)frame 2014-08-08 11:04:42 -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