obs-studio/UI
jp9000 0a218e06b7 UI: Add low latency audio buffering mode to UI
This feature is meant to reduce maximum audio buffering and turn off
dynamic buffering mode. This allows the lowest possible consistent
latency for audio buffering, which is useful for the decklink and NDI
outputs which cannot rely on audio timestamps for synchronization.

This can have a negative effect of making audio segments (partial or in
full) cut out. So audio glitching or audio loss can occur if this is
enabled.
2022-07-20 05:31:20 -07:00
..
data UI: Add low latency audio buffering mode to UI 2022-07-20 05:31:20 -07:00
forms UI: Add low latency audio buffering mode to UI 2022-07-20 05:31:20 -07:00
frontend-plugins aja-output-ui: Avoid using OBS_UNUSED 2022-07-20 09:03:31 +02:00
importers UI/importers: Fix compiler warning 2022-04-23 16:12:45 -07:00
installer UI: Improve installer, add release notes & Quickstart link 2021-10-10 17:19:10 +11:00
obs-frontend-api UI: Update CMakeLists.txt for main OBS app 2022-03-16 23:11:58 +01:00
win-update UI: Update CMakeLists.txt for main OBS app 2022-03-16 23:11:58 +01:00
xdg-data UI: Update CMakeLists.txt for main OBS app 2022-03-16 23:11:58 +01:00
CMakeLists.txt Revert service json lookup refactor in UI 2022-07-18 14:52:26 -07:00
adv-audio-control.cpp UI: Fix compiling error on nix platforms 2022-07-10 14:00:35 +10:00
adv-audio-control.hpp UI: Fix typo with SetSourceName function 2022-07-10 14:00:35 +10:00
api-interface.cpp obs-frontend-api: Add function to get frontend translated string 2022-03-10 06:27:18 -08:00
audio-encoders.cpp UI: Fix audio ids not being stored properly 2022-03-13 07:05:02 -07:00
audio-encoders.hpp UI: Fix audio ids not being stored properly 2022-03-13 07:05:02 -07:00
auth-base.cpp UI: Rework YouTube broadcast setup flow 2021-09-12 13:45:51 +02:00
auth-base.hpp UI: Rework YouTube broadcast setup flow 2021-09-12 13:45:51 +02:00
auth-listener.cpp UI: Fix AuthListener error HTTP response body 2021-09-16 15:03:28 +02:00
auth-listener.hpp UI: Properly verify state parameter for YouTube auth 2021-09-15 06:16:29 -07:00
auth-oauth.cpp UI: Make OAuth base URL configurable 2022-05-19 09:31:38 -07:00
auth-oauth.hpp UI: Add support for external browser OAuth 2021-07-24 15:50:59 -07:00
auth-restream.cpp UI: Make OAuth base URL configurable 2022-05-19 09:31:38 -07:00
auth-restream.hpp UI: Specify exact service to auth login callbacks 2021-07-24 15:50:59 -07:00
auth-twitch.cpp UI: Make OAuth base URL configurable 2022-05-19 09:31:38 -07:00
auth-twitch.hpp UI: Add UUID to Twitch panel URLs 2021-12-11 14:39:19 -08:00
auth-youtube.cpp UI: Fix compilation with browser disabled 2022-07-06 19:48:27 +02:00
auth-youtube.hpp UI: Add ability to send messages to YouTube chat 2022-06-27 14:35:01 -04:00
balance-slider.hpp
clickable-label.hpp
context-bar-controls.cpp UI: Fix crash if missing module in context bar 2022-06-25 16:09:30 -07:00
context-bar-controls.hpp UI: Use std::unique_ptr for ui variables 2022-02-20 00:30:37 -08:00
crash-report.cpp
crash-report.hpp
display-helpers.hpp UI: Add option to draw safe areas in preview 2021-08-20 15:20:59 -07:00
double-slider.cpp
double-slider.hpp
expand-checkbox.hpp
focus-list.cpp
focus-list.hpp
horizontal-scroll-area.cpp
horizontal-scroll-area.hpp
hotkey-edit.cpp UI: Add new theme Yami 2022-07-02 16:52:39 -07:00
hotkey-edit.hpp UI: Don't recreate entire Hotkey Settings tab 2022-01-05 23:56:34 -08:00
item-widget-helpers.cpp
item-widget-helpers.hpp
lineedit-autoresize.cpp UI: Add vertically expanding LineEdit Widget 2022-06-27 14:35:01 -04:00
lineedit-autoresize.hpp UI: Add vertically expanding LineEdit Widget 2022-06-27 14:35:01 -04:00
locked-checkbox.cpp UI: Source Toolbar 2020-08-17 07:18:18 -07:00
locked-checkbox.hpp UI: Source Toolbar 2020-08-17 07:18:18 -07:00
log-viewer.cpp UI: Create Log Viewer window XML file, migrate code 2022-04-10 11:52:11 +10:00
log-viewer.hpp UI: Create Log Viewer window XML file, migrate code 2022-04-10 11:52:11 +10:00
media-controls.cpp UI: Use std::unique_ptr for ui variables 2022-02-20 00:30:37 -08:00
media-controls.hpp UI: Use std::unique_ptr for ui variables 2022-02-20 00:30:37 -08:00
media-slider.cpp UI: Add eventFilter to media slider 2022-06-11 16:28:57 -07:00
media-slider.hpp UI: Add eventFilter to media slider 2022-06-11 16:28:57 -07:00
menu-button.cpp UI: Add new theme Yami 2022-07-02 16:52:39 -07:00
menu-button.hpp
multiview.cpp UI: Move multiview render into a new class 2022-07-10 13:45:43 +10:00
multiview.hpp UI: Move multiview render into a new class 2022-07-10 13:45:43 +10:00
mute-checkbox.hpp
obf.c
obf.h
obs-app.cpp UI: Apply default stylesheet before applying theme 2022-07-04 23:28:48 +10:00
obs-app.hpp UI: Apply default stylesheet before applying theme 2022-07-04 23:28:48 +10:00
obs-proxy-style.cpp UI: Use int return type in OBSIgnoreWheelProxyStyle 2022-05-30 22:55:36 +02:00
obs-proxy-style.hpp UI: Disable wheel scrolling on QComboBoxes 2022-04-02 16:04:51 -07:00
obs.manifest
obs.rc.in UI: Update CMakeLists.txt for main OBS app 2022-03-16 23:11:58 +01:00
platform-osx.mm UI: Use libobs rosetta detection 2022-06-19 01:37:15 +02:00
platform-windows.cpp UI: Implement Taskbar Overlay for Qt6 2022-07-10 14:06:15 +10:00
platform-x11.cpp UI: Move taskbar overlay functions into platform.hpp 2022-05-20 20:16:56 +10:00
platform.hpp UI: Use libobs rosetta detection 2022-06-19 01:37:15 +02:00
properties-view.cpp libobs,UI,docs: Add info as text property sub-type in the property API 2022-06-26 17:31:59 +10:00
properties-view.hpp UI: Fix deferred source properties not updating 2022-03-09 13:12:17 -08:00
properties-view.moc.hpp
qt-display.cpp UI: Close display before native surfaces 2022-05-28 16:54:37 -07:00
qt-display.hpp UI: Close display before native surfaces 2022-05-28 16:54:37 -07:00
qt-wrappers.cpp UI: Fix compiling error on nix platforms 2022-07-10 14:00:35 +10:00
qt-wrappers.hpp UI: Fix compiling error on nix platforms 2022-07-10 14:00:35 +10:00
record-button.cpp
record-button.hpp
remote-text.cpp UI, file-updater, rtmp-services: Enable curl ALPN support 2022-03-24 17:10:01 -07:00
remote-text.hpp UI: Add postDataSize option to GetRemoteText 2021-09-15 07:44:55 +02:00
scene-tree.cpp UI: Remove unnecessary code 2021-03-08 23:42:21 +13:00
scene-tree.hpp UI: Fix grid mode scenes overlapping 2021-03-08 23:33:54 +13:00
screenshot-obj.hpp UI: Add ability to make screenshots 2020-07-30 17:41:43 -07:00
slider-absoluteset-style.cpp UI: Use Qt::MiddleButton instead of deprecated Qt::MidButton 2020-12-01 10:54:21 -05:00
slider-absoluteset-style.hpp
slider-ignorewheel.cpp UI: Remove unneeded include 2022-01-04 01:54:38 -08:00
slider-ignorewheel.hpp UI: Various screen reader fixes 2020-11-25 19:38:05 -08:00
source-label.cpp
source-label.hpp
source-tree.cpp UI: Fix formatting 2022-06-25 14:46:05 +10:00
source-tree.hpp UI: Dim hidden source items in source tree 2021-08-17 08:24:28 -07:00
sparkle-updater.mm
spinbox-ignorewheel.cpp
spinbox-ignorewheel.hpp
ui-config.h.in UI: Make OAuth base URL configurable 2022-05-19 09:31:38 -07:00
ui-validation.cpp
ui-validation.hpp
undo-stack-obs.cpp UI: Optimize undo/redo functions with constant references 2022-01-19 21:39:43 +01:00
undo-stack-obs.hpp UI: Optimize undo/redo functions with constant references 2022-01-19 21:39:43 +01:00
url-push-button.cpp
url-push-button.hpp
vertical-scroll-area.cpp
vertical-scroll-area.hpp
visibility-checkbox.cpp UI: Source Toolbar 2020-08-17 07:18:18 -07:00
visibility-checkbox.hpp UI: Source Toolbar 2020-08-17 07:18:18 -07:00
visibility-item-widget.cpp UI: Fix crash when pressing `tab` key in rename 2022-05-31 09:53:14 -04:00
visibility-item-widget.hpp UI: Fix crash when pressing `tab` key in rename 2022-05-31 09:53:14 -04:00
volume-control.cpp UI: Add new theme Yami 2022-07-02 16:52:39 -07:00
volume-control.hpp UI: Make volume meter tweakable by stylesheet 2022-02-27 13:17:59 +11:00
window-basic-about.cpp UI: Update CMakeLists.txt for main OBS app 2022-03-16 23:11:58 +01:00
window-basic-about.hpp
window-basic-adv-audio.cpp UI: Cleanup advanced audio window 2022-06-18 23:13:13 +10:00
window-basic-adv-audio.hpp UI: Cleanup advanced audio window 2022-06-18 23:13:13 +10:00
window-basic-auto-config-test.cpp Revert service json lookup refactor in UI 2022-07-18 14:52:26 -07:00
window-basic-auto-config.cpp Revert service json lookup refactor in UI 2022-07-18 14:52:26 -07:00
window-basic-auto-config.hpp Revert service json lookup refactor in UI 2022-07-18 14:52:26 -07:00
window-basic-filters.cpp UI,mac-avcapture: Use consistent variables in locales 2022-07-02 14:02:40 +10:00
window-basic-filters.hpp UI: Add OBSQTDisplay::OnMove()/OnDisplayChange() 2022-02-26 01:09:07 -08:00
window-basic-interaction.cpp UI: Fix compiler warning when WIN32 is not defined 2022-04-23 16:12:45 -07:00
window-basic-interaction.hpp UI: Add OBSQTDisplay::OnMove()/OnDisplayChange() 2022-02-26 01:09:07 -08:00
window-basic-main-browser.cpp
window-basic-main-dropfiles.cpp UI: Support JXR image dropEvent on Windows 2022-05-08 15:25:43 -07:00
window-basic-main-icons.cpp
window-basic-main-outputs.cpp UI: Remove unnecessary UNUSED_PARAMETER 2022-07-19 11:01:00 -04:00
window-basic-main-outputs.hpp Merge pull request #5371 from norihiro/automatic-file-splitting 2022-04-10 16:49:37 -07:00
window-basic-main-profiles.cpp UI: Add Apple H.264 hardware encoder to simple mode 2022-07-11 23:45:43 +02:00
window-basic-main-scene-collections.cpp UI,mac-avcapture: Use consistent variables in locales 2022-07-02 14:02:40 +10:00
window-basic-main-screenshot.cpp UI: Add save notifications to status bar 2021-04-01 07:36:20 -07:00
window-basic-main-transitions.cpp UI: Remove duplicate missing files code 2022-07-18 19:12:31 +02:00
window-basic-main.cpp UI: Add low latency audio buffering mode to UI 2022-07-20 05:31:20 -07:00
window-basic-main.hpp UI: Fix undo stack uninitialized ui warning 2022-07-19 15:57:55 -04:00
window-basic-preview.cpp UI: Remove unnecessary UNUSED_PARAMETER 2022-07-19 11:01:00 -04:00
window-basic-preview.hpp UI: Cleanup libobs C++ type use 2021-11-26 23:23:51 +13:00
window-basic-properties.cpp UI: Fix compiler warning when WIN32 is not defined 2022-04-23 16:12:45 -07:00
window-basic-properties.hpp UI: Create Properties window XML file, migrate code 2022-04-10 11:52:11 +10:00
window-basic-settings-stream.cpp Revert service json lookup refactor in UI 2022-07-18 14:52:26 -07:00
window-basic-settings.cpp UI: Add low latency audio buffering mode to UI 2022-07-20 05:31:20 -07:00
window-basic-settings.hpp UI: Add low latency audio buffering mode to UI 2022-07-20 05:31:20 -07:00
window-basic-source-select.cpp UI: Add support for nonlinear SRGB blending 2022-04-02 16:02:41 -07:00
window-basic-source-select.hpp UI: Apply transforms/crops correctly to sources on paste 2021-11-10 14:22:45 -08:00
window-basic-stats.cpp UI: Cleanup libobs C++ type use 2021-11-26 23:23:51 +13:00
window-basic-stats.hpp
window-basic-status-bar.cpp UI: Remove unnecessary UNUSED_PARAMETER 2022-07-19 11:01:00 -04:00
window-basic-status-bar.hpp
window-basic-transform.cpp UI: Fix a stack overlow caused by using OBSScene 2021-12-16 23:38:59 -08:00
window-basic-transform.hpp UI: Update Edit Transform dialog on scene switch 2021-11-10 06:08:48 -08:00
window-dock-browser.cpp
window-dock-browser.hpp UI: Make BrowserDock native 2021-01-26 09:43:16 -08:00
window-dock.cpp
window-dock.hpp
window-extra-browsers.cpp UI: Save custom browser docks with docks data 2022-03-22 22:24:23 -07:00
window-extra-browsers.hpp UI: Remove UUID from ExtraBrowsersModel 2022-03-22 22:24:23 -07:00
window-importer.cpp UI: Fix imported scene collection names duplicating 2021-04-20 00:17:34 -07:00
window-importer.hpp
window-log-reply.cpp
window-log-reply.hpp
window-main.hpp
window-missing-files.cpp UI,mac-avcapture: Use consistent variables in locales 2022-07-02 14:02:40 +10:00
window-missing-files.hpp UI: Add missing files dialog 2021-01-17 10:31:59 +13:00
window-namedialog.cpp Revert "UI: Disable hotkeys when a user is expected to type text" 2021-10-03 07:52:44 -07:00
window-namedialog.hpp UI: Run Autoconfig Wizard on New Profile Creation 2020-10-29 14:15:57 -07:00
window-projector.cpp UI: Move multiview render into a new class 2022-07-10 13:45:43 +10:00
window-projector.hpp UI: Move multiview render into a new class 2022-07-10 13:45:43 +10:00
window-remux.cpp UI: Truncate displayed file paths in the middle in Remux window 2022-04-07 01:52:02 -07:00
window-remux.hpp
window-youtube-actions.cpp UI: Add ability to send messages to YouTube chat 2022-06-27 14:35:01 -04:00
window-youtube-actions.hpp UI: Mark YouTube window showEvent as override 2022-06-01 19:43:03 -04:00
youtube-api-wrappers.cpp UI: Add SendChatMessage to YouTube API wrappers 2022-06-27 14:35:01 -04:00
youtube-api-wrappers.hpp UI: Add SendChatMessage to YouTube API wrappers 2022-06-27 14:35:01 -04:00