jp9000 a8fd2e42df libobs: Update version to 27.2.2 3 years ago
..
audio-monitoring 167f539416 libobs: Rename obs_audio_monitoring_supported to _available 3 years ago
callback 23cda97a54 libobs/callback: Make proc_handler_t threadsafe 4 years ago
data 4e6765a01b libobs: Remove DrawSrgbDecompressPremultiplied 4 years ago
graphics c50c625555 libobs/graphics: gs_query_dmabuf_* on FreeBSD too 3 years ago
media-io 5f68991911 clang-format: Commit file changes for clang-format 12 4 years ago
util fbcb053cfa libobs/util: Use integer math for Windows timing 3 years ago
CMakeLists.txt 657c4d0125 libobs: Add effect files to CMakeLists.txt 3 years ago
LibObsConfig.cmake.in 8841ea8a6f cmake: Export plugin data destination 11 years ago
LibObsConfigVersion.cmake.in 38594fff9e Export libobs cmake target, so external plugins can be built without ugly hacks 11 years ago
libobs.pc.in 7da9a2f0d3 libobs: add ppc64(le) specific flags to libobs.pc 5 years ago
obs-audio-controls.c 67dbb316a5 libobs: Respect push to talk/mute status in volmeter 3 years ago
obs-audio-controls.h 48ee5a8ac9 libobs: Mark unused audio functions as deprecated 4 years ago
obs-audio.c cf492ca271 libobs: Add ability to queue audio task 3 years ago
obs-avc.c f53df7da64 clang-format: Apply formatting 6 years ago
obs-avc.h 424128a825 clang-format: Commit file changes for clang-format 11 4 years ago
obs-cocoa.m 7852efcba6 libobs: Cleanup uses of objc_msgSend in Objective-C code 4 years ago
obs-config.h a8fd2e42df libobs: Update version to 27.2.2 3 years ago
obs-data.c 74c2379eba libobs: Add obs_data_get_last_json() 4 years ago
obs-data.h 74c2379eba libobs: Add obs_data_get_last_json() 4 years ago
obs-defs.h f53df7da64 clang-format: Apply formatting 6 years ago
obs-display.c 5d1261eddb libobs: Only resize display if dimensions change 3 years ago
obs-encoder.c edfd5ad604 libobs: Add obs_object abstraction and functions 3 years ago
obs-encoder.h 4f6b4df17e UI: Hide encoder if marked internal 5 years ago
obs-ffmpeg-compat.h f53df7da64 clang-format: Apply formatting 6 years ago
obs-hotkey-name-map.c a3f10cf0be libobs: Remove WIN32_LEAN_AND_MEAN 4 years ago
obs-hotkey.c d8a253c42f libobs, linux-v4l2: Set thread names 4 years ago
obs-hotkey.h f53df7da64 clang-format: Apply formatting 6 years ago
obs-hotkeys.h c2c049c606 libobs: Remove _WIN32 ifdef from enum 6 years ago
obs-interaction.h f53df7da64 clang-format: Apply formatting 6 years ago
obs-internal.h 5d1261eddb libobs: Only resize display if dimensions change 3 years ago
obs-missing-files.c fb95e1d1e9 libobs: Add missing file API to sources 4 years ago
obs-missing-files.h fb95e1d1e9 libobs: Add missing file API to sources 4 years ago
obs-module.c 269d48f681 libobs: Adjust path for legacy browser source block 3 years ago
obs-module.h d45017370b libobs: Add functions to get locale text from modules 5 years ago
obs-nix-platform.c 506b950d02 libobs: Introduce the concept of a Unix platform 4 years ago
obs-nix-platform.h 2b3cb54771 libobs: Add a Wayland platform 4 years ago
obs-nix-wayland.c 99a6c97b9e libobs: Map wayland keymap with MAP_PRIVATE 3 years ago
obs-nix-wayland.h 2b3cb54771 libobs: Add a Wayland platform 4 years ago
obs-nix-x11.c bcb04bb800 libobs: Open a separate X11 connection for hotkeys 3 years ago
obs-nix-x11.h 510c747459 libobs/nix: Move X11-specific code to obs-nix-x11.c 4 years ago
obs-nix.c 712478f48c libobs/nix: List Flatpak search paths 4 years ago
obs-nix.h 510c747459 libobs/nix: Move X11-specific code to obs-nix-x11.c 4 years ago
obs-output-delay.c 6c0d234385 libobs: Minor fixes / code cleanups 4 years ago
obs-output.c edfd5ad604 libobs: Add obs_object abstraction and functions 3 years ago
obs-output.h 153fa6337f libobs: Implement pausing of outputs 6 years ago
obs-properties.c 30b8987bad libobs: Fix type mismatch on obs_property_text_monospace 3 years ago
obs-properties.h 30b8987bad libobs: Fix type mismatch on obs_property_text_monospace 3 years ago
obs-scene.c 0523c2e5e9 libobs: Replace addref calls with get_ref 3 years ago
obs-scene.h 447b17e75e libobs: Implement additional source blending modes 3 years ago
obs-service.c edfd5ad604 libobs: Add obs_object abstraction and functions 3 years ago
obs-service.h ebbe8d1bf9 libobs: Change service max res. to res. list 5 years ago
obs-source-deinterlace.c 9e66a4d1ad libobs: Deinterlace as linear SRGB when needed 4 years ago
obs-source-transition.c 0523c2e5e9 libobs: Replace addref calls with get_ref 3 years ago
obs-source.c edfd5ad604 libobs: Add obs_object abstraction and functions 3 years ago
obs-source.h b92e941b4f libobs: Add source cap to hint not to show properties 3 years ago
obs-ui.h d124e6402c docs/sphinx: Fix various typos 6 years ago
obs-video-gpu-encode.c 4772a99e3e libobs: Defer reconfiguring encoders to the encode threads 4 years ago
obs-video.c 4e5906d2b0 libobs: Clamp video timing for safety 3 years ago
obs-view.c 0523c2e5e9 libobs: Replace addref calls with get_ref 3 years ago
obs-win-crash-handler.c dccf569982 libobs: Specify format string for bcrash 3 years ago
obs-windows.c 618781e563 libobs: Log Windows 10 Hardware GPU Scheduler 5 years ago
obs.c edfd5ad604 libobs: Add obs_object abstraction and functions 3 years ago
obs.h edfd5ad604 libobs: Add obs_object abstraction and functions 3 years ago
obs.hpp edfd5ad604 libobs: Add obs_object abstraction and functions 3 years ago
obsconfig.h.in 1655ebf18f libobs, UI: Add support for beta builds 3 years ago