obs-studio/libobs
PatTheMav 1b194c8ebd libobs: Add local event monitor for hotkey thread
To avoid a mismatch between the state of pressed keys as held by the
hotkey thread and keys pressed while the application is in focus, local
key events need to be monitored as well (even though they are already
handled by Cocoa's main event loop).
2023-08-05 16:48:53 -07:00
..
audio-monitoring libobs: Fix PROPVARIANT variable has not be freed 2023-07-15 16:38:24 -07:00
callback Update copyrights/names 2023-05-20 01:31:18 -07:00
cmake deps,libobs,plugins: Remove in-tree Jansson 2023-07-29 16:37:14 -07:00
data libobs: Add VIDEO_FORMAT_R10L 2023-07-29 16:41:31 -07:00
graphics libobs: Add function to check fast clear capability 2023-07-29 16:34:47 -07:00
media-io libobs: Add VIDEO_FORMAT_R10L 2023-07-29 16:41:31 -07:00
pkgconfig cmake: Fix pkgconfig generation 2022-07-19 09:28:51 -03:00
util libobs: Assume Qt 6, always warn about Qt 5 plugins 2023-07-19 11:56:54 -04:00
CMakeLists.txt libobs: Update CMake minimum to 3.22 2023-08-05 16:45:46 -07: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-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: Add local event monitor for hotkey thread 2023-08-05 16:48:53 -07:00
obs-config.h libobs: Update version to 29.1.3 2023-06-17 00:44:00 -07: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: Add VIDEO_FORMAT_R10L 2023-07-29 16:41:31 -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 Update copyrights/names 2023-05-20 01:31:18 -07: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 Drop GLX renderer 2022-05-24 14:31:48 -03: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: Allow configuring frame rate divisor for encoders 2023-07-03 09:35:06 -07: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 properties are deleted in callback 2023-06-11 02:18:17 +02:00
obs-properties.h libobs,UI: Add properties radio button list 2023-05-20 16:48:23 -07:00
obs-scene.c libobs: Fix flip calculations in bounding box 2023-07-25 16:01:04 -07: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: Add VIDEO_FORMAT_R10L 2023-07-29 16:41:31 -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 UI, libobs: Add RAII wrappers for faders/volume meters 2023-07-15 16:06:36 -07:00
obsconfig.h.in libobs: Use static library for version string information 2023-05-27 16:48:24 -07: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