obs-studio/libobs
2023-06-17 00:44:48 -07:00
..
audio-monitoring libobs: Rework logic for detecting monitoring feedback in PulseAudio 2023-05-26 14:47:09 -04:00
callback libobs/callback: Make proc_handler_t threadsafe 2021-10-14 04:28:04 -07:00
cmake cmake: Remove EXCLUDE_FROM_ALL directive from interface libraries 2023-04-04 17:27:54 +00:00
data libobs: Fix luma sampling for packed 4:2:2 sources 2023-05-08 15:49:34 -07:00
graphics Merge pull request #7978 from jpark37/dxgi-display-sdr-on-hdr 2023-03-20 01:43:14 -07:00
media-io libobs: Fix v210 display name 2023-04-05 21:54:25 +02:00
pkgconfig cmake: Fix pkgconfig generation 2022-07-19 09:28:51 -03:00
util libobs/util: Add da_clear() 2023-06-16 18:43:35 -04:00
CMakeLists.txt libobs: Adds obs.hpp to exported header files 2023-05-26 14:47:09 -04: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 libobs: Fix typo in function name 2023-02-15 13:40:13 -05:00
obs-avc.c libobs: Use nal_ref_idc for H.264 priority 2022-08-17 05:30:16 -07:00
obs-avc.h libobs: Implement H.264/HEVC priority parsing 2022-08-01 08:15:29 -07:00
obs-cocoa.m libobs: Fix compiling in ISO C17 mode 2023-04-08 19:30:12 -04:00
obs-config.h libobs: Update version to 29.1.3 2023-06-17 00:44:48 -07:00
obs-data.c libobs: Use uthash for obs data objects 2023-03-18 10:47:49 +01:00
obs-data.h libobs: Add functions for getting/saving pretty JSON 2023-03-10 23:55:42 +01:00
obs-defs.h libobs,UI: Add output failure code for HDR being unsupported 2023-03-26 16:37:31 +02:00
obs-display.c Revert "libobs: Enable fast clear on Windows always" 2023-03-27 15:24:52 -04:00
obs-encoder.c libobs: Add UUIDs to obs_source objects 2023-03-12 01:11:38 +01:00
obs-encoder.h libobs: Remove trailing whitespace 2022-07-26 09:23:35 -07:00
obs-ffmpeg-compat.h obs-ffmpeg: Fix for FFmpeg 6 deprecating a flag 2023-03-01 13:23:51 -05:00
obs-hevc.c libobs: Export HEVC NAL type enum 2023-03-26 14:47:22 +02:00
obs-hevc.h libobs: Export HEVC NAL type enum 2023-03-26 14:47:22 +02: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 clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
obs-internal.h libobs: Don't keep the sources mutex in tick_sources 2023-06-16 18:43:35 -04: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,docs: Add protocol to Services API 2023-03-19 15:29:44 +01:00
obs-module.h libobs: Add functions to get locale text from modules 2020-08-10 12:24:01 -07:00
obs-nal.c libobs: Add HEVC parsing functions 2022-03-19 15:46:34 -07:00
obs-nal.h libobs: Consolidate H.264 priority scheme 2022-07-31 17:38:25 -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 libobs: Fix mouse button push to talk for linux 2023-04-23 23:41:41 -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 UI, libobs: Fix not handled in switch warnings 2023-03-26 10:47:01 +11: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: Minor fixes / code cleanups 2021-03-04 19:29:33 +01:00
obs-output.c Merge pull request #7814 from jpark37/decklink-preview-rescale 2023-03-20 01:42:36 -07:00
obs-output.h libobs,docs: Add protocol in Outputs API 2023-03-19 15:29:03 +01:00
obs-properties.c libobs: Fix crash when properties are deleted in callback 2023-06-09 05:05:15 -07:00
obs-properties.h docs: Fix layout and typos 2023-02-26 10:31:02 +11:00
obs-scene.c libobs: Prevent setting invalid scene item scale values 2023-05-26 14:47:09 -04:00
obs-scene.h libobs: Add support for nonlinear SRGB blending 2022-04-02 16:02:41 -07:00
obs-service.c libobs,docs: Add connect infos check to the Services API 2023-03-19 17:38:02 +01:00
obs-service.h libobs,docs: Add connect infos check to the Services API 2023-03-19 17:38:02 +01:00
obs-source-deinterlace.c libobs: Fix non-exhaustive switch statements 2023-02-18 15:22:33 -08:00
obs-source-transition.c libobs: Fix stopping transitions that are not active 2023-01-14 15:54:48 -08:00
obs-source.c libobs: Finalise source creation before firing signal 2023-04-22 16:13:17 -07:00
obs-source.h libobs, UI: Add OBS_ICON_TYPE_PROCESS_AUDIO_OUTPUT 2022-07-23 17:41:34 -07:00
obs-ui.h docs/sphinx: Fix various typos 2019-10-14 17:19:38 -07:00
obs-video-gpu-encode.c libobs: Format changes for multiple video mixes 2022-07-31 15:35:37 -07:00
obs-video.c libobs: Use da_clear() to clear obs_core_data::sources_to_tick 2023-06-16 18:43:35 -04:00
obs-view.c libobs: Add obs_view_get_video_info 2023-03-18 15:54:38 -07:00
obs-win-crash-handler.c libobs: Specify format string for bcrash 2022-01-15 00:31:31 +01:00
obs-windows.c libobs: Remove registry-based HAGS logging 2023-05-26 14:47:09 -04:00
obs.c libobs: Set video thread qos class to user interactive on macOS 2023-06-16 18:43:35 -04:00
obs.h libobs: Add callback for main texture rendered 2023-03-24 15:18:45 -07:00
obs.hpp libobs: Add obs_object abstraction and functions 2022-02-02 22:35:56 -08:00
obsconfig.h.in cmake: Add changes for CMake build framework 3.0 2023-03-26 18:20:38 -04:00