1626 Commits

Author SHA1 Message Date
tt2468
b7b1885308 CI: Attempt to fix codesign identity for macOS 2022-09-01 05:12:36 -07:00
tt2468
8823ecd209 buildspec: Update OBS master commit
Should fix builds on macOS
4.9.1-compat
2022-08-20 16:06:48 -07:00
tt2468
f7451d82a6 Update secret names again and fix windows CI version 2022-08-11 21:23:48 -07:00
tt2468
d188e968c6 CI: Update again with fixed secret names and a few new commits 2022-08-11 20:54:50 -07:00
tt2468
f432af5bfe Fixes 2022-08-05 00:15:33 -07:00
tt2468
caf96212d0 Fix CI name 2022-08-04 23:48:39 -07:00
tt2468
22b2640e1a Use newer crypto because it doesn't break 2022-08-04 23:38:36 -07:00
tt2468
78837a4a2b More ifdefs!!! 2022-08-04 23:25:06 -07:00
tt2468
f2ee7c922b I think this makes qt6 work better 2022-08-04 23:13:38 -07:00
tt2468
f8b42cc35b Build on this branch 2022-08-04 22:54:56 -07:00
tt2468
71df55c815 CI, CMakeLists: Upgrade to new CMake 2022-08-04 22:53:29 -07:00
tt2468
af1399e005
CI: Update package name to not collide with 5.0.0 2022-07-25 08:17:58 -07:00
tt2468
f6de26f7ac
Merge pull request #945 from norihiro/4.x-compat-fix-memory-leak
Events: Fix memory leak
2022-06-08 01:08:42 -07:00
Norihiro Kamae
7ea9b16b37 Events: Fix memory leak
`bfree` was missing after calling `obs_frontend_get_current_profile()`.
2022-05-31 01:03:05 +09:00
tt2468
ff6b774687 CMakeLists: Don't include imageformats plugins 2022-03-01 17:20:20 -08:00
tt2468
9bdaefded9 CI: Update packages version 2022-03-01 17:10:39 -08:00
tt2468
4a88612693 CI: Use focal 2022-03-01 16:59:05 -08:00
tt2468
f8a88c54ce CI: force use obs 27.1.3 on linux 2022-03-01 16:53:41 -08:00
tt2468
df2049b751 Locale: Update start failure message 2022-01-28 15:55:30 -08:00
tt2468
dc9afeb213 Config: Reuse 4.x configs directly
Since compat is not meant to run alongside real 4.x, we shouldn't
care about reusing the original settings.
2022-01-28 15:43:50 -08:00
tt2468
13c1c108ea Config: Set default port back to 4444 2022-01-28 15:43:14 -08:00
tt2468
16ee66e6dc Base: Add logging for compile time ASIO version 2022-01-07 23:02:05 -08:00
tt2468
d563dd3146 deps: Downgrade asio to 1.12.1
Even though we statically link ASIO, it has issues with the
kqueue_reactor() on macos segfaulting when other plugins using
different ASIO versions are installed. So that means we're stuck using
1.12.1 until we can find some kind of fix for the crash issue.
2022-01-04 00:39:52 -08:00
tt2468
65a17071d2 deps: Upgrade to versions used by master 2022-01-03 23:35:02 -08:00
tt2468
d993ce8b1a CI: Attempt fix of directory name 2022-01-03 18:39:45 -08:00
tt2468
9c4a114c94 CI: Use specific branch instead of checkout
Azure is a dumb platform, meaning `git` is randomly not found.
So we'll just use something else then.
2022-01-03 17:34:11 -08:00
tt2468
7062062ec5 CI: Fix sln file location on windows 2022-01-03 17:26:51 -08:00
tt2468
be7c334a72 CI: Fix binary name on macos 2022-01-03 17:20:26 -08:00
tt2468
b5f267d3bb RPC: Remove usage of std::optional
Stupid 10.13 doesnt support C++17. No idea how we built 4.9.0
2022-01-03 17:06:13 -08:00
tt2468
d0d89dd133 CI: Use specifically 27.1.3 for build 2022-01-03 16:48:34 -08:00
tt2468
a0e8cb6b4c CI: Set target to 10.13
This was accidentally removed in 4.9.1
2022-01-03 16:44:52 -08:00
tt2468
348e875969 CI: Update more versions 2022-01-03 16:30:08 -08:00
tt2468
be0fb682e0 CI: Build on 4.x-compat 2022-01-03 16:28:22 -08:00
tt2468
ea8f14e41b Base: Update files for compat release 2022-01-03 16:26:42 -08:00
tt2468
a8a3f3aafe WSServer: Add debug logging to stop()
Some users have been having issues with OBS hanging on server stop,
so this will help troubleshoot.
2021-11-18 15:58:33 -08:00
tt2468
387376e5e0
.github: Remove logo 2021-11-16 22:59:15 -08:00
tt2468
80cefdcfda
README: Remove logo 2021-11-16 22:58:22 -08:00
tt2468
6a14110720
Merge pull request #833 from you-win/feature/add-obs-websocket-gd-to-readme
Readme: Add obs-websocket-gd to readme
2021-10-07 12:37:08 -07:00
Tim Yuen
8bfe2bf04c Readme: Add obs-websocket-gd to readme
Add the obs-websocket-gd project to the readme as an available
language API.
2021-10-07 11:11:05 -04:00
Stéphane Lepin
bbf4b321d7
Merge pull request #780 from Palakis/fix/obsdata-double-release
Protocol: Fix double free of obs_data_t*
2021-07-18 21:11:07 +02:00
Azure CI
310c297a36 docs(ci): Update protocol.md - 5d14cb7 [skip ci] 2021-07-18 19:01:49 +00:00
tt2468
5d14cb7af8
Merge pull request #791 from dvangennip/4.x-current
WSRequestHandler_Sources: fix comment name for Set/GetAudioTrack
2021-07-18 12:01:08 -07:00
tt2468
48291506f5
Merge pull request #792 from andreykaipov/docs/go
Docs: Add another Go client library
2021-07-08 19:20:22 -07:00
Andrey Kaipov
b0badd0630 Docs: Add another Go client library 2021-07-08 21:21:25 -04:00
Doménique van Gennip
c5ef671e0c
WSRequestHandler_Sources: fix comment name for Set/GetAudioTrack
Functions were named SetTracks and GetTracks rather than SetAudioTracks and GetAudioTracks as in the actual code, so this mismatch gets picked up by the protocol docs (but not anymore).
2021-07-03 21:04:49 +10:00
tt2468
ffb97aaabc Protocol: Fix double free of obs_data_t* 2021-06-20 16:26:45 -07:00
Azure CI
d05ff26930 docs(ci): Update protocol.md - 5350832 [skip ci] 4.9.1 2021-06-10 05:56:15 +00:00
Stéphane Lepin
535083205a
Merge pull request #765 from Palakis/4.9.1-prep
4.9.1 Prep
2021-06-10 07:55:38 +02:00
tt2468
9a8d283d27 base: Update plugin version to 4.9.1 2021-06-09 21:03:59 -07:00
tt2468
1eb02e77e0 Docs: Mark unreleased requests with 4.9.1 2021-06-09 19:11:02 -07:00