posts: Add old content, but don't convert it

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2022-03-09 11:25:16 +01:00
parent b60b2a60ca
commit cccea5d247
5 changed files with 166 additions and 2 deletions
@@ -0,0 +1,34 @@
---
title: 'OBS Stream Effects v0.4.1 (Release)'
category: News
tags:
---
<pre>
OBS Stream Effects Version 0.4.1 is now available and it fixes the 32-Bit crash as well asimproving 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>