Skip to content

AviSynthShader v1.4

Compare
Choose a tag to compare
@mysteryx93 mysteryx93 released this 17 May 07:49
· 128 commits to master since this release

Version 1.4 is ready!

What's new:

  • Tweaked DLL for better MT support (thanks to Pinterf)
  • ConvertToShader, ConvertFromShader and Shader now support MT=1. ExecuteShader supports MT=2.
  • Added SSimDownscaler for high-quality downscaling
  • SuperResXBR now uses SSimDownscaler instead of Bicubic for final resize
  • Added fWidth, fHeight, fStr and fSoft to SuperRes, SuperXBR and SuperResXBR
  • Fixed a bug in the DLL where it wouldn't search the DLL's folder to find non-compiled HLSL shaders with relative path.
  • Fixed a bug where CLAMP for out-of-bound pixels was only applied to the first clip.