- FlowFPS: enable multi-threading.
- Analyse, Recalculate: pass the motion vectors in frame properties instead of the frames themselves.
- Support systems other than x86.
- Analyse: add sanity checks for
pnew,pzero,pglobal,plevelparameters. - Recalculate: add sanity check for
pnewparameter. - FlowFPS, FlowInter, Mask: fix use of uninitialised memory, which made the output slightly different every time (bug inherited from the Avisynth plugin).
- Analyse, Recalculate: prevent possible crash with 4x4 blocks and 8 bit input.
- Analyse, Recalculate: fix block size sanity check when
divide=True(bug inherited from the Avisynth plugin). - Analyse, Recalculate: fix some more signed integer overflows with 16 bit input.
DLLs still include FFTW 3.3.4.