4550 Commits

Author SHA1 Message Date
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
Colin Edwards
a15c27effe CI: Fetch git tags on OSX build 2017-02-25 11:31:44 -06:00
Jim
5c1984366e Merge pull request #787 from derrod/mp4-warning
UI: Add warning for recording to mp4 format
2017-02-25 09:30:52 -08:00
derrod
f7be55e451 UI: Add warning about recording to mp4 format 2017-02-25 18:25:45 +01:00
derrod
3fe2a79c81 UI: Add codec compatability checkbox to ffmpeg output
Closes jp9000/obs-studio#804
2017-02-25 09:16:46 -08:00
derrod
ca2bc6b4b0 libff: Add override for codec compatability check
In some cases the result of the compatability check is wrong.
For example the format "mpegts" only shows "mpeg2video" as an
encoder even though other codecs such as h.264 are supported by
ffmpeg's muxer for that container and are used within that container
in some applications.

Closes jp9000/obs-studio#804
2017-02-25 09:08:02 -08:00
derrod
1fd302218b UI: Add gop size option for custom ffmpeg output
Closes jp9000/obs-studio#804
2017-02-25 09:08:01 -08:00
derrod
bb51d3d2f8 obs-ffmpeg: Make gop size configurable
Closes jp9000/obs-studio#804
2017-02-25 09:07:55 -08:00
Richard Stanway
a1083d4252 obs-qsv11: Fix various issues detected by Coverity 2017-02-25 17:18:55 +01:00
Richard Stanway
d2e9e47bb4 graphics-hook: Account for sizeof(wchar_t) in len 2017-02-25 17:18:55 +01:00
Michael Fabian Dirks
6539bacc4e UI: Add support for other codecs
This changes the logic to show all encoders in the Recording tab but
only show selected supported codecs in the Streaming tab (at least with
Advanced Output Mode).  The only (to my knowledge) streaming format that
supports other formats than H264 is WebRTC, which in theory should
support H264, VP8, VP9 and HEVC.  However I don't know about any ingest
server that works well with it yet.

Closes jp9000/obs-studio#794
2017-02-25 08:03:00 -08:00
Michael Fabian Dirks
ed6507ffcf obs-ffmpeg: Allow saving with different video codecs
Closes jp9000/obs-studio#794
2017-02-25 08:02:59 -08:00
Richard Stanway
8b640fae24
Fix various null pointer issues detected by Coverity 2017-02-25 16:45:45 +01:00
jp9000
6dd1707752 image-source: Add missing locale
The commit was modified and the locale was unintentionally left out.
2017-02-25 07:14:35 -08:00
cg2121
f16a6ad66d image-source: Add solid color source
Closes jp9000/obs-studio#809
2017-02-25 07:05:32 -08:00
Lionheart Zhang
5ade7f74f2 obs-ffmpeg/ffmpeg-mux: Fix failing when no video
(Jim: Technically this should never be used without video)

Closes jp9000/obs-studio#795
2017-02-25 06:50:55 -08:00
Cam
8a6491c9bf win-capture: Add hook exception for theHunter: COTW
Adds an exception to skip d3d10 checks for theHunter: Call of the Wild,
which fixes incompatibility with game capture.

Closes jp9000/obs-studio#801
2017-02-25 06:42:36 -08:00
jp9000
2e4a17c50d UI: Fix some settings layouts on non-windows systems
Form layouts should laways have the setting "all non-fixed fields grow"
to make it look consistent across operating systems.
2017-02-25 06:35:11 -08:00
jp9000
aedd5551eb UI: Make sure size-specific spacers are fixed
Fixes the general settings pane on mac
2017-02-25 06:21:25 -08:00
derrod
379b41aa0e UI: Add options for new socket loop 2017-02-25 06:21:24 -08:00
Richard Stanway
f8617bd359 librtmp: Clean up our extra RTMP fields on close 2017-02-25 06:16:19 -08:00
Richard Stanway
935223be34 obs-outputs: Port windows socket loop from OBS Classic 2017-02-25 06:16:18 -08:00
Julian Miller
941d040fd9 obs-filters: Add audio compression filter
Closes jp9000/obs-studio#799
2017-02-25 05:44:09 -08:00
Jim
b956dbe6aa Merge pull request #803 from derrod/ffoutextfix
UI: Fix ffmpeg output file extension
2017-02-25 04:24:02 -08:00
Jim
da1fddbd84 Merge pull request #793 from juvester/unused-params
obs-ffmpeg, UI: Fix compiler warnings
2017-02-25 02:35:46 -08:00
sorayuki
a5c7cb52f1 obs-text: Fix issue drawing some chinese characters
Some Chinese fonts (for example "STHupo") won't render any characters in
the GDI+ text source.

Closes jp9000/obs-studio#800
2017-02-25 02:33:26 -08:00
jp9000
e7b08f1695 UI: Make installer execute 64bit on 64bit windows
Also executes the program with current user privileges rather than with
elevation to prevent installation issues.
2017-02-24 09:09:21 -08:00
Richard Stanway
23a115b0b3 UI: Use blake2b instead of SHA1 for updater 2017-02-24 09:09:20 -08:00
Gol-D-Ace
647c31bb28 CI: Download deps if they aren't in build cache 2017-02-24 16:51:24 +01:00
Gol-D-Ace
876a3d5d19 CI: Disable deps download in AppVeyor and use cache 2017-02-24 16:10:53 +01:00
Gol-D-Ace
2778e68a68 CI: Cache dependencies downloads on AppVeyor 2017-02-24 16:06:05 +01:00
Jim
7b6ab566f4 Merge pull request #810 from Gol-D-Ace/CI_speedup_build
CI: Various AppVeyor build speed improvements
2017-02-24 04:47:49 -08:00
Gol-D-Ace
331a1016ae CI: Disable test discovery on AppVeyor 2017-02-24 13:25:53 +01:00
Gol-D-Ace
3d980d184c CI: Download VLC repo instead of cloning from git 2017-02-24 13:19:28 +01:00
jp9000
db345e2e48 UI: Improve accessibility text on main window 2017-02-24 03:38:41 -08:00
Jim
c7b6896d0b Merge pull request #808 from Gol-D-Ace/CI_speedup_build
CI: Speedup msbuild by using all CPU cores
2017-02-23 09:57:13 -08:00
Jim
8c21bdd8a8 Merge pull request #802 from juvester/ci-break-on-error
CI: Retry failed downloads
2017-02-23 09:28:02 -08:00
Gol-D-Ace
3071fa4f70 CI: Speedup msbuild by using all CPU cores 2017-02-23 10:57:57 +01:00
jp9000
f72fd3c9e3 UI: Trigger scene list change event when scene removed 2017-02-23 00:43:20 -08:00
jp9000
fabdeaa41b rtmp-services: Add "Pandora TV Korea" 2017-02-22 09:10:25 -08:00