Skip to content

Releases: AmusementClub/vs-boxblur

v4

12 Jun 03:04
Compare
Choose a tag to compare
v4 Pre-release
Pre-release

Fix rounding.

v3

02 Feb 06:56
Compare
Choose a tag to compare
  • fix a tiny memory leak
  • fix broken dependency tracking for api4 VS (affects vspipe --filter-time and vspipe -g output)
  • update Clang/LLVM to 15.

v2

09 Feb 05:33
fe1a124
Compare
Choose a tag to compare
v2
  • Add support for 1-15 bit integer format

v1

08 Feb 10:16
Compare
Choose a tag to compare
v1

AVX2-optimized implementation of std.BoxBlur (=> box.Blur)

If AVX2 is not available, it will fall back to std.BoxBlur.

Zen3 users may not benefit from the current implementation. The measured speedup is 1.3x on skylake and icelake, and 3x on zen2.