Skip to content

Releases: HomeOfVapourSynthEvolution/VapourSynth-EEDI2

r7.1

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

r7

04 Mar 14:55
Compare
Choose a tag to compare
r7
  • Squeeze a bit of speed by replacing some multiplication and division with bit shift.

r6

16 May 19:36
Compare
Choose a tag to compare
r6
  • Fix crash that a frame reference is not properly freed.

r5

14 Feb 15:09
Compare
Choose a tag to compare
r5

Add 9-16 bits support

r4

30 Nov 08:46
Compare
Choose a tag to compare
r4

Use C++ casting operator instead of C-style type casting.
Code cleanup.

r3

09 Oct 06:32
Compare
Choose a tag to compare
r3

Avoid possibly non-threadsafe behavior

r2

05 Sep 15:51
Compare
Choose a tag to compare
r2
Fix error that mthresh and vthresh was not properly initialized

and allocate buffer in getframe to prevent from being written by more
than one thread

r1

04 Sep 12:51
Compare
Choose a tag to compare
r1
Cosmetics