Jim
7e634ee389
Merge pull request #1798 from cg2121/mantis-1418
...
UI: Fix file browser showing up when dir selected
2019-03-31 20:32:00 -07:00
Jim
62e2c955de
Merge pull request #1794 from cg2121/fix-ctrl-c-crash-linux
...
UI: Fix crash when using ctrl-c in Linux terminal
2019-03-31 18:50:39 -07:00
Clayton Groeneveld
659b58c8f3
UI: Fix file browser showing up when dir selected
...
Fixes: https://obsproject.com/mantis/view.php?id=1418
2019-03-31 06:36:13 -05:00
Clayton Groeneveld
cc1f239420
UI: Fix crash when using ctrl-c in Linux terminal
...
This fixes a seg fault that would happen when launching OBS from the
terminal and then hitting ctrl-c.
2019-03-31 00:59:51 -05:00
jp9000
d18c62b2b5
libobs, image-source: Fix ABI break in image_file_t structure
...
In commit a776a6cf071, the image_file_t structure (which is a public
structure) had a member variable added to it, which broke ABI.
2019-03-28 22:30:20 -07:00
jp9000
eb672d7725
UI: Fix act. feed version hide check to <= 23.0.2
2019-03-28 16:45:24 -07:00
jp9000
b1f04a47cf
libobs: Change internal version to 23.0.3 (temporarily)
...
While performing a release candidate, it is important to use an actual
version before the actual release candidate version so that the
auto-updater will know to update to 23.1.0
2019-03-28 16:44:07 -07:00
jp9000
5d83e1aec4
obs-ffmpeg: Show encoder name when logging jim-nvenc
2019-03-28 16:38:14 -07:00
jp9000
81354a9903
UI: Hide act. feed by default if prev ver below 23.1
2019-03-28 16:38:14 -07:00
Jim
a4f602b15a
Merge pull request #1784 from cg2121/remove-help-icon
...
UI: Remove help icon from source select dialog
2019-03-28 02:28:46 -07:00
Clayton Groeneveld
c1eefdca68
UI: Remove help icon from source select dialog
...
Fixes https://obsproject.com/mantis/view.php?id=1394
2019-03-28 03:55:25 -05:00
jp9000
29a1a97392
UI: Don't open settings or close in event subloop
...
Fixes a crash that can happen if you try to use the settings window
while in an even subloop, or if you try to close OBS while in an event
subloop. Continually retries (defers) the actions every one second
until the subloop has finished.
2019-03-26 22:05:52 -07:00
jp9000
11c0d6e976
libobs: Update version to 23.1.0
2019-03-26 22:05:52 -07:00
Gol-D-Ace
2283e6742a
CI: Add Restream secrets for AppVeyor
2019-03-27 02:23:23 +01:00
Jim
7066055cf3
Merge pull request #1761 from jpark37/gl-fixes
...
libobs: Fix invalid max_anisotropy value
2019-03-26 14:14:06 -07:00
Jim
faa2ba3617
Merge pull request #1776 from jpark37/unused-function
...
obs-filters: Remove unused function in shader
2019-03-26 14:08:02 -07:00
Jim
754c4d66c8
Merge pull request #1772 from jpark37/area-filter-glsl-fix
...
libobs: Fix Area scale filter for GLSL
2019-03-26 14:07:39 -07:00
Jim
02dad0b858
Merge pull request #1779 from jpark37/sharpness-cleanup
...
libobs: Remove dead code in sharpness effect
2019-03-26 14:06:41 -07:00
jp9000
c18aab29ee
obs-ffmpeg: Fix blacklisted adapter check
...
The quadro P5000 would incorrectly be considered blacklisted because it
used a string search for the P500, which is an earlier quadro variant
that does not have NVENC support.
To fix this, instead of just doing a string search, additionally check
to make sure that there preceding or trailing numbers on the adapter
name.
2019-03-26 03:00:00 -07:00
SoftArch
de66aeab68
UI: Add Restream integration
...
Closes obsproject/obs-studio#1768
2019-03-25 19:13:27 -07:00
Richard Stanway
0bf09160e5
win-dshow: Update libdshowcapture for crash fix
2019-03-25 17:16:21 +01:00
James Park
36201d9b67
libobs: Remove dead code in sharpness effect
...
Not sure why, but there's a dead uniform and interpolant in the
sharpness effect. This change removes them.
2019-03-25 08:38:45 -07:00
James Park
f046177c4f
obs-filters: Remove unused function in shader
...
SampleYUVToRGB() is no longer used after the previous DrawMatrix purge.
2019-03-23 18:31:38 -07:00
James Park
746820e35a
libobs: Fix Area scale filter for GLSL
...
Remove const qualifiers because they are syntax errors for GLSL when
used like in C.
2019-03-23 13:16:50 -07:00
Gol-D-Ace
a81b7a3e58
CI: Don't build service integration in PRs&Forks
...
Without this, Fork and PR builds will fail.
2019-03-23 19:24:04 +01:00
Gol-D-Ace
3e78e05c6e
CI: Build service integration on Azure Pipelines
2019-03-23 14:35:29 +01:00
jp9000
3a288e95f4
obs-browser: Make DispatchJSEvent asynchronous
2019-03-22 05:29:08 -07:00
jp9000
70b8f0aa65
libobs: Fix ABI break
...
OBS_EFFECT_AREA from 7d811499e was inserted in the middle of the enum,
which breaks ABI for any binaries that use
OBS_EFFECT_PREMULTIPLIED_ALPHA or OBS_EFFECT_BILINEAR_LOWRES.
2019-03-22 03:46:42 -07:00
Jim
233c4a85d2
Merge pull request #1751 from cg2121/fix-repeating-images
...
image-source: Re-add fix of repeating images
2019-03-20 19:13:22 -07:00
Jim
5b4a965fd7
Merge pull request #1762 from Dmitry-Me/fixOutputSpecifiers
...
libobs: Fix output type specifiers
2019-03-20 02:43:36 -07:00
Jim
a0ea389789
Merge pull request #1764 from Gol-D-Ace/remove_and_ignore_obs.rc
...
UI: Remove and ignore obs.rc
2019-03-19 19:23:17 -07:00
Gol-D-Ace
6dfb0caab3
UI: Remove and ignore obs.rc
...
This file gets automatically generated from obs.rc.in by CMake and
could get accidentally committed.
2019-03-20 02:41:38 +01:00
Colin Edwards
2faa015c92
Merge pull request #1753 from Xaymar/patch-obs_property_float_set_limits
...
libobs: Fix obs_property_float_set_limits
2019-03-19 19:43:58 -05:00
Colin Edwards
55c1b5bd7b
Merge pull request #1736 from cg2121/icons-from-theme
...
UI: Use icons from theme on Linux
2019-03-19 19:25:42 -05:00
James Park
5fe128a047
libobs-opengl: Fix bad log string
2019-03-19 09:17:15 -07:00
Dmitry-Me
eea71e5e7f
libobs: Fix output type specifiers
2019-03-19 18:29:09 +03:00
James Park
cb67192077
libobs: Fix invalid max_anisotropy value
...
max_anisotropy is initialized to zero, but the minimum value is 1.
2019-03-19 01:26:28 -07:00
Clayton Groeneveld
2080051b9f
UI: Use icons from theme on Linux
2019-03-16 05:41:12 -05:00
Gol-D-Ace
e67cae3710
Revert "UI: Add obs.rc to .gitignore"
...
This reverts commit 641bd7d3ae6811137861e91b60d5d1c0ef142ec1.
Git can't ignore files that are already tracked.
2019-03-16 11:15:48 +01:00
Michael Fabian 'Xaymar' Dirks
3cac828a3e
libobs: Fix obs_property_float_set_limits
...
This function incorrectly checked for an Integer type instead of a
Float type, causing it to do nothing.
2019-03-16 04:30:33 +01:00
Colin Edwards
3300ba4d33
Merge pull request #1749 from Gol-D-Ace/gitignore-obs.rc
...
Add obs.rc to .gitignore
2019-03-15 22:14:31 -05:00
Colin Edwards
0f54a22d94
Merge pull request #1750 from jpark37/area-filter-remove-downscale
...
UI: Remove Area downscale filter option
2019-03-15 22:11:13 -05:00
Clayton Groeneveld
f101ea0834
image-source: Re-add fix of repeating images
...
With the dynamic loading of images being reverted, the fix for
this separate issue was also reverted.
2019-03-14 12:23:36 -05:00
James Park
8b1d701b27
UI: Remove Area downscale filter option
...
Originally added for completeness but wasn't actually implemented
correctly. Can be added back later if desired.
2019-03-14 10:05:50 -07:00
Gol-D-Ace
641bd7d3ae
UI: Add obs.rc to .gitignore
...
This file gets automatically generated and should not be committed.
2019-03-14 11:05:49 +01:00
Gol-D-Ace
f27a00d266
Revert "obs-ffmpeg: Add option to use b-frames as reference"
...
This reverts commit adf3337d3cdd1fe91cc5c763ff5ea292b4d6787e.
Currently causing timestamp issues resulting in FPS issues.
2019-03-14 10:05:55 +01:00
Colin Edwards
e001e2d1b9
Merge pull request #1733 from VodBox/media-source-wording
...
obs-ffmpeg: Change clear on media end wording for media source
2019-03-14 00:17:42 -05:00
Dmitry-Me
b835d7ec05
libobs: Fix effect parsing log specifiers
...
Closes #1649
2019-03-14 00:04:15 -05:00
Colin Edwards
5c16a96770
Merge pull request #1715 from jpark37/area-filter
...
Add "Area" scale filter
2019-03-13 23:30:25 -05:00
Colin Edwards
ef668b239d
Merge pull request #1678 from boxerab/libvlc_pkgconfig
...
cmake: Fix pkg-config handling of libvlc
2019-03-13 23:10:23 -05:00