Skip to content
This repository has been archived by the owner on Sep 22, 2021. It is now read-only.

Releases: HomeOfVapourSynthEvolution/VapourSynth-TDeintMod

r10.1

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

r10

10 Mar 04:18
Compare
Choose a tag to compare
r10
  • Fix link parameter not working in 9-16 bit depth.

r9

09 Mar 07:12
Compare
Choose a tag to compare
r9
  • Change show parameter to display binary comb mask.
  • Add athresh, metric, expand and link parameters.

r8

01 May 08:09
Compare
Choose a tag to compare
r8
  • Code refactoring and minor performance improvement.
  • Add AVX2 code path.
  • Add opt and planes parameters.

r7

08 Mar 17:32
Compare
Choose a tag to compare
r7
  • Actually return an error when the value of the order, field, mode or metric parameter is out of range.
  • The output frame's _FieldBased property is now set to 0.
  • IsCombed: Actually return an error for unsupported chroma subsampling.
  • The parameter value is now scaled in a saner way.
  • Remove the upper bound of the length parameter.

r6

14 May 10:25
Compare
Choose a tag to compare
r6
  • TDeintMod now will use the field order specified in the source frames (_FieldBased frame property) and will only fall back to the specified order if not present.
  • The framerate and the frame duration are properly adjusted and normalized for double rate output.
  • Return an error if the returned clip is longer than INT_MAX.
  • Fix potential crash in threshMask's SIMD code.

r5

30 Dec 12:36
Compare
Choose a tag to compare
r5

Add 9-16 bits support.
IsCombed's combed frame detection now works properly for different color spaces.
Fix no frame returned at the end of processing bug, which only happen when mtql, mthl, mtqc, mthc are all set to -2 and show=True.

r4

01 Dec 15:19
Compare
Choose a tag to compare
r4

Add IsCombed function and remove some parameters.

r3

24 Oct 18:11
Compare
Choose a tag to compare
r3

Add SIMD to motion mask related processing, speed up about 30~40%.
Add 'show' parameter to display the motion mask instead of the deinterlaced frame.

r2

15 Oct 16:21
Compare
Choose a tag to compare
r2

Allow to disable motion adaptation.