Skip to content

Releases: HomeOfVapourSynthEvolution/VapourSynth-EEDI3

r4

11 Dec 13:15
Compare
Choose a tag to compare
  • EEDI3: Add parameter mclip. Note that code paths of SSE4.1 and above could be slower than SSE2 when mclip is used.
  • Remove Autotools build system.

r3.1

30 Nov 04:12
Compare
Choose a tag to compare
  • Add Meson build system.

r3

23 Dec 13:12
Compare
Choose a tag to compare
r3
  • EEDI3: Fix incorrect data type in AVX512 code path for 32 bit depth.
  • EEDI3CL: Fix decimal-point character issue in different locales.
  • EEDI3CL: Use snprintf to convert floating point to string for more precise value.
  • EEDI3CL: Store the compiled binary for reuse in the offline cache located in $HOME/.boost_compute on UNIX-like systems and in %APPDATA%/boost_compute on Windows.
  • EEDI3CL: Minor performance improvement by explicitly specify work-group size.

r2

13 Oct 08:01
Compare
Choose a tag to compare
r2
  • EEDI3: Add avx and avx512 instruction sets. Remove avx2 instruction set.
  • EEDI3CL: Remove sse4.1 and avx2 instruction sets.
  • Minor speed improvement.

r1

31 Aug 17:05
Compare
Choose a tag to compare
r1
  • Initial release.