| .. |
|
audio-monitoring
|
73dea7c475
libobs: Fix Pulseaudio audio monitoring listing sources
|
2 years ago |
|
callback
|
23cda97a54
libobs/callback: Make proc_handler_t threadsafe
|
4 years ago |
|
cmake
|
43a49dca47
cmake: Fix CMake package export templates for CMake 3.24
|
3 years ago |
|
data
|
463bf0dff5
libobs,UI: Add P216/P416 pixel formats
|
2 years ago |
|
graphics
|
e23455dc74
libobs: Fix device functions not marked as EXPORT
|
2 years ago |
|
media-io
|
0eb496e8cf
libobs/media-io: Add color range and space to conversion
|
2 years ago |
|
pkgconfig
|
4252c8a069
cmake: Fix pkgconfig generation
|
3 years ago |
|
util
|
6eace37e06
Merge pull request #8229 from derrod/hashed-tables
|
2 years ago |
|
CMakeLists.txt
|
2986d36d9b
libobs/util: Add uthash
|
2 years ago |
|
obs-audio-controls.c
|
33e6ad3cc9
libobs: Remove unnecessary UTF characters
|
3 years ago |
|
obs-audio-controls.h
|
48ee5a8ac9
libobs: Mark unused audio functions as deprecated
|
4 years ago |
|
obs-audio.c
|
7178124da9
libobs: Fix typo in function name
|
2 years ago |
|
obs-avc.c
|
6494d46111
libobs: Use nal_ref_idc for H.264 priority
|
3 years ago |
|
obs-avc.h
|
0e5420750b
libobs: Implement H.264/HEVC priority parsing
|
3 years ago |
|
obs-cocoa.m
|
eb93011463
libobs: Log macOS Rosetta status
|
3 years ago |
|
obs-config.h
|
2ff210acfd
libobs: Update version to 29.0.2
|
2 years ago |
|
obs-data.c
|
f4a8814998
libobs: Use uthash for obs data objects
|
2 years ago |
|
obs-data.h
|
4b062a7147
libobs: Add functions for getting/saving pretty JSON
|
2 years ago |
|
obs-defs.h
|
5490e4f44c
libobs,docs: Improve failed module loading logging
|
3 years ago |
|
obs-display.c
|
b4cc32c4c9
libobs: Extend NVIDIA anti-flicker to desktops
|
3 years ago |
|
obs-encoder.c
|
30519768ad
libobs: Add UUIDs to obs_source objects
|
2 years ago |
|
obs-encoder.h
|
cc242ada58
libobs: Remove trailing whitespace
|
3 years ago |
|
obs-ffmpeg-compat.h
|
2e79d4c902
obs-ffmpeg: Fix for FFmpeg 6 deprecating a flag
|
2 years ago |
|
obs-hevc.c
|
0e5420750b
libobs: Implement H.264/HEVC priority parsing
|
3 years ago |
|
obs-hevc.h
|
0e5420750b
libobs: Implement H.264/HEVC priority parsing
|
3 years ago |
|
obs-hotkey-name-map.c
|
eff3cf134c
libobs: Use uthash for hotkey name map
|
2 years ago |
|
obs-hotkey.c
|
a41c616b21
libobs: Do not send hotkey_bindings_changed if nothing changed
|
2 years ago |
|
obs-hotkey.h
|
d093128935
libobs: Deprecate obs_hotkey_enable_strict_modifiers
|
3 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
|
e6a7cff034
libobs: Use uthash for hotkeys and hotkey pairs
|
2 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
|
5490e4f44c
libobs,docs: Improve failed module loading logging
|
3 years ago |
|
obs-module.h
|
d45017370b
libobs: Add functions to get locale text from modules
|
5 years ago |
|
obs-nal.c
|
76893fb7b9
libobs: Add HEVC parsing functions
|
3 years ago |
|
obs-nal.h
|
55f35d1d89
libobs: Consolidate H.264 priority scheme
|
3 years ago |
|
obs-nix-platform.c
|
c648222332
libobs,libobs-opengl,obs-ffmpeg-mux: Calm deprecation warnings on *nix
|
2 years ago |
|
obs-nix-platform.h
|
ca2d02c2ce
Drop GLX renderer
|
3 years ago |
|
obs-nix-wayland.c
|
a9641940cb
libobs: Add media key support for linux
|
3 years ago |
|
obs-nix-wayland.h
|
2b3cb54771
libobs: Add a Wayland platform
|
4 years ago |
|
obs-nix-x11.c
|
5810571e53
libobs: Close display when destroying X11 hotkey platform
|
2 years ago |
|
obs-nix-x11.h
|
510c747459
libobs/nix: Move X11-specific code to obs-nix-x11.c
|
4 years ago |
|
obs-nix.c
|
cb6b5cc249
libobs: Add desktop environment to Linux log
|
2 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
|
b7f29ca767
libobs: Reduce synchronization limit for multiple audio tracks
|
2 years ago |
|
obs-output.h
|
61284cf9ba
libobs: Refactor obs-output encoded use of mixes
|
2 years ago |
|
obs-properties.c
|
78aa4e03dc
libobs: Use uthash for properties
|
2 years ago |
|
obs-properties.h
|
d2dd917721
docs: Fix layout and typos
|
2 years ago |
|
obs-scene.c
|
6eace37e06
Merge pull request #8229 from derrod/hashed-tables
|
2 years ago |
|
obs-scene.h
|
e638cc9f82
libobs: Add support for nonlinear SRGB blending
|
3 years ago |
|
obs-service.c
|
30519768ad
libobs: Add UUIDs to obs_source objects
|
2 years ago |
|
obs-service.h
|
8a698e863d
libobs: Add func to get supported service codecs
|
3 years ago |
|
obs-source-deinterlace.c
|
fb7a9edadc
libobs: Fix non-exhaustive switch statements
|
2 years ago |
|
obs-source-transition.c
|
eb35b07f44
libobs: Fix stopping transitions that are not active
|
2 years ago |
|
obs-source.c
|
c68eeaef1d
libobs: Use uthash for source objects
|
2 years ago |
|
obs-source.h
|
9b46795d57
libobs, UI: Add OBS_ICON_TYPE_PROCESS_AUDIO_OUTPUT
|
3 years ago |
|
obs-ui.h
|
d124e6402c
docs/sphinx: Fix various typos
|
6 years ago |
|
obs-video-gpu-encode.c
|
0a87797a21
libobs: Format changes for multiple video mixes
|
3 years ago |
|
obs-video.c
|
c68eeaef1d
libobs: Use uthash for source objects
|
2 years ago |
|
obs-view.c
|
a5e9c94e4b
libobs: Add obs_view_get_video_info
|
2 years ago |
|
obs-win-crash-handler.c
|
dccf569982
libobs: Specify format string for bcrash
|
3 years ago |
|
obs-windows.c
|
c57a291316
libobs: Convert security product name to UTF-8 for logging
|
2 years ago |
|
obs.c
|
e6a7cff034
libobs: Use uthash for hotkeys and hotkey pairs
|
2 years ago |
|
obs.h
|
6eace37e06
Merge pull request #8229 from derrod/hashed-tables
|
2 years ago |
|
obs.hpp
|
edfd5ad604
libobs: Add obs_object abstraction and functions
|
3 years ago |
|
obsconfig.h.in
|
cdc9313829
cmake/libobs: Set OBS_COMMIT based on git describe
|
2 years ago |