Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

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

UI: Fix resize cursor to respect item transformation

github.com/obsproject/obs-studio - 04788d30e2fd51b4ff6f313035ec25dd2ef0dec5 authored about 1 year ago by BGM99 <[email protected]>
Update .clang-format to match obs-studio project

Updated to match:
https://github.com/obsproject/obs-studio/blob/93f5b45be8c8/.clang-format

github.com/obsproject/obs-plugintemplate - 8fde231c05bbbdebe7126f2433f0b2b4454a0462 authored about 1 year ago by Susko3 <[email protected]>
docs: Add missing sceneitem functions

github.com/obsproject/obs-studio - 38f7d29a5d8074d69de2f16d54b19a20a1e03d7b authored about 1 year ago by CodeYan01 <[email protected]>
UI: Fix QListWidget background color in property groups

github.com/obsproject/obs-studio - b9ce24aa56830cea7e216d93acf802b2c2a233c9 authored about 1 year ago by bin <[email protected]>
docs: Add property functions

github.com/obsproject/obs-studio - 937986452b372418c496f0543b6887518d425e94 authored about 1 year ago by CodeYan01 <[email protected]>
linux-pipewire: Add screencast cursor_visible prop

This commit adds the screencast-specific 'cursor_visible' field
in an anonymous struct within th...

github.com/obsproject/obs-studio - 67c120284917690287d56d2d495600d1ec1a212a authored about 1 year ago by Georges Basile Stavracas Neto <[email protected]>
linux-pipewire: Factor out connection props in a struct

So that we can expand the number of construct-time connection
properties without changing the fu...

github.com/obsproject/obs-studio - a1db8e5bdec8d9e6cb47747822c7f14f6e121b36 authored about 1 year ago by Georges Basile Stavracas Neto <[email protected]>
linux-pipewire: Standardize argument names

Always name obs_pipewire_stream pointers 'obs_pw_stream', so as not
to confuse with obs_pipewire...

github.com/obsproject/obs-studio - afab71aa8070685230e3545260ae72d1466f6931 authored about 1 year ago by Georges Basile Stavracas Neto <[email protected]>
win-wasapi: Make reroute target a weak reference

github.com/obsproject/obs-studio - ebd6eec7f6bf062f00757550cf709438256375bf authored about 1 year ago by derrod <[email protected]>
win-wasapi: Initialize a pointer reroute_target

The pointer `reroute_target` was never initialized if the reroute was
not set but read during pr...

github.com/obsproject/obs-studio - 70aa1e903f84a04c6756e94d9075db373bb4c2cc authored about 1 year ago by Norihiro Kamae <[email protected]>
Add OBS Studio 30.0.2 to the issue template

github.com/obsproject/.github - 6287ed6f24e32b24a021ef56aea929b39b64a427 authored about 1 year ago by Ryan Foster <[email protected]>
win-wasapi: Add procedure to reroute audio output

github.com/obsproject/obs-studio - 48f9969df3dbbafb821db094d01d803536e58023 authored about 1 year ago by derrod <[email protected]>
win-capture: Add audio capture option to window/game capture

github.com/obsproject/obs-studio - 4b28631a957765528c51f3bdcc54e554357514af authored about 1 year ago by derrod <[email protected]>
cmake: Force PDB generation on Windows for MSVC builds in all configs

This is a bugfix written by PatTheMav for obs-studio which applies
equally to obs-plugintemplate...

github.com/obsproject/obs-plugintemplate - 620ff697cf35e7dec4d4c6842bccf56377c41171 authored about 1 year ago by pkv <[email protected]>
libobs: Update version to 30.0.2

github.com/obsproject/obs-studio - e958964bee486a717ab99e002288cd030d8826d8 authored about 1 year ago by Lain <[email protected]>
Revert "cmake: Align Product Name and Bundle Name on macOS"

This reverts commit 9f66c23825e41807c56f3a865d1c1462fa7ff73b.

This commit caused a crash in CEF...

github.com/obsproject/obs-studio - baa3243412c5709bb60932e1608b525f648c1792 authored about 1 year ago by gxalpha <[email protected]>
graphics-hook: Use ID3DDestructionNotifier

Cleaner and more correct than hooking IUnknown::Release.

github.com/obsproject/obs-studio - 395ab0fbf54ee2692d6fe60036088580247d868c authored about 1 year ago by jpark37 <[email protected]>
graphics-hook: Remove unused member variables

github.com/obsproject/obs-studio - 263e02793878245899e36d77dd8c5f413ae8e4f9 authored about 1 year ago by jpark37 <[email protected]>
libobs-d3d11: Add display primaries to the log

Can't hurt to know what Windows thinks the mastering primaries are.

github.com/obsproject/obs-studio - a372f3f111f9747dbee81b7cef2a622c16031198 authored about 1 year ago by jpark37 <[email protected]>
libobs: Render audio for all views

github.com/obsproject/obs-studio - b05a401728e887fa58532a09c50b6acd6479fb90 authored about 1 year ago by Exeldro <[email protected]>
libobs: Fix audio-only output did not receive raw_audio

github.com/obsproject/obs-studio - 0f9376f1cb6d5df5e95e43e1445e9ad0a2bbeb51 authored about 1 year ago by Norihiro Kamae <[email protected]>
image-source: Use mutex when accessing slideshow

While adding or updating files locked this mutex, the graphics thread
did not. As the update ope...

github.com/obsproject/obs-studio - 87c536ebe0b0703c6709bf0b5ae0c8bca8409277 authored about 1 year ago by Richard Stanway <[email protected]>
UI: Disable edit transform if item is locked

The transform window was still accessible if the scene item
was locked.

github.com/obsproject/obs-studio - ef99553a7e4233df1b0108b4d303dd85626dd023 authored about 1 year ago by cg2121 <[email protected]>
UI: Don't paste transform on locked item

This disables pasting transforms on an item that is locked.

github.com/obsproject/obs-studio - cd0112074057bb7e152941b943c4195dcdff462d authored about 1 year ago by cg2121 <[email protected]>
mac-capture: Fix ScreenCaptureKit deadlock when using nil display ID

In some scenarios ScreenCaptureKit will not call our completion handler
when an internal ReplayK...

github.com/obsproject/obs-studio - be7ac828de77cf8b75bde9dd139dd8e07421b5df authored about 1 year ago by PatTheMav <[email protected]>
libobs: Update version to 30.0.1

github.com/obsproject/obs-studio - 646adafc737a0e6697d8615ee2805393fedeaebc authored about 1 year ago by Lain <[email protected]>
obs-scripting: Add missing function import for PyType_IsSubtype

github.com/obsproject/obs-studio - 6164184b4ad1830eaa01bd4d817e490a8a6e7f96 authored about 1 year ago by PatTheMav <[email protected]>
obs-scripting: Disable Python 3.11 support on Windows

Inlined functions in Python's header files result in unresolvable
symbols at link time when buil...

github.com/obsproject/obs-studio - c665308fbf1d89558beb8ac7181f8f8d25844e27 authored about 1 year ago by PatTheMav <[email protected]>
obs-scripting: Fix Python version detection on Windows

Prior code would not only iterate over possible versioned python DLL
names, but also replace pos...

github.com/obsproject/obs-studio - cab950c23b6a2e0ae678dafddec062793963ff27 authored about 1 year ago by PatTheMav <[email protected]>
obs-vst: Fix incorrect VST window size on HiDPI display

On Windows, the VST plugins' window sizes are rendered larger than the
actual content on display...

github.com/obsproject/obs-studio - 542cb876dce6077bb24fa5ee0439e7d21ac53f59 authored about 1 year ago by xlinshan <[email protected]>
CI: Add further packages for build-requirements on Linux

Some more packages are required to build deb package by the script
`.github/scripts/package-linux`.

github.com/obsproject/obs-studio - cedf0ace53ed9d9077d6f4dbe8f1505e399bb364 authored about 1 year ago by Norihiro Kamae <[email protected]>
libobs: Fix scene_enum_sources skipping some active sources

If an item's show/hide transition was active the underlying source
would not previously not be ...

github.com/obsproject/obs-studio - 8fc0489e4ad33e57ae04b8ea80fe18cdf22c178b authored about 1 year ago by sora-blue <[email protected]>
aja: Disable deprecated declarations warnings on macOS and Linux

Deprecation warnings have been investigated and have been deemed
non-malicious for the time being.

github.com/obsproject/obs-studio - e27b013d4754e0e81119ab237ffedce8fcebcbbf authored about 1 year ago by PatTheMav <[email protected]>
CI: Add github-actions renderer options to xcbeautify

github.com/obsproject/obs-studio - 40124892cf61da38d2f3bf5845bfe9cd04bed953 authored about 1 year ago by PatTheMav <[email protected]>
Update translations from Crowdin

github.com/obsproject/obs-studio - f674d17168f0fa62dd727e585eb810373a881dd9 authored about 1 year ago by Translation Updater <>
Update translations from Crowdin

github.com/obsproject/obs-websocket - ede66a68cbc043a6fc7c8af683ae0924d4068941 authored about 1 year ago by Translation Updater <>
Update translations from Crowdin

github.com/obsproject/obs-browser - 211f851bb3f203483a1f7571dd40fa66d0dfceb8 authored about 1 year ago by Translation Updater <>
libobs: Remove unused wait_for_video flag

github.com/obsproject/obs-studio - b680700bba7c4dfec21a749bd0679aa82705c0b0 authored about 1 year ago by derrod <[email protected]>
libobs: Pair video encoder with all audio encoders

github.com/obsproject/obs-studio - ca865f80cc90f8189671a022d5e29083c660689a authored about 1 year ago by derrod <[email protected]>
obs-websocket: Update version to 5.3.4

Fix a crash on shutdown.

github.com/obsproject/obs-studio - 689daf57dc133539298388fb349d07b7d4122d57 authored about 1 year ago by Ryan Foster <[email protected]>
obs-browser: Update version to 2.23.1

36508a9 - Don't allow browser docks to arbitrarily close OBS
f877e55 - Fix handling OBS_FRONTEND...

github.com/obsproject/obs-studio - eca9cd2bc42485ad5b654e850c41cbf1b8f82516 authored about 1 year ago by Ryan Foster <[email protected]>
base: Update version to 5.3.4

- eventhandler: Disconnect signals from all public sources on shutdown
- websocketserver: Check ...

github.com/obsproject/obs-websocket - e8089a5bbfe9326b07523640b1cefc2e17a4b9c0 authored about 1 year ago by Ryan Foster <[email protected]>
Build plugin support library with PIC on Linux and BSD

Co-authored-by: Patrick Heyer <[email protected]>

github.com/obsproject/obs-plugintemplate - 02929855152f1a6051cb10d097898be65eeaa8c0 authored about 1 year ago by Roy Shilkrot <[email protected]>
Update version to 2.23.1

github.com/obsproject/obs-browser - 8f5a7d4145c4beb6ac478933c4a7f8873d71c979 authored about 1 year ago by Ryan Foster <[email protected]>
Fix handling OBS_FRONTEND_EVENT_TRANSITION_CHANGED

When handling frontend events, DispatchJSEvent expects JSON passed as a
std::string. An unquoted...

github.com/obsproject/obs-browser - f877e55abbabf675caaed320b6ca580fa00d02e6 authored about 1 year ago by Ryan Foster <[email protected]>
Fix handling frontend JS events

When handling frontend events, DispatchJSEvent expects JSON passed as a
std::string. An empty st...

github.com/obsproject/obs-browser - 2d374a3afa5e7698e166ccc617c2cf8aac1f8a83 authored about 1 year ago by Ryan Foster <[email protected]>
CI: Fix random password generation for macOS codesigning

`sha1sum` is part of Homebrew's coreutils, but macOS ships with
`shasum` by default, which suppo...

github.com/obsproject/obs-plugintemplate - db606e8c660c03da474890785ada7066a1d27ea6 authored about 1 year ago by Paul Peavyhouse <[email protected]>
UI: Fall back in case of invalid scene name on load

github.com/obsproject/obs-studio - 3cc7dc0e7cf8b01081dc23e432115f7efd0c8877 authored about 1 year ago by Penwywern <[email protected]>
win-wasapi: Ignore timestamp errors

Only log packets with timestamp errors rather than resetting the device.

github.com/obsproject/obs-studio - 0f498133a44eb3f47c0040f9c30cae0415c6aa2d authored about 1 year ago by prgmitchell <[email protected]>
libobs: Remove module UI functions

github.com/obsproject/obs-studio - 5177a593af3a2b206887bf78d0d00ecfacb3cc36 authored about 1 year ago by derrod <[email protected]>
libobs: Add obs_view_enum_video_info

github.com/obsproject/obs-studio - 5ea9fcc9512749c3e358a052709039e6b453ebd4 authored about 1 year ago by derrod <[email protected]>
docs: Add obs_view_enum_video_info and deprecate obs_view_get_video_info

github.com/obsproject/obs-studio - 3f7133b2c76fb5466cf022d634504d6245f57e49 authored about 1 year ago by derrod <[email protected]>
libobs: Deprecate obs_view_get_video_info

github.com/obsproject/obs-studio - fc891295b69c7a079d6168d686a222bf726ff171 authored about 1 year ago by derrod <[email protected]>
libobs: Fix obs_view_remove only resetting the first matching mix

github.com/obsproject/obs-studio - 7c36257cc0e459a0a3389ac08f4ae5cf560c0341 authored about 1 year ago by derrod <[email protected]>
docs: Add info on obs_frontend_source_list

github.com/obsproject/obs-studio - f5fe9999b4cdd631b84de516747323b37b683514 authored about 1 year ago by CodeYan01 <[email protected]>
mac-videotoolbox: Fix handling of unsuccessful encoder creation

When an encoder was not created in create_encoder, the appropriate
OSStatus value is returned bu...

github.com/obsproject/obs-studio - 63a131ce22d14f71949d3181e1266fe711b233dd authored about 1 year ago by PatTheMav <[email protected]>
obs-ffmpeg: Add missing header to CMakeLists

github.com/obsproject/obs-studio - 859321b7678d8948a92e60c4ee692fb0d52092d1 authored about 1 year ago by derrod <[email protected]>
libobs: Fix GPU scaling always using the main mix

github.com/obsproject/obs-studio - 49e796c6fc47a44132bafea0015bb5e60e0cd8e9 authored about 1 year ago by derrod <[email protected]>
deps/media-playback: In check for key-frame, use new FFmpeg 6.1 API

Fixes for using FFmpeg 6.1 due to deprecations. Uses `#if` macros to
allow builds for using olde...

github.com/obsproject/obs-studio - 6e080a68067b27fe5463f0f4eee7df690451f3d7 authored about 1 year ago by Stephen Seo <[email protected]>
obs-ffmpeg: Use new side-data FFmpeg 6.1 API

Fixes for using FFmpeg 6.1 due to deprecations. Uses `#if` macros to
allow builds for using olde...

github.com/obsproject/obs-studio - 758b47d4ed9a25b8d64ad481d8d039990b9e57c9 authored about 1 year ago by Stephen Seo <[email protected]>
deps/media-playback: Use new (nb_)coded_side_data FFmpeg 6.1 API

Fixes for using FFmpeg 6.1 due to deprecations. Uses `#if` macros to
allow builds for using olde...

github.com/obsproject/obs-studio - 4b5be75c7e4b8cee908ed4a02fe0078285b4e8c9 authored about 1 year ago by Stephen Seo <[email protected]>
libobs: Fence off unnecessary code due to FFmpeg v6.1 changes

Fixes for using FFmpeg 6.1 due to deprecations. Uses `#if` macros to
allow builds for using olde...

github.com/obsproject/obs-studio - cd784644f5e82b9988043f229c19603289c6d32c authored about 1 year ago by Stephen Seo <[email protected]>
libobs: Reuse matching mix's render texture if possible

Avoids re-rendering a view if a previous mix with identical settings
has already rendered it

github.com/obsproject/obs-studio - f5b7c98d2d35e2b4aa49f211f8c85b924ef5b5c6 authored about 1 year ago by derrod <[email protected]>
UI: Fix checkbox misalignment on macOS in properties view

github.com/obsproject/obs-studio - 21a906d7d9530aa59b6bc61ffe6146f79af173bf authored about 1 year ago by Nikola Jovic <[email protected]>
extra/nsis: Use KB for Quick Start Guide link

github.com/obsproject/bouf - 6adba1f4df0ca308b1bfa336a00f32e0b4235f2a authored about 1 year ago by Matt Gajownik <[email protected]>
libobs: Fix PTS incrementation when FPS divisor is enabled

When using a PTS divisor, OBS would still increment the PTS by only the
original `fps_den` value...

github.com/obsproject/obs-studio - 05d52ee3a7a123bf1d078f23c9fa92625cdcd52c authored about 1 year ago by tt2468 <[email protected]>
windowsversions: Change 23H2 release to 2009 (#141)

Change the release to 2009 as it needs to be an int.

github.com/obsproject/loganalyzer - e9db1889f3562ffd3f1c31fff1d6463db7ee652b authored about 1 year ago by prgmitchell <[email protected]>
UI: Make replay buffer settings always visible in Simple Mode

Instead of a checkbox in the recording group that reveals the replay
buffer group when pressed, ...

github.com/obsproject/obs-studio - e9ecb6c5654c3e20524615819f51b1dfcea126af authored about 1 year ago by gxalpha <[email protected]>
UI: Add to lossless warning that replay buffer is unavailable

github.com/obsproject/obs-studio - 7d55229bef913a7207b0b7c5b16669eecd43746e authored about 1 year ago by gxalpha <[email protected]>
libobs: Fix possible minor memory leak

If this array reserves memory, but doesn't end up pushing any sources
back to the array, then it...

github.com/obsproject/obs-studio - e35824452130320a281f3ed22fe68505fbaf0687 authored about 1 year ago by Lain <[email protected]>
windowsversions: Add Windows 11 23H2 (#138)

Add detection for Windows 11 23H2.

github.com/obsproject/loganalyzer - 8891aba0d732ce47b49a522666469b1e86f686b8 authored about 1 year ago by prgmitchell <[email protected]>
obs-ffmpeg: Initialize stopping member variable to false

If an output has already stopped, but its StopRecording function was
called again, then ffmpeg_m...

github.com/obsproject/obs-studio - 87c88ef98378d23dd305fac3df35850a5fe4d6a6 authored about 1 year ago by Ryan Foster <[email protected]>
libobs: Don't keep filter mutex in obs_save_source

While filters are saved using obs_save_source other mutex are used.
To prevent a deadlock, don't...

github.com/obsproject/obs-studio - 1265950eaf5f83b371078f69ed49133ca9bd6ecf authored about 1 year ago by Exeldro <[email protected]>
docs: Fix missing accessor in example

Tested this in code, and it makes sense from the way
`scenes.sources.array[i]` is accessed.

github.com/obsproject/obs-studio - f173650103c79223b999c18a12296e878f7ec4dd authored about 1 year ago by Susko3 <[email protected]>
libobs/util: Remove unused struct member from text-lookup

github.com/obsproject/obs-studio - 2385a3f0f88091b0fdfe2338281d72d5dbdd2c08 authored about 1 year ago by derrod <[email protected]>
libobs/util: Fix link error including header files from C++

github.com/obsproject/obs-studio - 2c4d54dd1b0213cca0fa026ce0124ef81456afd3 authored about 1 year ago by Norihiro Kamae <[email protected]>
libobs/media-io: Fix link error including a header file from C++

github.com/obsproject/obs-studio - 16fed069279b2bbc4ee05f80593c1428603d5005 authored about 1 year ago by Norihiro Kamae <[email protected]>
cogs.log_analysis: Fix .txt attachment detection

github.com/obsproject/obs-bot - 1f0f0c17fae264c92d20fd86d4deb7e110134e77 authored about 1 year ago by Penwywern <[email protected]>
frontend-tools: Fix multiple signal-slot connections on Output Timer

When running an Output Timer multiple times, multiple signal-slot
connections would be made with...

github.com/obsproject/obs-studio - 93f5b45be8c8b91199c52cf7a0ab59d8c3a08760 authored about 1 year ago by Matt <[email protected]>
updater: Clear shader cache after updating

github.com/obsproject/obs-studio - cfd8d4c993ba2b6d61541b66a8d08ed436de824d authored about 1 year ago by derrod <[email protected]>
libobs-d3d11: Add checksum to shader cache

A few reports came in of cache files with the correct size but full of
null bytes, presumably fr...

github.com/obsproject/obs-studio - 1641812580572d2914e4e06abf5b3f2f2cd21bc3 authored about 1 year ago by Richard Stanway <[email protected]>
cmake: Align Product Name and Bundle Name on macOS

github.com/obsproject/obs-studio - 9f66c23825e41807c56f3a865d1c1462fa7ff73b authored about 1 year ago by PatTheMav <[email protected]>
libobs: Consolidate scene item remove code

Removes the internal helper `remove_without_release()` and branches
`obs_sceneitem_remove()` int...

github.com/obsproject/obs-studio - 76f332a379a693e73aef1a74edac678d6418c9f3 authored about 1 year ago by tt2468 <[email protected]>
libobs-d3d11: Use OS D3DCompiler_47.dll

OBS needs Windows 10 minimum these days, so the DLL will be there.

github.com/obsproject/obs-studio - 972e24df796f6d57a4e63c101e7ae17121a54c11 authored about 1 year ago by jpark37 <[email protected]>
libobs: Use macOS specific APIs to report free disk space

github.com/obsproject/obs-studio - 4a765d3bf028209ba8f13ec7ca93380c45d9511d authored about 1 year ago by PatTheMav <[email protected]>
UI: Disable safe mode when --multi is used

github.com/obsproject/obs-studio - ba25bc65c9a93e8dca8d56f8fec87d59ea3e08da authored about 1 year ago by derrod <[email protected]>
libobs: Remove superfluous NULL checks

github.com/obsproject/obs-studio - 845a4a6f648f42dd81e0f01c4d25ed359fffec84 authored about 1 year ago by derrod <[email protected]>
cmake: Enable /GL and /LTCG for non-Debug configurations

github.com/obsproject/obs-studio - 40e4f789c86b6f55eee46e7036a386a67cdb8f5e authored about 1 year ago by derrod <[email protected]>
extra/nsis: Clear shader cache during install

github.com/obsproject/bouf - f28e54b41692dcf3d6ef42d928454b62e01aeaa5 authored about 1 year ago by derrod <[email protected]>
obs-filters: Remove LTCG linker flag for SpeexDSP builds on Windows

Flag was added in CMake 2.0 update and is incompatible with incremental
linking enabled by defau...

github.com/obsproject/obs-studio - 7ae1c35fcb6cacb1b3319ceb87e97564ac4fded2 authored about 1 year ago by PatTheMav <[email protected]>
libobs: Fix memory leak when migrating from legacy scene item data

Before the commit 763dddbbaf, hotkeys to show and hide scene items are
distinguished by source n...

github.com/obsproject/obs-studio - 9391ab305e04444cf66b8fde583b78a2ff071b57 authored about 1 year ago by Norihiro Kamae <[email protected]>
eventhandler: Disconnect signals from all public sources on shutdown

Fixes crash on shutdown when memory leaks lead to un-destroyed
sources after plugin shutdown.

github.com/obsproject/obs-websocket - efeae8d64091f666dfcc67196c39eb8b572cdbf0 authored about 1 year ago by tt2468 <[email protected]>
websocketserver: Check for EventHandler validity in de/constructor

Redundant fix for shutdown crash

github.com/obsproject/obs-websocket - 07537a33faff62b6cb8202b5369720bf2a52d8b6 authored about 1 year ago by tt2468 <[email protected]>
libobs: Fix crash in `obs_sceneitem_remove()` when already removed

An already-removed item has a NULL `item->parent`, meaning that calling
`full_lock(scene)` resul...

github.com/obsproject/obs-studio - 3e6797ca5bfe445381d721e407163b70b8de6d1e authored about 1 year ago by tt2468 <[email protected]>
linux-pipewire: Ensure number of dmabufs is zero initialized

We use a size_t that can be 64bit while EGL uses 32bit for the
underlying value. Writes from our...

github.com/obsproject/obs-studio - ea1d022c208ddd6b081fc4925c18cadd117d3d10 authored about 1 year ago by Kurt Kartaltepe <[email protected]>
Add OBS Studio 30.0.0 to the issue template

github.com/obsproject/.github - d192490d199b0c554be01315f587f23d344a782a authored about 1 year ago by Ryan Foster <[email protected]>
Don't allow browser docks to arbitrarily close OBS

github.com/obsproject/obs-browser - 36508a9d657745b45b0f337286e35e8a6c086fbe authored about 1 year ago by Matt Gajownik <[email protected]>
obs-filters: Add maxRGB tonemapper for SDR

Preserves saturation better than our Reinhard.

github.com/obsproject/obs-studio - 35f84814986d659d1c9416d7de09973c3f5cdc15 authored about 1 year ago by jpark37 <[email protected]>
obs-scripting: Add Python 3.11 support for Windows and macOS

github.com/obsproject/obs-studio - 95cab7178edfe26df361fd55554da84ad95325f4 authored about 1 year ago by PatTheMav <[email protected]>
rtmp-services: Update IRLToolkit service

- Adds Dallas and Miami ingests
- Rotterdam PoP was moved to Amsterdam
- Use RTMPS for all servers

github.com/obsproject/obs-studio - 54d692ada08081f77305c8435b11fd60568379e3 authored about 1 year ago by tt2468 <[email protected]>