Shaolin
e9333600e1
Authors: Update Contributors list
...
Co-authored-by: pkviet <pkv.stream@gmail.com>
2019-01-08 21:01:42 -02:00
Jim
3225359e6c
Merge pull request #1587 from VodBox/sc-export-save
...
UI: Save scene collection before export
2019-01-05 10:47:29 -08:00
bth
12265ac449
UI: Fix Defaults button not triggering UI update
...
Update all UI at default values when clicks "Defaults" button in the
source Properties.
This fixes mantis issue 1242.
Closes obsproject/obs-studio#1592
2019-01-05 07:12:02 -08:00
jp9000
13ee5e00bb
rtmp-services: Update service json format version
...
Some of the format of the Json changed (adding alt_names), so update the
format version to prevent it from being used with older versions.
2019-01-05 07:10:52 -08:00
Jim
6a0b9517db
Merge pull request #1596 from computerquip/const-correct-cmdline2
...
libobs: Allow const argument in obs_set_cmdline_args
2019-01-05 06:51:25 -08:00
Jim
194f344727
Merge pull request #1590 from OsirisNL/game_mode_fix
...
libobs: Fix Windows Game Mode detection on newer Windows 10 versions
2019-01-05 06:49:23 -08:00
Colin Edwards
dfe83a7f91
Merge pull request #1604 from DDRBoxman/keyerrgb
...
Decklink: only use RGBA when using keyer
2019-01-04 23:05:53 -06:00
Colin Edwards
b09880bf2d
Merge pull request #1594 from DDRBoxman/qsvwtf
...
obs-qsv11: Log errors on init
2019-01-04 22:55:50 -06:00
Colin Edwards
e296855d14
Decklink: only use RGBA when using keyer
2019-01-04 22:25:08 -06:00
Jim
37dc3cde2b
Merge pull request #1598 from chaturbatecom/chaturbatesourcesupdate2
...
rtmp-services: Update Chaturbate POPs
2019-01-04 19:43:49 -08:00
Colin Edwards
e9b4d50606
obs-qsv11: Log errors on init
2019-01-04 20:01:39 -06:00
Jim
3d401b7068
Merge pull request #1582 from justinlynn/port-to-ppc64
...
Build on PPC64LE using x86 Intrinsic Compat Shims
2019-01-04 16:19:01 -08:00
Jim
06f0203b22
Merge pull request #1581 from rkfg/dev
...
UI: Support fractional scaling
2019-01-04 16:05:50 -08:00
Colin Edwards
2e4bcf5dc0
Merge pull request #1576 from DDRBoxman/rebasedkeyer
...
Decklink: Keyer Support
2019-01-04 17:34:50 -06:00
Colin Edwards
19bc92d267
Decklink: Keyer support
2019-01-04 17:34:00 -06:00
Jim
1e6bfa2eb1
Merge pull request #1572 from craftwar/utf8-fix
...
libobs: Fix utf-8 bom is not properly skipped
2019-01-04 14:55:57 -08:00
Jim
dcd2f34236
Merge pull request #1556 from pkviet/limiter-separate
...
obs-filters: Add limiter filter
2019-01-04 14:33:48 -08:00
Michael Fabian 'Xaymar' Dirks
93549ea17c
libobs: Add get_defaults2 and get_properties2 for encoders
...
Adds optional alternate functions to allow passing the encoder type_data
to reduce code duplication.
Closes obsproject/obs-studio#1541
2019-01-04 12:23:46 -08:00
Jim
62935bfef9
Merge pull request #1521 from Andersama/patch-31
...
libobs: Fix crash when pixel or vertex shader are missing
2019-01-04 06:37:53 -08:00
Jim
e7fcd71715
Merge pull request #1513 from SingularityAzure/linux-capture-xcompcap-singularity
...
linux-capture: XCompCap now chooses glXFBConfigs based on window depth
2019-01-04 06:36:02 -08:00
Chaturbate
349849e518
rtmp-services: Update Chaturbate POPs
2019-01-01 17:03:33 -08:00
Zachary Lund
fe3f7539a3
libobs: Allow const argument in obs_set_cmdline_args
...
obs_set_cmdline_args copies the arguments passed to it. This means that
the array passed will never require it to be modified.
2018-12-30 00:02:00 -06:00
Jim
7246caae0f
Merge pull request #1593 from WizardCM/patch-1
...
Add Discord badge to README
2018-12-28 01:43:52 -08:00
Matt Gajownik
bc9e20a242
Add Discord badge to README
2018-12-28 20:22:54 +11:00
Jim
1f44e06490
Merge pull request #1591 from exeldro/circlebuf
...
libobs: Fix circlebuf_pop_back returning front
2018-12-27 03:47:42 -08:00
Exeldro
a0a0ca73c1
libobs: Fix circlebuf_pop_back returning front
2018-12-27 09:28:49 +01:00
Michel Snippe
7fd8743633
libobs: Fix Windows Game Mode detection on newer Windows 10 versions
2018-12-26 23:13:37 +01:00
VodBox
ab6c3e0f4b
UI: Save scene collection before export
2018-12-21 11:26:13 +13:00
rkfg
4e9e692a69
UI: Support fractional scaling
...
On Linux the preview widget scaling uses only the integer part of the
scale. This results in a partially non-repainting window that looks
buggy and annoying.
2018-12-20 19:34:40 +03:00
Jim
c9612983e6
Merge pull request #1585 from pkviet/settings
...
UI: Revert default tab in Settings > Output: Advanced tab to Stream tab
2018-12-19 21:06:59 -08:00
pkviet
d5fbb97990
UI: Revert default tab in Settings > Output: Advanced to Stream tab
...
Commit 2fedcab9872 changed the default index for widget "advOutTabs"
in OBSBasicSettings.ui; revert to index 0 (stream tab).
2018-12-20 03:27:21 +01:00
J Lynn
36a6629e6b
Add support for building on PPC64LE using x86 Intrinsic Compat Shim
2018-12-17 05:33:16 +11:00
Jim
6d8f2f4f93
Merge pull request #1570 from derrod/purge-services
...
rtmp-services: Remove dead servers/services
2018-12-12 18:36:49 -08:00
craftwar
0a6dc398b7
libobs: Fix utf-8 bom is not properly skipped
2018-12-10 07:57:32 +08:00
probonopd
f1b9f6b3ce
UI: Show "OBS Studio" in linux desktop link
...
Closes obsproject/obs-studio#1563
2018-12-07 12:51:09 -08:00
pkviet
736b7f0d35
UI: Fix display of mono source with surround output
...
A mono input with surround output is upmixed by swresampler by routing
it to FC (front center) by default which corresponds to third channel
for 3.0, 4.0, 4.1, 5.0, 5.1, 7.1. (The other channels are muted.)
But the volume meters are set to show the first channel for mono sources.
Therefore although audio is processed, it would not show on the meter.
This fixes this display issue.
Closes obsproject/obs-studio#1540
2018-12-07 12:38:17 -08:00
Jim
494a37ec74
Merge pull request #1547 from SuslikV/patch-9
...
decklink: Add declaration file for integer types
2018-12-06 12:02:04 -08:00
jp9000
be2b46c431
CONTRIBUTING.rst: Add Discord server and dev chat
...
Closes obsproject/obs-studio#1568
2018-12-06 09:19:18 -08:00
Jim
d10368419d
Merge pull request #1569 from Dmitry-Me/initMemberVar3
...
win-mf: Initialize member variable
2018-12-06 09:12:58 -08:00
derrod
3ea4b47b1c
rtmp-services: Remove dead servers/services
2018-12-06 16:54:07 +01:00
Cheeseness
d3b5ee55fb
linux-v4l2: Make V4L device names unique
...
Addresses mantis issue 0000702.
Closes obsproject/obs-studio#1553
2018-12-06 05:47:03 -08:00
Olivier Humbert
711230e627
UI: Add French to UI/dist/obs.desktop
...
Closes obsproject/obs-studio#1551
2018-12-06 05:43:17 -08:00
Dmitry-Me
45a143a504
win-mf: Initialize member variable
2018-12-06 10:14:54 +03:00
Jim
875e13baf9
Merge pull request #1545 from pkviet/syncfix
...
libobs: Fix audio offset not reset for all tracks
2018-12-05 18:04:29 -08:00
Jim
cf73fa6da1
Merge pull request #1557 from pkviet/fdk
...
obs-libfdk: Compatibility fix for new API
2018-12-05 12:47:03 -08:00
Bongalive
54fc877c23
rtmp-services: Added Bongacams ingest point
...
Closes obsproject/obs-studio#1567
2018-12-05 12:28:39 -08:00
jp9000
2168458601
UI: Add /LARGEADDRESSAWARE for MSVC x86 executable
...
Use /LARGEADDRESSAWARE linker option when compiling 32bit executables on
Windows.
Closes obsproject/obs-studio#1546
2018-12-04 08:56:58 -08:00
Alex Anderson
fc97512f71
libobs: Fix crash when pixel or vertex shader are missing
...
Checks that the token is not null while looping. Logs errors when pixel
or vertex shader are missing.
2018-12-03 15:02:20 -08:00
Jim
884e61f078
Merge pull request #1538 from cg2121/fix-batch-remux-warning
...
UI: Fix batch remux compiler warning
2018-12-03 14:41:12 -08:00
pkviet
1002f9b695
libobs: Log audio source when buffering is added
...
Closes obsproject/obs-studio#1521
2018-12-03 09:23:38 -08:00