Open Broadcaster Software
Free and open source software for video recording and live streaming
Collective -
Host: opensource -
https://opencollective.com/obsproject
- Website: https://obsproject.com
- Code: https://github.com/obsproject
CMake 3.25 changed the way PDB generation is handled by only enabling
it for Debug and RelWithDe...
github.com/obsproject/obs-studio - a89719a2d2c2b1184acb4a4307739cf9d8fbb8a0 authored over 1 year ago
github.com/obsproject/obs-studio - 40562ff47e4404a494be83973c90ebe554efdcd6 authored over 1 year ago
github.com/obsproject/bouf - 77e0f66d889c9796f54db120b2a972b05be69ede authored over 1 year ago
Validate the Flatpak manifest before building it; then, validate
the build directory; and when p...
Avoid to encounter some errors only while publishing.
github.com/obsproject/obs-studio - 14eb93df88f7a65532bfa52672bb24782ba774fa authored over 1 year agoThis option allows to validate the Flatpak repo on pushes workflow.
github.com/obsproject/obs-studio - fc79e813ea78c58f445bef49dc6ae27e54fc3570 authored over 1 year ago
Use more recent commits. Use a specific commit hash instead of v6.3
to include a fix for the ord...
This is about to become a Flathub rule, let's pass that.
github.com/obsproject/obs-studio - e03915ee94f719f1ed8250c653e1000850f6bea6 authored over 1 year agogithub.com/obsproject/bouf - 71c76aeaf468e7e31376c351529e379c5e04c2b8 authored over 1 year ago
Ensures that the newer hook version is copied when installed
github.com/obsproject/obs-studio - 6b5404899a98ced94a695bcb429db846d90b51c0 authored over 1 year ago
Since Qt 6.2, "org.kde.StatusNotifierItem-2-2" is no longer needed to
make the tray feature work
github.com/obsproject/obs-studio - 5f512d5f250f0787f0d52701bc3c467f405adb01 authored over 1 year ago
This race condition is caused when one thread creates a swap chain,
which calls OBS_CreateSwapch...
cvam -> vcam
github.com/obsproject/obs-studio - c0ee1e718df3c1b0a49dd221841456d4f449b5ec authored over 1 year ago
Notable changes:
* deps.windows: Fix building against deps on Windows in Debug
Building OBS St...
github.com/obsproject/obs-studio - e9e3df4c5d77cf67bcf22dc6dc742e3e05d91504 authored over 1 year agogithub.com/obsproject/obs-plugintemplate - e385ac1863b8c658e7f6cc564f04040c9057c9f0 authored over 1 year ago
Also updating `.github\workflows\build-project.yaml` with a few of the latest compatible changes...
github.com/obsproject/obs-plugintemplate - 954f44fce9a52eaeeec63ee9fe56cea42bcdd473 authored over 1 year agogithub.com/obsproject/obs-studio - 1a86ff5511e35c4dac3827933c39bc3154e45d4f authored over 1 year ago
github.com/obsproject/obs-browser - 2ba72dbdfed60acd38fa1ac7a52cbc6617ae8fd1 authored over 1 year ago
Reloads all audio monitoring devices
github.com/obsproject/obs-studio - 3b0ca4527a0c5d4f0da2c425d5d9ded8da5d371a authored over 1 year ago
Splits the WASAPINotify class out of win-wasapi.cpp and makes it a
shared object in the plugin, ...
This change adds support for obsSceneListChanged, obsTransitionChanged,
obsTransitionListChanged...
github.com/obsproject/obs-studio - a49b35c3de56de69de5577ead1243140ef496ba9 authored over 1 year ago
github.com/obsproject/bouf - a72e7ab86d72126787c437db61e9244ff120887f authored over 1 year ago
github.com/obsproject/bouf - 6c67aadc2d33ea7a9d7c4f8a0ebbd0aeb26fa3c0 authored over 1 year ago
github.com/obsproject/bouf - cdfb61338a33bd010bcc3f760038c89f964ca913 authored over 1 year ago
github.com/obsproject/bouf - 88f6dd56f8a5c2c92f9b288e3ae470eb8519c86b authored over 1 year ago
github.com/obsproject/bouf - fc5e4c2ad133b0cca7360ca4a64d82f49012aa02 authored over 1 year ago
If a plugin removes a property when processing 'modified'
property callback, OBS WILL CRASH.
Ex...
github.com/obsproject/obs-studio - b081adf72e3dddcaaa7b94e38a25eb274be3b44a authored over 1 year ago
The previous commit sets the default configuration to 2 seconds, meaning
that the 0 second defau...
0 seconds means "auto" according to the documentation, but this appears
to be broken in many con...
Python automatically creates bytecode caches which end up inside the
application bundle of OBS S...
github.com/obsproject/obs-studio - bee71b32d2cbdc4a1386488c5aecc3eeff24e94c authored over 1 year ago
github.com/obsproject/obs-studio - 122a5db0b33cfc6b076a3a1f33113603d93fb784 authored over 1 year ago
This pattern uses fewer instructions and also avoids using max, which
does not work on infinity....
Group resize is not deferred until adjustments are completed by a
mouseReleaseEvent in certain c...
One notable difference from the AVC/HEVC code is that it also inserts
the METADATA and SEQUENCE_...
A mismatch of CMake version used for builds and the version used for
cached builds might lead to...
github.com/obsproject/obs-deps - 22383741a59953363b4d4a5b652aca337ea05147 authored over 1 year ago
github.com/obsproject/obs-studio - 5127c2277332c39156453f6f7a615f9857644a24 authored over 1 year ago
github.com/obsproject/.github - 2f174aa1dcac91e2896bee9fb6f2c0d66a23594f authored over 1 year ago
github.com/obsproject/obs-studio - df990192b2582f9b254837adb3c4aed4d61b479d authored almost 2 years ago
Nothing about WHIP requires CBR (and many things that use it use VBR),
and there's no specific u...
The option is already there, but it wasn't available from UI.
Only show it when B-frames are sup...
We were passing the core pipewire pointer where renegotiation expected
the stream pointer. Someh...
This reverts commit 36ea03dfa67f099aa63b65a9695aeaf98824f88d.
github.com/obsproject/obs-studio - ed2ade250fdfc9b6e253e31d0189f89192d147ca authored almost 2 years ago
Calling update_targetusage in update_params only updates the setting
when an encoder session is ...
github.com/obsproject/obs-studio - 60c77aa9155f9114ca8598ea127246418b47b1a6 authored almost 2 years ago
8dd20dfd335dd07d2f1678c9cdf67894e09beab4 introduced an explicit check
for the available macOS SD...
Log the source name when a WASAPI device is initialized.
github.com/obsproject/obs-studio - d017cb67180b935574bf9265b81ba0a45c247f21 authored almost 2 years agogithub.com/obsproject/obs-studio - 1a88cdb00d918c402d10f6007af558c54665df2d authored almost 2 years ago
github.com/obsproject/obs-studio - 311fb691759c9a35a06a11134392cfb55496716a authored almost 2 years ago
github.com/obsproject/obs-studio - 48e239b74daf814856c328cea49080ef4a93ced9 authored almost 2 years ago
github.com/obsproject/obs-studio - ff2a7063c2998298385994d4ae045717ebcb74eb authored almost 2 years ago
github.com/obsproject/obs-plugintemplate - 56878001c41933959c1981d62fdd14b8b4c1f8a2 authored almost 2 years ago
Notable changes:
* deps.qt: Backport patch for CVE-2023-43114
* deps.qt: Backport patch for QT...
github.com/obsproject/obs-plugintemplate - cff11c6edc20a5de9788027456c04b420bc94612 authored almost 2 years ago
Loading these PNGs in libpng 1.6+ results in the warning:
libpng warning: iCCP: known incorrect ...
Fix a bug on Windows where child windows would move with the parent
window and also resize to th...
The Patch function was left out of a previous rewrite.
github.com/obsproject/obs-deps - b40ab67d6503ad9bfdb519f4391f94e08d4bd120 authored almost 2 years agoThe CVE only affects Windows.
Fixed in 6.5.4 and 6.6.0.
https://www.qt.io/blog/security-update...
github.com/obsproject/obs-deps - dd552c6c25e0c7cd6fbf1773fd0bb17a545e4109 authored almost 2 years ago
Fix a bug on Windows that caused taskbar icon overlays to be reset by Qt
if previously set via n...
Didn't realize OBS could output both program and preview views at the
same time with multiple de...
After the cmake 3.0 rebuild glad was transitioned to a static library.
This lead to the glad sym...
We refactored this data to be part of the format properties instead of
an out parameter. But for...
These functions log that they should be used with the thread lock held,
so lets hold the lock be...
QSV logging was missing many of its settings. Let's fix that.
github.com/obsproject/obs-studio - b29a44a67db76c6f665bcc0887730d689e6b908d authored almost 2 years agogithub.com/obsproject/obs-studio - 7aa18609a1f8139fa10890420af92876135b3910 authored almost 2 years ago
github.com/obsproject/obs-studio - 3d2df1c6d749714052d3317c69d6318e06b09dd9 authored almost 2 years ago
github.com/obsproject/obs-studio - 856059b37c673e2c62d75df1b422ecaf3c4ce293 authored almost 2 years ago
Adds a check to explicitly make sure that the macOS SDK being used is
recent enough to build OBS...
Notable changes:
* deps.windows: Update curl to 8.4.0
github.com/obsproject/obs-studio - 5ebd3ee6d38fe0b41edc89b885b8d9ecc80b03fc authored almost 2 years ago
github.com/obsproject/obs-studio - 8fbd61f7759117bb62b66d0d934c447c3079b864 authored almost 2 years ago
Add a patch for curl's CMake to fix an issue that causes configure
failures for consumers of the...
- Update translations and docs
github.com/obsproject/obs-websocket - 4ff109b62bc221192943541010d055be9ae5dbba authored almost 2 years agogithub.com/obsproject/obs-studio - e0bc8a8c9c49c0d5f67a6ca3afb30c2884561faa authored almost 2 years ago
github.com/obsproject/obs-studio - 433912f04ac16e90504440900fecd95afb685dae authored almost 2 years ago
github.com/obsproject/obs-studio - 20b8deba2dab5cc8bace5c02f72d648c3e47c3ce authored almost 2 years ago
github.com/obsproject/obs-studio - 1cd8b6aaba70bbde63aa741d76ba465df507b521 authored almost 2 years ago
github.com/obsproject/obs-websocket - 42da47f81de22f078842c6d71fb43a1e1aa821d9 authored almost 2 years ago
We don't need to be having specific versions here, considering each event/request has its own "a...
github.com/obsproject/obs-websocket - a889799655b9d3cc790d6f51e78eb2062e3117b9 authored almost 2 years agogithub.com/obsproject/obs-studio - 3869cb83bc91ae96a93589139215e2f9e813d1e7 authored almost 2 years ago
Using inline functions improves IDE integration and avoids potential
pitfalls of that using macr...
Our previously applied Chromium patch had an error. We have rebuilt
them. Use the rebuilt CEF bu...
Update to address CVE-2023-38545.
github.com/obsproject/obs-deps - 4df24b0fade5b74724da0ea9f044b6b479e82b9c authored almost 2 years agogithub.com/obsproject/.github - 5300f3b76cfd256d038c37077420d26da338a307 authored almost 2 years ago
Our previously applied Chromium patch had an error. We have rebuilt
them. Use the rebuilt CEF Li...
- Use the documented dark shades
- Remove the obsolete background cards
Update the background rectangle and the page colors as well.
github.com/obsproject/design - 32d2825d98cc7d22f4395848fd3576c4eaf8f370 authored almost 2 years agogithub.com/obsproject/design - 6d57b5ff7b1f314b00c86e7052c471e70caebc11 authored almost 2 years ago
- Add 8 shades of Yami dark, from medium gray to almost black
- Update the colors file
github.com/obsproject/obs-studio - c41633d99899fad09ee3161e3db600f79922627f authored almost 2 years ago
github.com/obsproject/obs-studio - c96111ab042a94a25d805546e9425d148e627d1c authored almost 2 years ago
github.com/obsproject/obs-studio - d8f533538fa3c39dbf29cd4743381ab99a5252d0 authored almost 2 years ago
github.com/obsproject/obs-studio - e49b31f536c440da51aa8c42f0ff7baa26268053 authored almost 2 years ago
github.com/obsproject/obs-studio - ae148b60a83484d5924ed1f726e198edefb62622 authored almost 2 years ago
github.com/obsproject/obs-studio - a2db8876fc985c625867865c199f9738bee23115 authored almost 2 years ago
github.com/obsproject/obs-studio - 1906a14b906471c4d63467ef07e1c43e9b2fa9d5 authored almost 2 years ago