Skip to content

Releases: chikuzen/TCannyMod

update avisynth.h

05 Jul 05:21
Compare
Choose a tag to compare

require Avisynth2.6.0 / Avisynth+MT r2005 or later.

improve more MT friendly

25 May 09:12
Compare
Choose a tag to compare

Set filter mode as MT_NICE_FILTER on Avisynth+ MT.
Use buffer pool on Avisynth+ MT.
Disable AVX2/FMA3/AVX code when /arch:AVX2 is not set.
Disable AVX2/FMA3/AVX code on Avisynth2.6.

Add AVX2 support for 32bit

03 Apr 04:28
Compare
Choose a tag to compare
1.1.1

Add AVX2 support for 32bit.

more optimized.

27 Mar 18:36
Compare
Choose a tag to compare
  • Implement simd non-maximum-suppression.
  • a bit optimized gaussian-blur/ hysteresis.
  • Add EMask().

almost rewrite

26 Mar 11:15
Compare
Choose a tag to compare
  • VS2013 to VS2015.
  • Add AVX2(64bit only) / SSE4.1(both 32bit and 64bit) support.
  • Change direction values from 1,3,7,15 to 31,63,127,255.
  • Reduce waste processes.

0.2.0

13 Sep 15:30
Compare
Choose a tag to compare
cosmetics