Skip to content

Releases: HomeOfVapourSynthEvolution/mvsfunc

mvsfunc-r10

22 Nov 08:57
Compare
Choose a tag to compare

Make it really works on VapourSynth R55+ (APIv4)
Also keeping backward compatibility with previous API. (not thoroughly tested though, report is welcome)

Depth, ToRGB, ToYUV, BM3D: support all options from fmtc.bitdepth
Depth, ToRGB, ToYUV, zDepth: remove option "prefer_props" as removed by latest core.resize

mvsfunc-r9

18 Oct 07:46
90e1852
Compare
Choose a tag to compare

Bump version

mvsfunc-r8

31 Jul 13:26
Compare
Choose a tag to compare

New Main function VFRSplice()
Preview: Set default dither to "random" to avoid banding
Depth, ToRGB, ToYUV, BM3D: When sample conversion is required but 'depth' is not set, use 16-bit for integer and 32-bit for float
LimitFilter: fixed error when thr>0&brighten_thr<=0 or thr<=0&brighten_thr>0
LimitFilter: fixed brighten_thr is not used when elast<=1
Frame properties related fixes

mvsfunc-r7

09 Apr 10:01
Compare
Choose a tag to compare

Depth: now prefer fmtc.bitdepth for full range content
Depth, ToRGB, ToYUV, BM3D, zDepth: new argument "prefer_props"
ToRGB: new argument "compat" to support CompatBGR32 output
_EXPERIMENTAL_ Added Utility function CheckMatrix()
Added Utility function postfix2infix()
Added Helper function GrayScale()
Added Helper function Preview()

mvsfunc-r6

26 Jan 11:31
Compare
Choose a tag to compare

BM3D: fixed format checking for "pre" and "flt"
Support zimg included in VS r29 (core.resize)
Depth, ToRGB, ToYUV, BM3D: Added support for 1-7 bit integer output
Added Helper function PlaneAverage()

mvsfunc-r5

21 Nov 04:26
Compare
Choose a tag to compare

BM3D: fixed the mistake that bm3d.Basic/bm3d.VBasic is used for final estimate
BM3D: now psample always defaults to 1
ToYUV: fixed error with GRAY input
New category "Runtime functions"
Added runtime function FilterIf()
Added helper function CheckVersion()