Skip to content

Releases: HomeOfVapourSynthEvolution/havsfunc

r14

09 Feb 14:52
Compare
Choose a tag to compare
r14
  • Add functions SigmoidInverse and SigmoidDirect from Dither package.
  • Remove the bitdepth restriction of ediaa function.
  • For functions that use mvtools, now internally apply DitherLumaRebuild to the clip when it's being fed to 'mv.Super' (for the final 'mv.Analyse' only). s0=1 is always used.
  • QTGMC: Use native filter of FFT3DFilter for noise processing if selected.

r13

09 Feb 14:50
Compare
Choose a tag to compare
r13
  • Remove the format restriction of the following functions: QTGMC, GSMC, SMDegrain.
  • SMDegrain: Use sbr for prefilter instead of MinBlur.

r12

09 Feb 14:48
Compare
Choose a tag to compare
r12
  • The class is ditched so you can reduce one line in your script.
  • Add function Vinverse2.
  • Delete function InterFrame.
  • DeHalo_alpha: Remove the color family restriction of input clip.
  • HQDeringmod: Remove the color family restriction of input clip. Remove dering kernel 'dfttest' and related parameters. Remove stack16 related parameters.
  • QTGMC: Remove EdiMode 'nnedi2', 'nnedi', 'eedi2' and 'tdeint'.
  • Vinverse: Remove the color family restriction of input clip.
  • GSMC: Use native filters of MVTools. Remove lsb parameter.
  • SMDegrain: Use native filters of MVTools. Remove stack16 related parameters. Change prefilter=3 to MinBlur(3).
  • FastLineDarkenMOD: Remove the color family restriction of input clip.
  • LSFmod: Remove the color family restriction of input clip. Change the type of parameter 'preblur' from string to bool.

r11

09 Feb 14:46
Compare
Choose a tag to compare
r11
  • The mvtools-related filters used in QTGMC and ivtc_txt60mc are all native now.

r10

09 Feb 14:44
Compare
Choose a tag to compare
r10
  • Changed QTGMC and some other functions to use native filters of MVTools.