0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 04:42:18 +02:00
obs-studio/UI
Richard Stanway 132f0b85fc UI: Relax mc_trans_video_imagescaler.dll DLL block
This is actually a MainConcept redistributable and not related to Adobe.
Unfortunately Elgato Game Capture HD software relies on this dependency
when presenting the DirectShow device to OBS, so we unintentionally
blocked it from loading.

Instead of outright blocking, we now block only older versions than the
version shipped by Elgato, which has hopefully been patched to fix the
random crashes.
2023-05-03 19:16:18 -04:00
..
cmake UI: Fix building macOS/Sparkle without Browser 2023-05-01 10:45:08 -04:00
data UI: Fix case inconsistency in translation key 2023-05-03 02:54:14 -07:00
forms UI: Switch format tooltip based on user selection 2023-03-25 18:57:01 -07:00
frontend-plugins Update translations from Crowdin 2023-05-01 23:11:13 +00:00
importers UI: Remove UNUSED_PARAMETER where unnecessary 2023-04-01 16:54:02 -07:00
obs-frontend-api cmake: Fix obs-frontend-apiConfig.cmake included from 3rd party plugin 2023-03-27 14:09:19 -04:00
update UI: Replace use of macros for macOS updater with character constants 2023-04-08 16:21:40 -07:00
win-update/updater updater: Add workaround for broken CLI arguments 2023-03-29 02:08:46 +02:00
xdg-data UI: Fix the license in the AppStream metadata 2023-04-22 16:41:13 -07:00
adv-audio-control.cpp UI: Remove UNUSED_PARAMETER where unnecessary 2023-04-01 16:54:02 -07:00
adv-audio-control.hpp UI: Fix typo with SetSourceName function 2022-07-10 14:00:35 +10:00
api-interface.cpp UI: Fix possible use-after-free of obs_source_t 2023-03-18 15:34:47 -07:00
audio-encoders.cpp UI: Fix advanced audio encoder bitrate always set to 192 2023-04-23 23:47:32 -07:00
audio-encoders.hpp UI: Add Opus bitrate map and per encoder bitrate list 2023-03-19 17:27:43 +01:00
auth-base.cpp
auth-base.hpp
auth-listener.cpp
auth-listener.hpp
auth-oauth.cpp UI: Make OAuth base URL configurable 2022-05-19 09:31:38 -07:00
auth-oauth.hpp
auth-restream.cpp UI: Refactor integration and browser docks 2023-03-17 20:21:08 +11:00
auth-restream.hpp UI: Refactor integration and browser docks 2023-03-17 20:21:08 +11:00
auth-twitch.cpp UI: Refactor integration and browser docks 2023-03-17 20:21:08 +11:00
auth-twitch.hpp UI: Refactor integration and browser docks 2023-03-17 20:21:08 +11:00
auth-youtube.cpp UI: Refactor integration and browser docks 2023-03-17 20:21:08 +11:00
auth-youtube.hpp UI: Refactor integration and browser docks 2023-03-17 20:21:08 +11:00
balance-slider.hpp
clickable-label.hpp
CMakeLists.txt UI: Fix building macOS/Sparkle without Browser 2023-05-01 10:45:08 -04:00
context-bar-controls.cpp UI: Don't std::move main in SetUndoProperties 2023-04-03 21:47:14 +02:00
context-bar-controls.hpp UI: Add application audio capture to toolbar 2022-07-23 17:41:34 -07:00
display-helpers.hpp
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: Make hotkey edit layout margins symmetrical 2023-04-15 16:38:18 -07:00
hotkey-edit.hpp UI: Defer creation of hotkey dupe icon until needed 2023-02-25 15:21:29 -08:00
item-widget-helpers.cpp UI: Remove workaround for current scene being deselectable on Qt 6.4.3+ 2023-02-11 16:01:27 -08:00
item-widget-helpers.hpp
lineedit-autoresize.cpp UI: Don't hardcode margins in lineedit-autoresize 2022-08-06 10:22:25 +10:00
lineedit-autoresize.hpp UI: Add vertically expanding LineEdit Widget 2022-06-27 14:35:01 -04:00
locked-checkbox.cpp
locked-checkbox.hpp
log-viewer.cpp UI: Force fixed font in plain text edits 2022-08-22 17:26:50 -07: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: Fix media controls shortcuts being global 2023-03-18 15:51:05 -07:00
media-controls.hpp UI, image-source: Add slide counter to slideshow toolbar 2022-11-20 03:07:27 -05:00
media-slider.cpp UI: Fix Qt 6 position deprecations 2022-07-22 09:37:17 -04:00
media-slider.hpp UI: Add eventFilter to media slider 2022-06-11 16:28:57 -07:00
menu-button.cpp UI: Fix Qt 6 position deprecations 2022-07-22 09:37:17 -04:00
menu-button.hpp
multiview.cpp UI: Remove number from multiview labels 2022-11-12 18:36:35 -05:00
multiview.hpp UI: Move multiview render into a new class 2022-07-10 13:45:43 +10:00
mute-checkbox.hpp UI: Add unassigned indicator and warning to mixer 2023-03-25 16:08:25 -07:00
obf.c
obf.h
obs-app.cpp UI: Remove unnecessary variables type conversions 2023-04-05 00:40:31 +02:00
obs-app.hpp UI: Rework recording format handling 2023-04-04 00:54:28 +00:00
obs-proxy-style.cpp UI: Use native combobox popup on macOS 2023-01-31 18:50:56 +01:00
obs-proxy-style.hpp UI: Use native combobox popup on macOS 2023-01-31 18:50:56 +01:00
obs.manifest UI: Remove unsupported Windows versions from manifest 2023-02-01 23:00:50 +01:00
obs.rc.in UI: Update CMakeLists.txt for main OBS app 2022-03-16 23:11:58 +01:00
plain-text-edit.cpp UI: Force fixed font in plain text edits 2022-08-22 17:26:50 -07:00
plain-text-edit.hpp UI: Force fixed font in plain text edits 2022-08-22 17:26:50 -07:00
platform-osx.mm CI: Fix build errors with Xcode 14.3 and platform SDK 13.3 2023-04-04 17:27:59 +00:00
platform-windows.cpp UI: Refactor Windows taskbar switch 2023-01-16 11:52:26 +01:00
platform-x11.cpp UI: Use blog for "Attempted path" log messages 2022-11-19 18:16:05 -08:00
platform.hpp UI: Set macOS appearance on theme change 2023-01-31 18:50:56 +01:00
properties-view.cpp UI: Recalculate scroll position after resize 2023-04-05 21:26:10 +00:00
properties-view.hpp UI: Recalculate scroll position after resize 2023-04-05 21:26:10 +00:00
properties-view.moc.hpp
qt-display.cpp UI: Fix close display before native surfaces 2022-07-30 16:21:36 -07:00
qt-display.hpp UI: Close display before native surfaces 2022-05-28 16:54:37 -07:00
qt-wrappers.cpp UI: Use UUIDs for QDataStream 2023-04-01 16:45:48 -07:00
qt-wrappers.hpp UI: Disable toolbar buttons when no source is selected 2022-11-20 00:06:17 -05:00
record-button.cpp UI: Don't try to make OBSBasic parent of ControlsSplitButton 2023-03-11 09:38:46 +11:00
record-button.hpp UI: Add Virtual Camera source selector dialog 2022-07-31 15:39:18 -07:00
remote-text.cpp UI: Add Whats New for macOS/Linux 2022-08-13 16:46:48 -07:00
remote-text.hpp
scene-tree.cpp UI: Remove workaround for current scene being deselectable on Qt 6.4.3+ 2023-02-11 16:01:27 -08:00
scene-tree.hpp UI: Remove workaround for current scene being deselectable on Qt 6.4.3+ 2023-02-11 16:01:27 -08:00
screenshot-obj.hpp UI: JXR screenshots on Windows 2022-07-30 16:33:57 -07:00
slider-absoluteset-style.cpp
slider-absoluteset-style.hpp
slider-ignorewheel.cpp UI: Make T-Bar unclickable 2023-03-07 13:47:51 -05:00
slider-ignorewheel.hpp UI: Make T-Bar unclickable 2023-03-07 13:47:51 -05:00
source-label.cpp
source-label.hpp
source-tree.cpp UI: Check item whether selected before select 2023-02-15 23:09:42 +01:00
source-tree.hpp UI: Fix source tree hovering being inconsistent 2022-08-30 18:49:23 +10:00
spinbox-ignorewheel.cpp
spinbox-ignorewheel.hpp
ui-config.h.in cmake: Add changes for CMake build framework 3.0 2023-03-26 18:20:38 -04:00
ui-validation.cpp UI: Use connect infos check in before stream check 2023-03-19 18:27:44 +01:00
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
visibility-checkbox.hpp
visibility-item-widget.cpp UI: Adjust list style of filters dialog 2022-08-02 09:27:00 -03: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: Fix unassigned audio source check in callback 2023-04-05 21:53:36 +02:00
volume-control.hpp UI: Add unassigned indicator and warning to mixer 2023-03-25 16:08:25 -07:00
win-dll-blocklist.c UI: Relax mc_trans_video_imagescaler.dll DLL block 2023-05-03 19:16:18 -04:00
window-basic-about.cpp Revert "UI: Remove bitness strings" 2023-04-01 16:35:10 -07: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 UI: Fix translation key 2023-03-25 18:29:07 -07:00
window-basic-auto-config.cpp UI: Add Apple Hardware Encoder to AutoConfig 2022-11-19 17:38:22 -05:00
window-basic-auto-config.hpp UI: Add Apple Hardware Encoder to AutoConfig 2022-11-19 17:38:22 -05:00
window-basic-filters.cpp UI: Remove UNUSED_PARAMETER where unnecessary 2023-04-01 16:54:02 -07:00
window-basic-filters.hpp UI: Remove UNUSED_PARAMETER where unnecessary 2023-04-01 16:54:02 -07:00
window-basic-interaction.cpp UI: Remove UNUSED_PARAMETER where unnecessary 2023-04-01 16:54:02 -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 libobs, UI: Add OBS_ICON_TYPE_PROCESS_AUDIO_OUTPUT 2022-07-23 17:41:34 -07:00
window-basic-main-outputs.cpp UI: Fix replay buffer/split file extension 2023-04-05 01:14:26 +02:00
window-basic-main-outputs.hpp UI: Rework recording format handling 2023-04-04 00:54:28 +00:00
window-basic-main-profiles.cpp UI: Add QSV AV1 to simple output mode 2022-11-21 19:08:02 -08:00
window-basic-main-scene-collections.cpp UI: Reset UUIDs in duplicated collection 2023-03-12 01:11:38 +01:00
window-basic-main-screenshot.cpp obs-frontend-api: Add functions to get last saved files 2022-10-30 19:53:11 -07:00
window-basic-main-transitions.cpp UI: Remove UNUSED_PARAMETER where unnecessary 2023-04-01 16:54:02 -07:00
window-basic-main.cpp UI: Disable auto-remux for AV1+PCM, use MOV for PCM 2023-04-22 16:16:40 -07:00
window-basic-main.hpp UI: Remove UNUSED_PARAMETER where unnecessary 2023-04-01 16:54:02 -07:00
window-basic-preview.cpp UI: Remove UNUSED_PARAMETER where unnecessary 2023-04-01 16:54:02 -07:00
window-basic-preview.hpp UI: Limit preview scrolling 2023-03-11 15:22:23 -08:00
window-basic-properties.cpp UI: Explicitly focus Ok button in properties dialog 2023-04-29 16:07:38 -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-a11y.cpp UI: Use native color dialog on macOS 2023-02-19 04:10:51 +01:00
window-basic-settings-stream.cpp UI: Add AMD AV1 encoder to simple output mode 2023-03-30 22:04:07 -04:00
window-basic-settings.cpp UI: Fix simple mode replay buffer maximum not being set 2023-04-14 19:35:59 -04:00
window-basic-settings.hpp UI: Remove UNUSED_PARAMETER where unnecessary 2023-04-01 16:54:02 -07:00
window-basic-source-select.cpp UI: Remove UNUSED_PARAMETER where unnecessary 2023-04-01 16:54:02 -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,libobs,libobs-opengl,obs-ffmpeg: Remove unneeded cast in switches 2023-01-16 11:52:26 +01:00
window-basic-stats.hpp UI: Fix stats widget appearance on Yami themes 2022-10-19 15:02:25 -04:00
window-basic-status-bar.cpp UI: Remove UNUSED_PARAMETER where unnecessary 2023-04-01 16:54:02 -07:00
window-basic-status-bar.hpp
window-basic-transform.cpp UI: Fix transform dialog not being closable 2023-03-26 10:55:16 +11:00
window-basic-transform.hpp UI: Connect Reset button in Transform dialog with main window directly 2023-02-18 15:19:21 -08:00
window-basic-vcam-config.cpp UI: Refactor Virtual Camera source selector dialog 2023-02-25 16:06:59 -08:00
window-basic-vcam-config.hpp UI: Refactor Virtual Camera source selector dialog 2023-02-25 16:06:59 -08:00
window-basic-vcam.hpp UI: Refactor Virtual Camera source selector dialog 2023-02-25 16:06:59 -08:00
window-dock-browser.cpp
window-dock-browser.hpp
window-dock.cpp
window-dock.hpp
window-extra-browsers.cpp UI: Refactor integration and browser docks 2023-03-17 20:21:08 +11:00
window-extra-browsers.hpp UI: Remove UUID from ExtraBrowsersModel 2022-03-22 22:24:23 -07:00
window-importer.cpp
window-importer.hpp
window-log-reply.cpp
window-log-reply.hpp
window-main.hpp
window-missing-files.cpp UI: Remove UNUSED_PARAMETER where unnecessary 2023-04-01 16:54:02 -07:00
window-missing-files.hpp
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
window-permissions.cpp UI: Add macOS permissions window 2022-07-31 18:14:41 +02:00
window-permissions.hpp UI: Add macOS permissions window 2022-07-31 18:14:41 +02:00
window-projector.cpp UI: Avoid calling libobs functions with null pointers in projectors 2023-04-14 15:50:59 -07:00
window-projector.hpp UI: Use weak source for projectors 2022-11-17 18:41:23 -05:00
window-remux.cpp UI: Remux mp4/mov to mp4/mov with suffix 2023-03-29 19:17:08 +00:00
window-remux.hpp
window-youtube-actions.cpp UI: Use bilinear scaling for YT thumbnail 2023-03-08 18:41:20 -05: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