Releases: HomeOfVapourSynthEvolution/havsfunc
Releases · HomeOfVapourSynthEvolution/havsfunc
r23
- Add Stab function.
- Now uses core.resize where applicable.
- Now uses simple rounding when invoking the Resize wrapper.
- srestore: Remove unnecessary invoking of
std.Cache
. - YAHR: Add the
blur
anddepth
parameters. - DeHalo_alpha, LSFmod: Remove the
noring
parameter. - ContraSharpening: Add the
radius
andrep
parameters. - InterFrame: Remove the invoking of
std.Cache
. The cache issue has been fixed in VS R32. - HQDeringmod: Process the ring mask in the original color family. It's more convenient for interleaving with the source to tune the mask when show=True.
- KNLMeansCL: Use color distance to process chroma planes. The quality is better than processing each chroma plane using gray intensities.
- logoNR: Use KNLMeansCL instead of Bilateral+FluxSmooth for smoothing.
- Overlay: Process in formats without subsampling to avoid messed result.
- QTGMC: The
TFF
parameter is not required forInputType=1
.
r22
- Add functions FixChromaBleedingMod(requires adjust), InterFrame, srestore and Toon
- Delete utility function LimitDiff, use LimitFilter from mvsfunc instead
- LSFmod: Use "min/max" kernel for
edgemaskHQ=False
- SMDegrain: Use DFTTest for
prefilter=3
again - KNLMeansCL: Add the newly added
wref
parameter in v0.7.5
r9
r21
- QTGMC: The frame property _FieldBased is set to 0 after deinterlacing now. Fix the dct argument wasn't passed to mv.Recalculate.
- SMDegrain: Fix the dct argument wasn't passed to mv.Recalculate.
- Clamp: Fix a wrong expression bug introduced in r20, causing the results of QTGMC's SLMode=2/4 and LSFmod's limit to be incorrect.
r20
- YAHR: Use native filter of AWarpSharp2.
- QTGMC: Fix SOvs argument is not scaled to the bit depth of input clip.
- LSFmod: Fix overshoot(2) and undershoot(2) arguments are not scaled to the bit depth of input clip.
- MinBlur: For r=2 or 3, improve the speed when the bit depth of input clip is 16.
r19
- Add functions santiag, STPresso.
- Delete functions ediaa, maa, SharpAAMCmod, GammaToLinear, LinearToGamma.
- HQDeringmod: The Y, U, V parameters are replaced with planes parameter.
- QTGMC: Delete the option 'FFT3dGPU' from Denoiser parameter, and add 'KNLMeansCL' as another option.
- GSMC: The Y, U, V parameters are replaced with planes parameter.
- SMDegrain: Update to v3.1.2d.