34 lines
1.4 KiB
HTML
34 lines
1.4 KiB
HTML
---
|
|
title: 'OBS Stream Effects v0.4.1 (Release)'
|
|
category: News
|
|
tags: [StreamFX, OBS]
|
|
---
|
|
|
|
<pre>
|
|
OBS Stream Effects Version 0.4.1 is now available and it fixes the 32-Bit crash as well as�improving overall performance and stability. If you're currently on 0.4.0 or earlier, it's time to update!<!--more-->
|
|
|
|
<strong>Download:�</strong><a href="https://github.com/Xaymar/obs-stream-effects/releases/tag/0.4.1">On GitHub</a>
|
|
|
|
<h1>Changelog</h1>
|
|
|
|
<h2>0.4.1</h2>
|
|
|
|
<ul>
|
|
<li>Switched all filters and sources over to new initialization code.</li>
|
|
<li>Fixed a 32-bit crash on machines with CPUs capable of SSE caused by Vertex Buffers.</li>
|
|
<li>Reduced memory requirements of Vertex Buffers by ~60%.</li>
|
|
<li>Removed a superfluous reallocation, loop and copy from Vertex Buffers.</li>
|
|
</ul>
|
|
|
|
<h2>0.4.0</h2>
|
|
|
|
<ul>
|
|
<li>Improved initialization code to ease future development.</li>
|
|
<li>Fixed several possible crashes in the GS subsystem wrappers.</li>
|
|
<li>Fixed 'Blur' filter color being wrong due to non-power-of-two textures.</li>
|
|
<li>Improved 'Blur' filter error reporting for better debugging and support.</li>
|
|
<li>Fixed 'Blur' filter crashing OBS on GPU reset, better support for this is added in a future version of OBS.</li>
|
|
<li>Fixed 'Blur' filter occasionally just not working.</li>
|
|
<li>Added 'Source Mirror' source which allows you to add filters to a source without modifying it as well as rescaling it.</li>
|
|
</ul>
|
|
</pre> |