Skip to content

Releases: HomeOfVapourSynthEvolution/VapourSynth-DFTTest

r7

05 Jul 14:17
Compare
Choose a tag to compare
  • Change to use Newton-Raphson refined approximate reciprocal for division calculation in SSE2 and AVX2 code paths.
  • Add AVX512 optimization.

r6

06 Aug 14:27
Compare
Choose a tag to compare
r6
  • Rename nstring parameter and change type to int array. Add parameter alpha.
  • Rename sstring parameter and change type to float array. Add parameter ssystem.

r5

04 Aug 04:24
Compare
Choose a tag to compare
r5
  • Fix decimal point issue in certain locales.

r4.1

29 Nov 15:29
Compare
Choose a tag to compare
  • Add Meson build system.

r4

21 Dec 16:28
Compare
Choose a tag to compare
r4
  • Code refactoring and minor performance improvement.
  • Add opt parameter and AVX2 code path.
  • Change default sigma/sigma2 to 8.0.
  • Change default sbsize to 16 and sosize to 12.

The 7z file also includes FFTW 3.3.7 dll compiled by ICC.

r3

09 Jun 16:43
Compare
Choose a tag to compare
r3
  • Support 32-bit float input.

r2

05 Mar 13:20
Compare
Choose a tag to compare
r2

Add SIMD optimization. Speed up about 10~30%, depending on the settings(like tbsize) or 32/64 bits.
Change the default tbsize to 3 instead of 5.
Other cosmetic changes.

r1

18 Jan 16:39
Compare
Choose a tag to compare
r1
Initial commit