Lain 8915d7c3bd libobs: Update version to 29.1.3 2 年之前
..
audio-monitoring 8110211a20 libobs: Rework logic for detecting monitoring feedback in PulseAudio 2 年之前
callback 23cda97a54 libobs/callback: Make proc_handler_t threadsafe 4 年之前
cmake 6e07b86729 cmake: Remove EXCLUDE_FROM_ALL directive from interface libraries 2 年之前
data fba8618675 libobs: Fix luma sampling for packed 4:2:2 sources 2 年之前
graphics e9ef38e3d3 Merge pull request #7978 from jpark37/dxgi-display-sdr-on-hdr 2 年之前
media-io 5a46c1e513 libobs: Fix v210 display name 2 年之前
pkgconfig 4252c8a069 cmake: Fix pkgconfig generation 3 年之前
util 3d64f339cf libobs/util: Add da_clear() 2 年之前
CMakeLists.txt 11dd933b8d libobs: Adds obs.hpp to exported header files 2 年之前
obs-audio-controls.c 33e6ad3cc9 libobs: Remove unnecessary UTF characters 3 年之前
obs-audio-controls.h 48ee5a8ac9 libobs: Mark unused audio functions as deprecated 4 年之前
obs-audio.c 7178124da9 libobs: Fix typo in function name 2 年之前
obs-avc.c 6494d46111 libobs: Use nal_ref_idc for H.264 priority 3 年之前
obs-avc.h 0e5420750b libobs: Implement H.264/HEVC priority parsing 3 年之前
obs-cocoa.m b3cf98f230 libobs: Fix compiling in ISO C17 mode 2 年之前
obs-config.h 8915d7c3bd libobs: Update version to 29.1.3 2 年之前
obs-data.c f4a8814998 libobs: Use uthash for obs data objects 2 年之前
obs-data.h 4b062a7147 libobs: Add functions for getting/saving pretty JSON 2 年之前
obs-defs.h 7dbc829c15 libobs,UI: Add output failure code for HDR being unsupported 2 年之前
obs-display.c bfb8fba066 Revert "libobs: Enable fast clear on Windows always" 2 年之前
obs-encoder.c 30519768ad libobs: Add UUIDs to obs_source objects 2 年之前
obs-encoder.h cc242ada58 libobs: Remove trailing whitespace 3 年之前
obs-ffmpeg-compat.h 2e79d4c902 obs-ffmpeg: Fix for FFmpeg 6 deprecating a flag 2 年之前
obs-hevc.c 31ba0973e5 libobs: Export HEVC NAL type enum 2 年之前
obs-hevc.h 31ba0973e5 libobs: Export HEVC NAL type enum 2 年之前
obs-hotkey-name-map.c eff3cf134c libobs: Use uthash for hotkey name map 2 年之前
obs-hotkey.c a41c616b21 libobs: Do not send hotkey_bindings_changed if nothing changed 2 年之前
obs-hotkey.h d093128935 libobs: Deprecate obs_hotkey_enable_strict_modifiers 3 年之前
obs-hotkeys.h c2c049c606 libobs: Remove _WIN32 ifdef from enum 6 年之前
obs-interaction.h f53df7da64 clang-format: Apply formatting 6 年之前
obs-internal.h 59cb2c2185 libobs: Don't keep the sources mutex in tick_sources 2 年之前
obs-missing-files.c fb95e1d1e9 libobs: Add missing file API to sources 4 年之前
obs-missing-files.h fb95e1d1e9 libobs: Add missing file API to sources 4 年之前
obs-module.c 813b3b2763 libobs,docs: Add protocol to Services API 2 年之前
obs-module.h d45017370b libobs: Add functions to get locale text from modules 5 年之前
obs-nal.c 76893fb7b9 libobs: Add HEVC parsing functions 3 年之前
obs-nal.h 55f35d1d89 libobs: Consolidate H.264 priority scheme 3 年之前
obs-nix-platform.c c648222332 libobs,libobs-opengl,obs-ffmpeg-mux: Calm deprecation warnings on *nix 2 年之前
obs-nix-platform.h ca2d02c2ce Drop GLX renderer 3 年之前
obs-nix-wayland.c a9641940cb libobs: Add media key support for linux 3 年之前
obs-nix-wayland.h 2b3cb54771 libobs: Add a Wayland platform 4 年之前
obs-nix-x11.c b645ea6c5f libobs: Fix mouse button push to talk for linux 2 年之前
obs-nix-x11.h 510c747459 libobs/nix: Move X11-specific code to obs-nix-x11.c 4 年之前
obs-nix.c 1ac609f1ff UI, libobs: Fix not handled in switch warnings 2 年之前
obs-nix.h 510c747459 libobs/nix: Move X11-specific code to obs-nix-x11.c 4 年之前
obs-output-delay.c 6c0d234385 libobs: Minor fixes / code cleanups 4 年之前
obs-output.c 0a9ed4569b Merge pull request #7814 from jpark37/decklink-preview-rescale 2 年之前
obs-output.h 201bcda051 libobs,docs: Add protocol in Outputs API 2 年之前
obs-properties.c 447710ab2c libobs: Fix crash when properties are deleted in callback 2 年之前
obs-properties.h d2dd917721 docs: Fix layout and typos 2 年之前
obs-scene.c 40f7c7923c libobs: Prevent setting invalid scene item scale values 2 年之前
obs-scene.h e638cc9f82 libobs: Add support for nonlinear SRGB blending 3 年之前
obs-service.c 22ebed8d02 libobs,docs: Add connect infos check to the Services API 2 年之前
obs-service.h 22ebed8d02 libobs,docs: Add connect infos check to the Services API 2 年之前
obs-source-deinterlace.c fb7a9edadc libobs: Fix non-exhaustive switch statements 2 年之前
obs-source-transition.c eb35b07f44 libobs: Fix stopping transitions that are not active 2 年之前
obs-source.c 3bb101d7a2 libobs: Finalise source creation before firing signal 2 年之前
obs-source.h 9b46795d57 libobs, UI: Add OBS_ICON_TYPE_PROCESS_AUDIO_OUTPUT 3 年之前
obs-ui.h d124e6402c docs/sphinx: Fix various typos 6 年之前
obs-video-gpu-encode.c 0a87797a21 libobs: Format changes for multiple video mixes 3 年之前
obs-video.c 12110325b8 libobs: Use da_clear() to clear obs_core_data::sources_to_tick 2 年之前
obs-view.c a5e9c94e4b libobs: Add obs_view_get_video_info 2 年之前
obs-win-crash-handler.c dccf569982 libobs: Specify format string for bcrash 3 年之前
obs-windows.c 347fc668c6 libobs: Remove registry-based HAGS logging 2 年之前
obs.c c6ac31f7e1 libobs: Set video thread qos class to user interactive on macOS 2 年之前
obs.h e32c2c1427 libobs: Add callback for main texture rendered 2 年之前
obs.hpp edfd5ad604 libobs: Add obs_object abstraction and functions 3 年之前
obsconfig.h.in 349372b3b3 cmake: Add changes for CMake build framework 3.0 2 年之前