4477 Commits

Author SHA1 Message Date
jp9000
f1aba65bbb UI: Fix game capture check when about to update
To check to see if a file is locked, it must be opened for writing, not
reading.
2017-03-06 03:54:49 -08:00
jp9000
805611615e deps/blake2: Fix compiler warning 2017-03-06 03:54:48 -08:00
Gol-D-Ace
b0aa8a5b6b Merge pull request #852 from DDRBoxman/sparkle
CI: OSX - enable sparkle
2017-03-06 04:03:11 +01:00
Colin Edwards
c22cfaa15b CI: OSX - enable sparkle 2017-03-05 20:45:19 -06:00
Jim
c252e06dc3 Merge pull request #851 from Gol-D-Ace/install_speexdsp
CI: OSX - Brew install speexdsp
2017-03-05 18:34:26 -08:00
Gol-D-Ace
efc369ef83 CI: OSX - Brew install speexdsp 2017-03-06 03:15:17 +01:00
Gol-D-Ace
d40c4b2e40 AUTHORS: Update with data from Git and Crowdin 2017-03-05 23:44:58 +01:00
Gol-D-Ace
dbf95bdc15 Update translations from Crowdin 2017-03-05 23:40:11 +01:00
jp9000
a5f45a370d UI: Disable network settings while outputs active 2017-03-05 14:30:00 -08:00
jp9000
65ffb8800c libobs: Apply sync offset to win32 audio monitoring 2017-03-05 14:29:59 -08:00
Gol-D-Ace
28ee9764b0 AUTHORS: Update with data from Git and Crowdin 2017-03-04 07:09:26 +01:00
Gol-D-Ace
de1bbf4342 Update translations from Crowdin 2017-03-04 07:04:03 +01:00
Richard Stanway
7c7307df88
obs-outputs: Various fixes to new network code
Fixes another 100% CPU spin bug, improves low latency mode, fixes some
crashes on stopping stream due to race conditions.
2017-03-04 02:59:02 +01:00
jp9000
a8d7419732 win-dshow: Actually fix LGP issue
The LGP issue is caused by the device drivers returning two or more
packets in a single segment of audio data.  This fixes it by detecting
that and decoding subsequent packets.

When the FFmpeg audio decoder returns, it returns how many bytes of data
was decoded.  To have it decode multiple packets in a single segment,
just subtract the return value from the expected size, and if that size
is still larger than zero, then there are more packets in the segment to
decode.  Otherwise, stop.
2017-03-03 17:02:06 -08:00
jp9000
084e9daf88 Revert "win-dshow: Add LGP timestamp fix"
This reverts commit 32f60d07a3dc359d97873ca4f24d8400a5fc251f.
2017-03-03 17:02:05 -08:00
Jim
4d0c7f7fba Merge pull request #843 from DDRBoxman/vst2
VST: Fix crash when OBS is set to mono
2017-03-02 13:07:09 -08:00
Colin Edwards
f1c2d41be8 VST: Fix crash when OBS is set to mono 2017-03-02 15:05:44 -06:00
jp9000
556ac1fbb7 UI: Add logging of audio monitoring to sources 2017-03-02 13:05:38 -08:00
jp9000
8d3e839ac8 UI: Log audio monitoring dev. on start and when changed 2017-03-02 12:35:37 -08:00
jp9000
075f911f12 UI: Fix audio monitoring dev. not being set on startup 2017-03-02 11:38:55 -08:00
Jim
0873392b47 Merge pull request #842 from DDRBoxman/osxsign
VST: Fix save / load of plugin state. More interface options.
2017-03-02 10:02:41 -08:00
Colin Edwards
db1391da61 VST: Fix save / load of plugin state. More interface options.
Fixed an incorrect call when setting the chunks on plugins.

Added the ability to to enable having a plugin auto open when active.
2017-03-02 10:36:10 -06:00
Gol-D-Ace
272f918eb3 Merge pull request #839 from DDRBoxman/osxsign
CI: OSX - Move CEF version to .travis
2017-03-02 01:20:10 +01:00
Colin Edwards
5eda800d3f CI: OSX - Move CEF version to .travis 2017-03-01 18:18:29 -06:00
Richard Stanway
e63edcd436
obs-outputs: Fix 100% CPU usage with new network code 2017-03-02 00:44:45 +01:00
Gol-D-Ace
ed6c25e14b Merge pull request #838 from DDRBoxman/cef
CI: Fix cef version variable
2017-03-01 22:28:41 +01:00
Colin Edwards
108b296855 CI: Fix cef version variable 2017-03-01 15:27:33 -06:00
Gol-D-Ace
a0e92994be Merge pull request #837 from DDRBoxman/patch-12
CI: OSX - export cef version so we can use it elsewhere
2017-03-01 21:36:05 +01:00
Colin Edwards
a029b3e217 CI: OSX - export cef version so we can use it elsewhere 2017-03-01 14:35:22 -06:00
Gol-D-Ace
11579810a5 Merge pull request #835 from VodBox/chromium-flags-patch
UI: Don't exit on unknown command line arguments
2017-03-01 20:27:40 +01:00
VodBox
aa547e8df6 UI: Don't exit on unknown command line arguments
OBS Browser Source uses command line arguments for flags. Exiting on
command line arguments that are unknown to OBS prevent's that
functionality from working.
2017-03-01 20:25:56 +01:00
Jim
c0e7b870d4 Merge pull request #836 from DDRBoxman/cef
CI: OSX - Use bash variable for CEF version
2017-03-01 10:23:43 -08:00
Colin Edwards
5843100b9e CI: OSX - Use bash variable for CEF version 2017-03-01 12:22:41 -06:00
Gol-D-Ace
33e16c3ee9 CI: Use correct folder for building browser 2017-03-01 19:05:08 +01:00
Jim
d421228315 Merge pull request #834 from DDRBoxman/osxsign
CI: OSX - Update to CEF 2987
2017-02-28 22:35:28 -08:00
Colin Edwards
8a78e79a83 CI: OSX - Update to CEF 2987 2017-03-01 00:34:03 -06:00
Jim
cd61439fbf Merge pull request #833 from Xaymar/feature_amd-encoder
enc-amf: Update to 1.4.3.11
2017-02-28 22:14:52 -08:00
Gol-D-Ace
80504c2939 UI: Use correct string for systemTrayEnabled 2017-03-01 05:20:05 +01:00
Michael Fabian Dirks
1f1056d868 enc-amf: Update to 1.4.3.11
Thanks to @notr1ch for the PR and for the guy on Forums reporting the Simple Mode problem.
2017-03-01 04:07:42 +01:00
Jim
5d8077f24d Merge pull request #831 from DDRBoxman/patch-11
CI: OSX - Include branch in pkg
2017-02-27 20:59:55 -08:00
Jim
398a86bb8c Merge pull request #830 from DDRBoxman/patch-10
CI: Deploy on tags and master branch
2017-02-27 20:59:38 -08:00
Colin Edwards
44b9770037 CI: OSX - Include branch in pkg 2017-02-27 19:30:23 -06:00
Colin Edwards
227a4eab7f CI: OSX - Deploy on all branches in the master repo. 2017-02-27 19:28:01 -06:00
Colin Edwards
b1ead7029e CI: Deploy on tags and master branch 2017-02-27 19:03:43 -06:00
Jim
aef84b458a Merge pull request #829 from DDRBoxman/patch-9
CI: Add boolean arg parser to OSX
2017-02-27 15:58:10 -08:00
Colin Edwards
92b48de535 CI: Add boolean arg parser to OSX 2017-02-27 17:47:11 -06:00
Jim
bc2cc889b2 Merge pull request #828 from DDRBoxman/patch-8
CI: Fix true / false on stable builds
2017-02-27 15:31:59 -08:00
Colin Edwards
55eb2446c1 CI: Fix true / false on stable builds 2017-02-27 17:31:15 -06:00
jp9000
5312ffa815 CI: Update public OSX install key 2017-02-27 13:24:40 -08:00
Jim
95fe16534d Merge pull request #826 from Xaymar/feature_amd-encoder
UI, enc-amf: Update AMD Encoder
2017-02-27 12:54:24 -08:00