Richard Stanway
aa97534057
obs-ffmpeg: Log why new NVENC might not be used
2020-04-26 23:32:51 +02:00
Richard Stanway
efc23bb1ee
UI: Remove requirement for replay buffer hotkey
...
Fixes https://github.com/obsproject/obs-studio/issues/2807
2020-04-26 16:56:36 +02:00
Joel Bethke
dac1f7ddac
Merge pull request #2797 from GeorgesStavracas/gbsneto/color-grade-filter
...
obs-filters: Add a user label to the LUT filter
2020-04-25 16:23:49 -05:00
Georges Basile Stavracas Neto
bbf08b34d2
obs-filters: Add a user label to the LUT filter
...
While discussing the Flatpak RFC [1], it was spotted that the
LUT filter couldn't open the file selection dialog. It was
explained, then, that the proper formats were either composed
of "User Label (file extensions)", or "file extensions", and
the LUT filter was setting "(file extensions)" without the
actual user label.
While this works on a standard Qt file selection dialog, it
cannot be properly formatted as a set of D-Bus filters, thus
breaking the sandbox integration.
Add a simple user label to the LUT file filter.
[1] https://github.com/obsproject/rfcs/pull/21#issuecomment-619106757
2020-04-24 17:18:47 -03:00
Colin Edwards
b35c3a21f7
Merge pull request #2792 from PatTheMav/azure-pipelines-swig-fix
...
CI: Fix Azure Pipelines macOS runs
2020-04-23 21:27:16 -05:00
PatTheMav
1bada2d8e7
CI: Fix Azure Pipelines macOS runs
2020-04-24 03:43:51 +02:00
jp9000
824a0ec416
obs-browser, obs-vst: Fix formatting
2020-04-23 16:50:13 -07:00
Joel Bethke
9663d3f59f
Merge pull request #2791 from unknowndomain/master
...
UI: Update OSX to macOS in English translation
2020-04-23 18:27:55 -05:00
Tom Lynch
8109183cd9
UI: Update OSX to macOS in English translation
2020-04-23 23:38:54 +01:00
Joel Bethke
14b056539f
Merge pull request #2771 from AntowaStrong/virtwish-service
...
rtmp-services: Add VirtWish service
2020-04-22 09:16:55 -05:00
Joel Bethke
bcdc97e40e
Merge pull request #2770 from redcrazyheart/changestripchatsources
...
rtmp-services: Update Stripchat streaming service
2020-04-22 09:15:16 -05:00
AntowaStrong
e0e0860b82
rtmp-services: Add VirtWish service
2020-04-21 16:08:30 +03:00
redcrazyheart
fc6ab20109
rtmp-services: Change Stripchat streaming service
2020-04-21 12:36:00 +03:00
Colin Edwards
22ea90e436
Merge pull request #2767 from Warchamp7/dock-title-buttons
...
UI: Add white icons for dock titles
2020-04-20 17:02:15 -05:00
Warchamp7
e1e7e14dc9
UI: Add white icons for dock titles
...
- Add pop-out and close svg icons
- Update all dark themes qss with the new icons
2020-04-20 17:07:04 -04:00
Colin Edwards
d795905138
Merge pull request #2749 from jpark37/gl-viewport-flip
...
libobs-opengl: Fix viewport flip
2020-04-19 15:56:17 -05:00
Colin Edwards
9447a06b05
Revert "UI: Remove unnecessary global variables"
...
This reverts commit f91d3baf43
.
From @pkv: the reason some of these vars were global is because Qt was not deleting them at all; as a result memory leaks have been reintroduced for: previewProjector, trayMenu, studioProgramProjector, multiviewProjectorMenu ;
2020-04-19 09:31:18 -05:00
jpark37
44ebde553d
libobs-opengl: Fix viewport flip
...
Flip viewport in coordination with update_viewproj_matrix.
2020-04-18 22:13:03 -07:00
Colin Edwards
27a0d9e5b7
Merge pull request #2753 from cg2121/code-cleanup
...
UI: Remove unnecessary global variables
2020-04-18 21:09:00 -05:00
Colin Edwards
19ae677169
Merge pull request #2685 from PatTheMav/ci-github-actions
...
CI: Add Github Actions workflow for branch pushes and PRs
2020-04-18 21:08:29 -05:00
PatTheMav
24e4a256f7
CI: Add main Github Actions workflow for branch pushes and PRs
2020-04-19 04:07:28 +02:00
Clayton Groeneveld
f91d3baf43
UI: Remove unnecessary global variables
2020-04-18 18:58:45 -05:00
Colin Edwards
8b1b6b1e75
Merge pull request #2656 from dbieber/z2020-04-05-mac-capture
...
mac-capture: Use window id to identify windows on MacOS
2020-04-18 18:48:29 -05:00
Colin Edwards
55e2985026
Merge pull request #1944 from WizardCM/windows-rc-definition
...
CMake: Build Windows modules with file descriptors
2020-04-18 18:27:22 -05:00
Colin Edwards
0f10c0811a
Merge pull request #2720 from Bennik2000/status_icons_streaming_recording
...
UI: Add status icons for recording and streaming
2020-04-18 18:23:32 -05:00
Colin Edwards
e15f4e4454
Merge pull request #2732 from cg2121/ui-margins
...
UI: Adjust a few margins
2020-04-18 18:15:09 -05:00
Colin Edwards
c03bad85ef
Merge pull request #2658 from hselasky/alsa_support_freebsd
...
plugins: Build ALSA plugin for FreeBSD
2020-04-18 17:39:25 -05:00
Clayton Groeneveld
f7caa1119c
UI: Adjust a few margins
...
-Remove 9px margins around central widget. This saves 18px of vertical
space. This will be helpful when the source context menu is added,
which is 24px tall.
-Adjusts margins in transitions dock. The top of the transitions dock
wasn't lined up with the top of the controls dock, which made it look
bad.
2020-04-18 17:24:59 -05:00
Colin Edwards
8a89dd7a46
Merge pull request #2723 from exeldro/doc_prop_group
...
docs/sphinx: Add Property Grouping
2020-04-18 17:15:57 -05:00
Colin Edwards
47cfe13be2
Merge pull request #2648 from kkartaltepe/fix-previewlabel-styling
...
UI: Fix previewLabel styling
2020-04-18 16:32:43 -05:00
Richard Stanway
9927cf035b
Merge pull request #2746 from exeldro/remove_scenes
...
UI: Remove all scenes in ClearSceneData
2020-04-18 21:37:52 +02:00
Jim
05b66262c8
Merge pull request #1786 from brittneysclark/qsv_texture_based_encoding
...
obs-qsv: Enable QSV texture-based encoding
2020-04-18 12:30:26 -07:00
jp9000
01df98b3aa
obs-vst: Fix formatting
2020-04-18 12:28:19 -07:00
jp9000
5d45249d9f
obs-browser: Fix formatting
2020-04-18 12:28:05 -07:00
Richard Stanway
4fda6cf846
Merge pull request #2700 from Bennik2000/mantis_0001603
...
obs-ffmpeg: Fix media source not closing file when inactive
2020-04-18 21:24:25 +02:00
Exeldro
029b4d1a05
UI: Remove all scenes in ClearSceneData
2020-04-18 17:08:52 +02:00
Richard Stanway
a81071f8cc
Merge pull request #2739 from exeldro/removed_sources
...
libobs: Don't save removed sources
2020-04-18 16:58:48 +02:00
Exeldro
874820ec2f
libobs: Don't save removed sources
2020-04-18 08:30:06 +02:00
wolf247
8a5ad6ac92
rtmp-services: Update ChathostessModels service ( #2745 )
2020-04-18 01:29:47 -05:00
Ben Torell
19c5da4645
Merge pull request #2710 from emaste/ci
...
CI: Add qt5-xml package for FreeBSD build task
2020-04-17 14:43:21 -04:00
Ben Torell
97067f853f
Merge pull request #2667 from emaste/buildfix
...
linux-v4l2: Fix build with Clang 10.0
2020-04-17 14:42:49 -04:00
brittneysclark
cc896b6c03
obs-qsv11: Enable QSV texture-based encoding
...
Enables a pipeline for texture-based encoding with QSV. Utilizes OBS
NV12 output for encode to avoid offloading them from GPU, which will
increase performance. The option to select old QSV pipeline still
remains and will fallback if new pipeline fails.
2020-04-17 09:05:52 -07:00
Colin Edwards
355cd6ccc0
Merge pull request #2735 from DDRBoxman/osxcase
...
libobs: Fix plugin folder search path case on macOS
2020-04-16 19:41:11 -05:00
Colin Edwards
b7b202fac7
libobs: Fix plugin folder search path case on macOS
2020-04-16 19:28:00 -05:00
Bennik2000
d8e67d2f3c
UI: Add status icons for recording and streaming
2020-04-16 19:15:13 +02:00
Colin Edwards
7247a80b3c
CI: Add freetype dep on osx
2020-04-15 23:37:07 -05:00
Keylase
8726425a6c
rtmp-services: Add WASDTV ( #2697 )
2020-04-15 17:29:36 -05:00
Exeldro
b7a17d5b22
docs/sphinx: Add Property Grouping
2020-04-15 16:40:52 +02:00
Colin Edwards
e3c63c003a
libobs: Update version to 25.0.6 (mac release)
2020-04-13 20:41:04 -05:00
Colin Edwards
e7636f89a6
obs-vst: Don't allow widget close on macOS
2020-04-13 19:28:55 -05:00