obs-studio/libobs
Igor Bochkariov b081adf72e libobs: Fix crash when plugins delete properties in callback
If a plugin removes a property when processing 'modified'
property callback, OBS WILL CRASH.

Example of offending plugin: obs-source-record

This commit moves callback processing to after iterating over
properties, thus removing the chance to crash OBS.
2023-11-04 23:31:07 -05:00
..
audio-monitoring libobs: Replace kAudioObjectPropertyElementMaster with Main 2023-10-17 16:45:36 -04:00
callback Update copyrights/names 2023-05-20 01:31:18 -07:00
cmake libobs: Add AV1 parsing functions 2023-11-04 01:16:25 -05:00
data libobs,obs-filters: Use common straight alpha math 2023-11-04 18:12:22 -05:00
graphics libobs: Fix errors for gs_effect_create 2023-10-06 10:51:15 -06:00
media-io libobs/media-io: Relax color space comparison 2023-08-15 13:15:45 -07:00
pkgconfig cmake: Fix pkgconfig generation 2022-07-19 09:28:51 -03:00
util libobs: Fix duplicate symbol resolution for obs plugins 2023-09-23 16:31:14 -07:00
CMakeLists.txt libobs: Add AV1 parsing functions 2023-11-04 01:16:25 -05:00
obs-audio-controls.c libobs: Remove unnecessary UTF characters 2022-08-13 00:49:17 -07:00
obs-audio-controls.h libobs: Mark unused audio functions as deprecated 2021-10-24 02:00:16 -07:00
obs-audio.c Update copyrights/names 2023-05-20 01:31:18 -07:00
obs-av1.c libobs: Add AV1 parsing functions 2023-11-04 01:16:25 -05:00
obs-av1.h libobs: Add AV1 parsing functions 2023-11-04 01:16:25 -05:00
obs-avc.c Update copyrights/names 2023-05-20 01:31:18 -07:00
obs-avc.h Update copyrights/names 2023-05-20 01:31:18 -07:00
obs-cocoa.m libobs: Fix warnings about implicit integer downcasts in macOS code 2023-08-31 17:52:08 -04:00
obs-config.h libobs: Use same ver. in obs-config.h for betas/RCs 2023-10-06 18:23:49 -06:00
obs-data.c Update copyrights/names 2023-05-20 01:31:18 -07:00
obs-data.h Update copyrights/names 2023-05-20 01:31:18 -07:00
obs-defs.h Update copyrights/names 2023-05-20 01:31:18 -07:00
obs-display.c libobs: Check if adapter can safely fast clear 2023-07-29 16:34:47 -07:00
obs-encoder.c libobs: Fix GPU scaled video encoder media not being cleared 2023-07-26 05:03:12 -07:00
obs-encoder.h Update copyrights/names 2023-05-20 01:31:18 -07:00
obs-ffmpeg-compat.h libobs: Remove legacy FFmpeg compatibility 2023-07-12 15:57:43 -04:00
obs-hevc.c Update copyrights/names 2023-05-20 01:31:18 -07:00
obs-hevc.h Update copyrights/names 2023-05-20 01:31:18 -07:00
obs-hotkey-name-map.c libobs: Use uthash for hotkey name map 2023-03-18 10:47:49 +01:00
obs-hotkey.c libobs: Do not send hotkey_bindings_changed if nothing changed 2023-03-18 10:47:50 +01:00
obs-hotkey.h libobs: Deprecate obs_hotkey_enable_strict_modifiers 2022-06-04 16:03:23 -07:00
obs-hotkeys.h libobs: Remove _WIN32 ifdef from enum 2019-11-17 20:30:42 -08:00
obs-interaction.h Update copyrights/names 2023-05-20 01:31:18 -07:00
obs-internal.h libobs: Remove starting_frame_count from obs_output_t 2023-08-15 16:00:21 -07:00
obs-missing-files.c libobs: Add missing file API to sources 2021-01-17 10:31:58 +13:00
obs-missing-files.h libobs: Add missing file API to sources 2021-01-17 10:31:58 +13:00
obs-module.c libobs: Add obs_add_safe_module() 2023-07-21 23:22:07 +02:00
obs-module.h CI: Update to clang-format 16 2023-08-10 16:07:25 -04:00
obs-nal.c Update copyrights/names 2023-05-20 01:31:18 -07:00
obs-nal.h Update copyrights/names 2023-05-20 01:31:18 -07:00
obs-nix-platform.c libobs,libobs-opengl,obs-ffmpeg-mux: Calm deprecation warnings on *nix 2023-01-19 13:08:46 -05:00
obs-nix-platform.h libobs: Do not hide OBS_NIX_PLATFORM_WAYLAND behind ifdef 2023-08-24 13:32:33 -07:00
obs-nix-wayland.c libobs: Add media key support for linux 2022-10-29 16:08:16 -07:00
obs-nix-wayland.h libobs: Add a Wayland platform 2021-02-09 09:39:04 -03:00
obs-nix-x11.c Update copyrights/names 2023-05-20 01:31:18 -07:00
obs-nix-x11.h libobs/nix: Move X11-specific code to obs-nix-x11.c 2021-02-01 19:03:43 -03:00
obs-nix.c Update copyrights/names 2023-05-20 01:31:18 -07:00
obs-nix.h libobs/nix: Move X11-specific code to obs-nix-x11.c 2021-02-01 19:03:43 -03:00
obs-output-delay.c libobs,plugins: Remove new obs_output_*2 functions 2023-06-10 16:13:05 -07:00
obs-output.c libobs: Fix rendering stats not being logged on output stop 2023-10-13 11:05:19 -05:00
obs-output.h libobs: Add support to obs-outputs for multi video encoders 2023-06-14 02:24:54 -07:00
obs-properties.c libobs: Fix crash when plugins delete properties in callback 2023-11-04 23:31:07 -05:00
obs-properties.h libobs,UI: Add properties radio button list 2023-05-20 16:48:23 -07:00
obs-scene.c libobs: Fix hotkeys when reordering sceneitems into/out of groups 2023-10-08 02:00:46 +02:00
obs-scene.h Update copyrights/names 2023-05-20 01:31:18 -07:00
obs-service.c Update copyrights/names 2023-05-20 01:31:18 -07:00
obs-service.h libobs: Add bearer token to obs_service_connect_info 2023-06-09 20:20:49 -05:00
obs-source-deinterlace.c Update copyrights/names 2023-05-20 01:31:18 -07:00
obs-source-transition.c Update copyrights/names 2023-05-20 01:31:18 -07:00
obs-source.c libobs: Do not skip async frames unless one has been selected 2023-09-16 22:19:07 -07:00
obs-source.h libobs: Add obs_source_info.filter_add 2023-07-29 16:15:21 -07:00
obs-ui.h Update copyrights/names 2023-05-20 01:31:18 -07:00
obs-video-gpu-encode.c clang-format: Set AllowAllArgumentsOnNextLine to false 2023-07-15 16:14:55 -07:00
obs-video.c libobs: Add VIDEO_FORMAT_R10L 2023-07-29 16:41:31 -07:00
obs-view.c Update copyrights/names 2023-05-20 01:31:18 -07:00
obs-win-crash-handler.c Update copyrights/names 2023-05-20 01:31:18 -07:00
obs-windows.c cmake: Add changes for CMake build framework 3.0 2023-06-29 10:11:32 -04:00
obs.c libobs: Profile graphics initialisation and shader compilation 2023-08-02 04:48:43 -07:00
obs.h libobs: Add obs_add_safe_module() 2023-07-21 23:22:07 +02:00
obs.hpp CI: Update to clang-format 16 2023-08-10 16:07:25 -04:00
obsconfig.h.in cmake/libobs: Only set beta/rc increment 2023-10-06 17:21:51 -06:00
obsversion.c.in libobs: Use static library for version string information 2023-05-27 16:48:24 -07:00
obsversion.h libobs: Use static library for version string information 2023-05-27 16:48:24 -07:00