0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 21:13:04 +02:00
obs-studio/plugins/win-dshow
PatTheMav aae3a6a466 cmake: Fix diverging prefix padding for OBS status outputs
Status output related to OBS configuration is prefixed with the string
"OBS" and added padding for enabled and disabled features. This padding
was not aligned between platforms.

By moving the padding and prefix decoration into its own function,
both elements are controlled in a single place. CMake scripts were
changed to use this new function `obs_status` instead of using CMake's
`message` function directly.
2022-03-26 09:44:23 -04:00
..
data win-dshow: Add hardware decode toggle 2022-02-26 15:31:48 -08:00
libdshowcapture@8e7a75f2bf libdshowcapture: Add P010 support 2022-01-11 10:40:01 +11:00
virtualcam-module plugins: Update CMakeLists.txt for included plugins 2022-03-16 23:11:08 +01:00
CMakeLists.txt cmake: Fix diverging prefix padding for OBS status outputs 2022-03-26 09:44:23 -04:00
dshow-plugin.cpp plugins: Update CMakeLists.txt for included plugins 2022-03-16 23:11:08 +01:00
encode-dstr.hpp clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
ffmpeg-decode.c obs-ffmpeg: Use av_packet_alloc instead of av_init_packet 2022-03-24 17:19:40 -07:00
ffmpeg-decode.h win-dshow: Fix hwdevice_ctx leak 2022-03-05 15:02:23 -08:00
shared-memory-queue.c win-dshow: Check return values for memory allocation functions 2021-03-23 03:07:22 +01:00
shared-memory-queue.h win-dshow: Add Virtual Camera (Windows) 2020-07-07 06:09:59 -07:00
tiny-nv12-scale.c win-dshow: Add support for YUY2 in virtualcam 2020-11-14 04:25:39 -08:00
tiny-nv12-scale.h win-dshow: Add support for YUY2 in virtualcam 2020-11-14 04:25:39 -08:00
virtualcam-guid.h.in plugins: Update CMakeLists.txt for included plugins 2022-03-16 23:11:08 +01:00
virtualcam-install.bat.in win-dshow: Set current working directory in VirtualCam scripts 2020-09-15 19:58:02 +10:00
virtualcam-uninstall.bat.in win-dshow: Set current working directory in VirtualCam scripts 2020-09-15 19:58:02 +10:00
virtualcam.c win-virtualcam: Make sure virtualcam output thread safe 2021-12-18 07:14:47 -08:00
win-dshow-encoder.cpp clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
win-dshow.cpp win-dshow: Add hardware decode status to log 2022-02-27 02:40:09 -08:00