This repository has been archived by the owner on Sep 22, 2021. It is now read-only.
Releases: HomeOfVapourSynthEvolution/VapourSynth-TDeintMod
Releases · HomeOfVapourSynthEvolution/VapourSynth-TDeintMod
r10.1
r10
r9
r8
r7
- Actually return an error when the value of the
order
,field
,mode
ormetric
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
- 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.