Releases: HomeOfVapourSynthEvolution/mvsfunc
mvsfunc-r10
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
Bump version
mvsfunc-r8
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
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
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
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()