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
Jim
79049b26a5
Merge pull request #827 from DDRBoxman/patch-7
...
CI: OSX Set builds to stable on tagged builds
2017-02-27 12:54:08 -08:00
Colin Edwards
775a0d0bbc
CI: OSX Set builds to stable on tagged builds
2017-02-27 14:50:16 -06:00
Michael Fabian Dirks
0a2f85fc51
enc-amf: Update to hotfix 1.4.3.10
2017-02-27 21:47:49 +01:00
Michael Fabian Dirks
2e8ec44db0
UI: Update Simple Mode AMD Presets
...
Due to the default value assigned to AMF.H264.VBVBuffer.Strictness and AMF.H264.Version, the config upgrade code ran every time someone tried to use simple mode. That caused the AMF.H264.VBVBuffer.Strictness value to always be stuck at 100, which is wrong for streaming and recording.
2017-02-27 21:47:34 +01:00
Gol-D-Ace
374851c8cb
AUTHORS: Update with data from Git and Crowdin
2017-02-27 21:09:38 +01:00
Gol-D-Ace
a13c0a3c29
Update translations from Crowdin
2017-02-27 20:54:02 +01:00
jp9000
46828d16ad
obs-filters: Increase max compressor release/attack values
...
As recommended by cg2121, attack is increased to 500ms, and release is
increased to 1000ms.
2017-02-27 09:36:09 -08:00
jp9000
be6881abc8
obs-filters: Change attack/release ms limit to 300 (from 100)
2017-02-27 08:03:30 -08:00
jp9000
e294d546b6
UI: Hide auto update option for linux
2017-02-27 08:03:30 -08:00
Jim
cd931b4c39
Merge pull request #819 from Gol-D-Ace/Travis_CI_IRC_notifications
...
Travis CI IRC Notifications fixing and reformatting
2017-02-27 07:49:03 -08:00
Gol-D-Ace
37a854fccf
CI: Reformat Travis CI IRC notification
2017-02-27 12:00:56 +01:00
Gol-D-Ace
cf3cab8840
CI: Notify on failure and only for fixed builds
2017-02-27 11:58:57 +01:00
Jim
3284709f3b
Merge pull request #825 from DDRBoxman/osxsign
...
CI: OSX - Brew install jack
2017-02-26 18:42:17 -08:00
Colin Edwards
e73890b7ef
CI: OSX - Brew install jack
2017-02-26 20:39:04 -06:00
Gol-D-Ace
43e6120867
Merge pull request #824 from DDRBoxman/patch-6
...
CI: Possibly fix OSX cert import issue
2017-02-27 03:04:48 +01:00
Colin Edwards
b538375a3f
CI: Possibly fix OSX cert import issue
2017-02-26 19:49:32 -06:00
Jim
67995a87c1
Merge pull request #823 from DDRBoxman/patch-5
...
CI: Add some logging to the before deploy script on OSX
2017-02-26 17:26:59 -08:00
Colin Edwards
e302c0b837
CI: Add some logging to the before deploy script on OSX
2017-02-26 19:17:52 -06:00
Gol-D-Ace
5e185444e1
CI: Set keychain timeout & allow productsign
2017-02-27 01:21:20 +01:00
Jim
6f13605e7b
Merge pull request #820 from DDRBoxman/osxsign
...
CI: Use combined cert for signing OSX
2017-02-26 14:29:07 -08:00
Colin Edwards
48abb05de4
CI: Use combined cert for signing OSX
2017-02-26 16:27:29 -06:00
Jim
1082ffdfeb
Merge pull request #790 from DDRBoxman/osxsign
...
CI: Get some codesigning and sparkle stuff in place
2017-02-26 13:38:01 -08:00
Colin Edwards
e609602cfe
CI: Get some codesigning and sparkle stuff in place
2017-02-26 15:34:41 -06:00
Richard Stanway
64f62ad74a
libobs: Add missing mutex unlock in audio monitoring
2017-02-26 22:04:01 +01:00
jp9000
8f3ee3530c
obs-frontend-api: Use virtual destructor (fix memory leak)
...
Ensures data within the derived object is automatically freed.
2017-02-26 13:01:23 -08:00
Gol-D-Ace
ec3bfa67d4
CI: Don't skip_join for Travis IRC notifications
2017-02-26 21:23:22 +01:00
jp9000
133fa04db3
UI: If scene/source names exist, start from 2
...
Currently if you have a scene, "Scene" for example, and you create a new
scene, the dialog will pop up with a default name, but it'll start with
"Scene 1" instead of "Scene 2". Same thing occurs with sources. This
fixes that to start from 2 instead.
2017-02-26 08:23:31 -08:00
jp9000
a5828610bb
libobs: Fix bug where scenes would not properly mix audio
2017-02-26 08:20:54 -08:00
jp9000
4c2fac8e4c
libobs: Update version to 18.0.0
2017-02-26 07:26:44 -08:00
Jim
f3196f487d
Merge pull request #815 from juvester/ci-linux
...
CI: Build on Linux
2017-02-25 13:13:03 -08:00
Jim
d163abc2b0
Merge pull request #814 from Xaymar/feature_amd-encoder
...
enc-amf: Update to version 1.4.3.9
2017-02-25 13:11:39 -08:00
Jim
a77fefb29f
Merge pull request #813 from cg2121/fix-typo
...
UI: Fix typo in general settings
2017-02-25 13:04:34 -08:00
juvester
66c8d3bc2b
CI: Build on Linux
...
[skip appveyor]
2017-02-25 22:28:29 +02:00
Michael Fabian Dirks
2a718248a4
enc-amf: Update to version 1.4.3.9
...
1.4.3.9 is not an official version, it just patches a bug introduced by overusing a macro. I'm not sure if it fixes the crash in blog, but it should fix the crash in AMF initialization.
2017-02-25 20:59:58 +01:00
cg2121
d74372c9e0
UI: Fix typo in general settings
2017-02-25 13:28:16 -06:00
Jim
4f417aa39c
Merge pull request #812 from DDRBoxman/patch-4
...
CI: Exit on errors when building the OSX package
2017-02-25 09:49:57 -08:00
Jim
ba9a751674
Merge pull request #811 from DDRBoxman/patch-3
...
CI: Fetch git tags on OSX build
2017-02-25 09:49:47 -08:00
Colin Edwards
936c582651
CI: Exit on errors when building the OSX package
2017-02-25 11:32:39 -06:00