Branch: master
-
Merge pull request #2079 from exeldro/startcase
obs-text: text transform add locale and start case
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #2085 from ratwithacompiler/macos-python-fix
obs-scripting: Fix Python on MacOS
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #2077 from brittneysclark/qsv_cust_quant_mat
obs-qsv: Enable option for Custom Quantization Matrix
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
Merge pull request #2125 from DDRBoxman/appbundle
Fixes to make OBS work on Catalina
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #2072 from jpark37/dshow-negative-height
win-dshow: Support bottom-up DIBs
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #1914 from YouNow/master
rtmp-services: Add YouNow service and implement ingest lookup
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
win-dshow: Support bottom-up DIBs
The biHeight field can be negative, leading to crashes on some cards like VisionRGB-E1S. Adding flip support is fairly straightforward. There also appears to be a hack to automatically flip for RGB formats, but I wish to remove it because it seems to fight with this change. We already have a separate vertical flip checkbox to deal with non compliant behavior.
-
Merge pull request #2010 from wanhongqing123/master
win-dshow: fix H264 to mjpeg issue
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #2042 from WizardCM/custom-twitch-docks
UI: Add support for Custom (Legacy) Twitch Dashboard Docks
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
win-dshow: Fix format switching issue
If the format was one encoded format and changes to another encoded format, it could cause it to continue to treat it as the old format.
-
Merge pull request #2081 from jpark37/cpp17
CMake 3.10, C++17, SWIG warnings
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #1974 from DDRBoxman/state
decklink-ui: Show the state of outputs in the decklink dialog
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
Merge pull request #1990 from cg2121/flv-radio-buttons
UI: Use radio buttons for FLV track selection
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #1927 from rxrbln/master
Just a couple of more X.org / Unix hotkey defines.
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
Merge pull request #1919 from omkelderman/mask-filter-reload-on-file-…
…change obs-filters: Reload the mask image when file change is detected
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #1917 from VodBox/scroll-loop-option
libobs/obs-filters: Add toggle for scroll filter looping
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
obs-filters: Add toggle for scroll filter looping
By giving the option to disable the looping in the scroll filter, it makes it more suitable for tasks like credits sequences, where you don't want the texture to repeat and for the motion to only be performed once.
-
-
Merge pull request #2144 from cg2121/quick-tr-fix
UI: Fix main transition being set to the quick one
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #2168 from kkartaltepe/vaapi-profile-fix
rtmp-services: Type check apply_encoder_settings
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
rtmp-services: Type check apply_encoder_settings
This fixes ovewritting hidden "profile" setting in ffmpeg vaapi which is a number and not a string. It also shouldnt be overwritten as it is required on some AMD hardware for the encoder to work.
-
UI: Fix main transition being set to the quick one
This fixes an issue where using a quick transition, it would change the main transition as well.
-
Merge pull request #2153 from tujinshu/master
win-capture: Fix rare crash when OpenGL programs exit with graphics-hook
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
win-capture: Fix rare crash when GL program exits
**Commit message modified and clarified by Jim** When hooking a program that has both DirectX and OpenGL contexts in use, it is possible to cause a crash on shutdown due to capture_active() returning true when an OpenGL context is deleted. Normally, when capturing an OpenGL program, this would not happen because the 'active' variable would not be set due to OpenGL capture not being initialized, but if DirectX is captured while an OpenGL context is available, and OpenGL could not load these required functions, then GL can crash due to trying to use unavailable functions. This case is extremely rare and doesn't happen under normal circumstances; only if a program is using both DirectX and OpenGL within the same program simultaneously, and *only* if OpenGL could not load the required functions. This likely almost never happens under normal programs, games, and hardware. This was apparently produced by hooking a GL Qt program that used QWebEngine, which used multiple contexts at once.
-
Merge pull request #2148 from eulertour/master
UI: Fall back to XGetWMName if XFetchName fails
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #2146 from Fenrirthviti/recording-bitrate-fix
UI: Fix audio bitrate not being set in simple mode
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #2142 from cg2121/fade-to-black
UI: Add fade to black in studio mode
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
It is possible for a GPU encoder to be in a destruction state while still in the GPU encoder list, although very rare.
-
Merge pull request #2145 from JohannMG/UpgradeStream-Link
UI: Upgrade stream key link into button
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
UI: Upgrade stream link hotlink to a button
Most of the top streaming services now have a link in the stream key label. Upgrading this button to a button clarifies the assistance for the important step of setting up a stream. Creates a new type of button for URL opening simply which also automatically updates the tootip to the current URL. Includes addition of Twitter/Periscope URL to make this feature more complete.

