Skip to content

Releases: pinterf/mvtools

MvTools2 2.7.17.22 with depans

26 Apr 13:00
Compare
Choose a tag to compare

MvTools2 + Depan + DepanEstimate

MvTools2 2.7.17.22 (20170426)
Fix: Regression in 2.7.16.22: MDegrain right pixel artifacts on non-modulo 16 widths
Misc: MMask, mode SADMask output is normalized further by video subsampling (YV16/YV24 has larger SAD value due to bigger chroma part that classic YV12)

MvTools2 2.7.16.22 (20170423)
Fix: MMask 10-16 bits
Fix: MRecalculate 14-16 bits passed nSCD1=999999 internally which caused overflow (scene change problems later). Fix is done by clamping SCD1 to 88(255-0) (maximum value of sum of SADs on a 8x8 block)
Misc: MDegrainX 8 bits: internal 16 bit buffer to 8 bits: SSE2

MvTools2 2.7.15.22 (20170316)
Fix: 16 bit SAD for non-AVX code path
Misc: MDegrain1-6: add error on lsb_flag=true for non-8 bit sources

MvTools2 2.7.14.22 (20170206)
Fix: MAnalyze divide=2 showed "vector clip is too small", inherited from 2.6.0.5, sanity check was done but length was not filled for divideextra data)
Fix: MFlow access violation in internal mv resizer when resizing factor was big (MCaWarpSharp3 4x supersampling case), bug introduced in upstream 2.5.11.22

MvTools2 2.7.13.22 (20170201)
Fix: MDegrain1-6,N: 10-16 bit thSCD scaling
Fix: MVShow: tolerance scaling for 10-16 bits

MvTools2 2.7.12.22 (20170120)
New: Faster SATD (dct=5..10) 8 bit: updated x264 function selectors, SSE2/4/AVX/AVX2
+10% speed for a whole typical MDegrain3 process on my i7-3770
New: Much Faster SATD (dct=5..10) 10-16 bit: SSE2/SSE4 instead of C
+50% speed for a whole typical MDegrain3 process (which is approx half speed of 8 bit)

MvTools2 2.7.11.22 (20170116)
New: MDegrain6
Mod: MDegrain1-6 SSE4 for 10-16 bit (was: C. 3-5% gain, wasn't bottleneck)

MvTools2 2.7.10.22 (20161228)
fix: YV12 debug info display wrong text placement on chroma planes
(also depans)

MvTools2 2.7.9.22 (20161220)
Apply 2.5.11.9-svp analysis speedup, mainly when chroma is involved

MvTools2 2.7.8.22 (20161218)
YUY2 input fix, MDegrain YUY2 plane allocation fix (freeze at script exit)
YUY2 input fix also for DepanStabilize (Depan.dll 2.3.11->2.3.11.1)

MvTools2 2.7.7.22 (20161215)
Yet another speed up, I am trying to getting nearer to the classic YV12 only builds.

MvTools2 2.7.6.22 (20161204)
This release contains some fixes and speedup.
Speedup is compared to the previous releases, now it's around the 2.7.0.22d performance.
Note that using 64 bit version yields usually 10-20% speed gain over 32 bits version.

MvTools2 2.7.5.22 (20161119)
Milestone release:
General support of 10-16 bit formats with Avisynth Plus (r2294 or newer recommended)
with new MDegrain4 and MDegrain5 filters.

Depan 2.13.1.2 (20161228)
Fix: DepanStabilize: removed too strict checking for large motion vectors received from depan
that resulted in like scene change
Fix: for YV12 the debug info text chroma part was positioned at wrong place

Bundled filters:
Depan: 2.13.1.2 (20161228)
DepanEstimate: 2.10.0.1 (20161228)
General support of 10-16 bit formats with Avisynth Plus (r2294 or newer recommended)

x86 and x64 builds
Windows XP is still supported

forum:
http://forum.doom9.org/showthread.php?t=173356

MvTools2 2.7.16.22 with depans

23 Apr 08:32
Compare
Choose a tag to compare

MvTools2 + Depan + DepanEstimate

MvTools2 2.7.16.22 (20170423)
Fix: MMask 10-16 bits
Fix: MRecalculate 14-16 bits passed nSCD1=999999 internally which caused overflow (scene change problems later). Fix is done by clamping SCD1 to 88(255-0) (maximum value of sum of SADs on a 8x8 block)
Misc: MDegrainX 8 bits: internal 16 bit buffer to 8 bits: SSE2

MvTools2 2.7.15.22 (20170316)
Fix: 16 bit SAD for non-AVX code path
Misc: MDegrain1-6: add error on lsb_flag=true for non-8 bit sources

MvTools2 2.7.14.22 (20170206)
Fix: MAnalyze divide=2 showed "vector clip is too small", inherited from 2.6.0.5, sanity check was done but length was not filled for divideextra data)
Fix: MFlow access violation in internal mv resizer when resizing factor was big (MCaWarpSharp3 4x supersampling case), bug introduced in upstream 2.5.11.22

MvTools2 2.7.13.22 (20170201)
Fix: MDegrain1-6,N: 10-16 bit thSCD scaling
Fix: MVShow: tolerance scaling for 10-16 bits

MvTools2 2.7.12.22 (20170120)
New: Faster SATD (dct=5..10) 8 bit: updated x264 function selectors, SSE2/4/AVX/AVX2
+10% speed for a whole typical MDegrain3 process on my i7-3770
New: Much Faster SATD (dct=5..10) 10-16 bit: SSE2/SSE4 instead of C
+50% speed for a whole typical MDegrain3 process (which is approx half speed of 8 bit)

MvTools2 2.7.11.22 (20170116)
New: MDegrain6
Mod: MDegrain1-6 SSE4 for 10-16 bit (was: C. 3-5% gain, wasn't bottleneck)

MvTools2 2.7.10.22 (20161228)
fix: YV12 debug info display wrong text placement on chroma planes
(also depans)

MvTools2 2.7.9.22 (20161220)
Apply 2.5.11.9-svp analysis speedup, mainly when chroma is involved

MvTools2 2.7.8.22 (20161218)
YUY2 input fix, MDegrain YUY2 plane allocation fix (freeze at script exit)
YUY2 input fix also for DepanStabilize (Depan.dll 2.3.11->2.3.11.1)

MvTools2 2.7.7.22 (20161215)
Yet another speed up, I am trying to getting nearer to the classic YV12 only builds.

MvTools2 2.7.6.22 (20161204)
This release contains some fixes and speedup.
Speedup is compared to the previous releases, now it's around the 2.7.0.22d performance.
Note that using 64 bit version yields usually 10-20% speed gain over 32 bits version.

MvTools2 2.7.5.22 (20161119)
Milestone release:
General support of 10-16 bit formats with Avisynth Plus (r2294 or newer recommended)
with new MDegrain4 and MDegrain5 filters.

Depan 2.13.1.2 (20161228)
Fix: DepanStabilize: removed too strict checking for large motion vectors received from depan
that resulted in like scene change
Fix: for YV12 the debug info text chroma part was positioned at wrong place

Bundled filters:
Depan: 2.13.1.2 (20161228)
DepanEstimate: 2.10.0.1 (20161228)
General support of 10-16 bit formats with Avisynth Plus (r2294 or newer recommended)

x86 and x64 builds
Windows XP is still supported

forum:
http://forum.doom9.org/showthread.php?t=173356

MvTools2 2.7.15.22 with depans

17 Mar 08:06
Compare
Choose a tag to compare

MvTools2 + Depan + DepanEstimate

MvTools2 2.7.15.22 (20170316)
Fix: 16 bit SAD for non-AVX code path
Misc: MDegrain1-6: add error on lsb_flag=true for non-8 bit sources

MvTools2 2.7.14.22 (20170206)
Fix: MAnalyze divide=2 showed "vector clip is too small", inherited from 2.6.0.5, sanity check was done but length was not filled for divideextra data)
Fix: MFlow access violation in internal mv resizer when resizing factor was big (MCaWarpSharp3 4x supersampling case), bug introduced in upstream 2.5.11.22

MvTools2 2.7.13.22 (20170201)
Fix: MDegrain1-6,N: 10-16 bit thSCD scaling
Fix: MVShow: tolerance scaling for 10-16 bits

MvTools2 2.7.12.22 (20170120)
New: Faster SATD (dct=5..10) 8 bit: updated x264 function selectors, SSE2/4/AVX/AVX2
+10% speed for a whole typical MDegrain3 process on my i7-3770
New: Much Faster SATD (dct=5..10) 10-16 bit: SSE2/SSE4 instead of C
+50% speed for a whole typical MDegrain3 process (which is approx half speed of 8 bit)

MvTools2 2.7.11.22 (20170116)
New: MDegrain6
Mod: MDegrain1-6 SSE4 for 10-16 bit (was: C. 3-5% gain, wasn't bottleneck)

MvTools2 2.7.10.22 (20161228)
fix: YV12 debug info display wrong text placement on chroma planes
(also depans)

MvTools2 2.7.9.22 (20161220)
Apply 2.5.11.9-svp analysis speedup, mainly when chroma is involved

MvTools2 2.7.8.22 (20161218)
YUY2 input fix, MDegrain YUY2 plane allocation fix (freeze at script exit)
YUY2 input fix also for DepanStabilize (Depan.dll 2.3.11->2.3.11.1)

MvTools2 2.7.7.22 (20161215)
Yet another speed up, I am trying to getting nearer to the classic YV12 only builds.

MvTools2 2.7.6.22 (20161204)
This release contains some fixes and speedup.
Speedup is compared to the previous releases, now it's around the 2.7.0.22d performance.
Note that using 64 bit version yields usually 10-20% speed gain over 32 bits version.

MvTools2 2.7.5.22 (20161119)
Milestone release:
General support of 10-16 bit formats with Avisynth Plus (r2294 or newer recommended)
with new MDegrain4 and MDegrain5 filters.

Depan 2.13.1.2 (20161228)
Fix: DepanStabilize: removed too strict checking for large motion vectors received from depan
that resulted in like scene change
Fix: for YV12 the debug info text chroma part was positioned at wrong place

Bundled filters:
Depan: 2.13.1.2 (20161228)
DepanEstimate: 2.10.0.1 (20161228)
General support of 10-16 bit formats with Avisynth Plus (r2294 or newer recommended)

x86 and x64 builds
Windows XP is still supported

forum:
http://forum.doom9.org/showthread.php?t=173356

MvTools2 2.7.14.22 with depans

06 Feb 15:53
Compare
Choose a tag to compare

MvTools2 + Depan + DepanEstimate

MvTools2 2.7.14.22 (20170206)
Fix: MAnalyze divide=2 showed "vector clip is too small", inherited from 2.6.0.5, sanity check was done but length was not filled for divideextra data)
Fix: MFlow access violation in internal mv resizer when resizing factor was big (MCaWarpSharp3 4x supersampling case), bug introduced in upstream 2.5.11.22

MvTools2 2.7.13.22 (20170201)
Fix: MDegrain1-6,N: 10-16 bit thSCD scaling
Fix: MVShow: tolerance scaling for 10-16 bits

MvTools2 2.7.12.22 (20170120)
New: Faster SATD (dct=5..10) 8 bit: updated x264 function selectors, SSE2/4/AVX/AVX2
+10% speed for a whole typical MDegrain3 process on my i7-3770
New: Much Faster SATD (dct=5..10) 10-16 bit: SSE2/SSE4 instead of C
+50% speed for a whole typical MDegrain3 process (which is approx half speed of 8 bit)

MvTools2 2.7.11.22 (20170116)
New: MDegrain6
Mod: MDegrain1-6 SSE4 for 10-16 bit (was: C. 3-5% gain, wasn't bottleneck)

MvTools2 2.7.10.22 (20161228)
fix: YV12 debug info display wrong text placement on chroma planes
(also depans)

MvTools2 2.7.9.22 (20161220)
Apply 2.5.11.9-svp analysis speedup, mainly when chroma is involved

MvTools2 2.7.8.22 (20161218)
YUY2 input fix, MDegrain YUY2 plane allocation fix (freeze at script exit)
YUY2 input fix also for DepanStabilize (Depan.dll 2.3.11->2.3.11.1)

MvTools2 2.7.7.22 (20161215)
Yet another speed up, I am trying to getting nearer to the classic YV12 only builds.

MvTools2 2.7.6.22 (20161204)
This release contains some fixes and speedup.
Speedup is compared to the previous releases, now it's around the 2.7.0.22d performance.
Note that using 64 bit version yields usually 10-20% speed gain over 32 bits version.

MvTools2 2.7.5.22 (20161119)
Milestone release:
General support of 10-16 bit formats with Avisynth Plus (r2294 or newer recommended)
with new MDegrain4 and MDegrain5 filters.

Depan 2.13.1.2 (20161228)
Fix: DepanStabilize: removed too strict checking for large motion vectors received from depan
that resulted in like scene change
Fix: for YV12 the debug info text chroma part was positioned at wrong place

Bundled filters:
Depan: 2.13.1.2 (20161228)
DepanEstimate: 2.10.0.1 (20161228)
General support of 10-16 bit formats with Avisynth Plus (r2294 or newer recommended)

x86 and x64 builds
Windows XP is still supported

forum:
http://forum.doom9.org/showthread.php?t=173356

MvTools2 2.7.13.22 with depans

01 Feb 11:19
Compare
Choose a tag to compare

MvTools2 + Depan + DepanEstimate

MvTools2 2.7.13.22 (20170201)
Fix: MDegrain1-6,N: 10-16 bit thSCD scaling
Fix: MVShow: tolerance scaling for 10-16 bits

MvTools2 2.7.12.22 (20170120)
New: Faster SATD (dct=5..10) 8 bit: updated x264 function selectors, SSE2/4/AVX/AVX2
+10% speed for a whole typical MDegrain3 process on my i7-3770
New: Much Faster SATD (dct=5..10) 10-16 bit: SSE2/SSE4 instead of C
+50% speed for a whole typical MDegrain3 process (which is approx half speed of 8 bit)

MvTools2 2.7.11.22 (20170116)
New: MDegrain6
Mod: MDegrain1-6 SSE4 for 10-16 bit (was: C. 3-5% gain, wasn't bottleneck)

MvTools2 2.7.10.22 (20161228)
fix: YV12 debug info display wrong text placement on chroma planes
(also depans)

MvTools2 2.7.9.22 (20161220)
Apply 2.5.11.9-svp analysis speedup, mainly when chroma is involved

MvTools2 2.7.8.22 (20161218)
YUY2 input fix, MDegrain YUY2 plane allocation fix (freeze at script exit)
YUY2 input fix also for DepanStabilize (Depan.dll 2.3.11->2.3.11.1)

MvTools2 2.7.7.22 (20161215)
Yet another speed up, I am trying to getting nearer to the classic YV12 only builds.

MvTools2 2.7.6.22 (20161204)
This release contains some fixes and speedup.
Speedup is compared to the previous releases, now it's around the 2.7.0.22d performance.
Note that using 64 bit version yields usually 10-20% speed gain over 32 bits version.

MvTools2 2.7.5.22 (20161119)
Milestone release:
General support of 10-16 bit formats with Avisynth Plus (r2294 or newer recommended)
with new MDegrain4 and MDegrain5 filters.

Depan 2.13.1.2 (20161228)
Fix: DepanStabilize: removed too strict checking for large motion vectors received from depan
that resulted in like scene change
Fix: for YV12 the debug info text chroma part was positioned at wrong place

Bundled filters:
Depan: 2.13.1.2 (20161228)
DepanEstimate: 2.10.0.1 (20161228)
General support of 10-16 bit formats with Avisynth Plus (r2294 or newer recommended)

x86 and x64 builds
Windows XP is still supported

forum:
http://forum.doom9.org/showthread.php?t=173356

MvTools2 2.7.12.22 with depans

20 Jan 10:12
Compare
Choose a tag to compare

MvTools2 + Depan + DepanEstimate

MvTools2 2.7.12.22 (20170120)
New: Faster SATD (dct=5..10) 8 bit: updated x264 function selectors, SSE2/4/AVX/AVX2
+10% speed for a whole typical MDegrain3 process on my i7-3770
New: Much Faster SATD (dct=5..10) 10-16 bit: SSE2/SSE4 instead of C
+50% speed for a whole typical MDegrain3 process (which is approx half speed of 8 bit)

MvTools2 2.7.11.22 (20170116)
New: MDegrain6
Mod: MDegrain1-6 SSE4 for 10-16 bit (was: C. 3-5% gain, wasn't bottleneck)

MvTools2 2.7.10.22 (20161228)
fix: YV12 debug info display wrong text placement on chroma planes
(also depans)

MvTools2 2.7.9.22 (20161220)
Apply 2.5.11.9-svp analysis speedup, mainly when chroma is involved

MvTools2 2.7.8.22 (20161218)
YUY2 input fix, MDegrain YUY2 plane allocation fix (freeze at script exit)
YUY2 input fix also for DepanStabilize (Depan.dll 2.3.11->2.3.11.1)

MvTools2 2.7.7.22 (20161215)
Yet another speed up, I am trying to getting nearer to the classic YV12 only builds.

MvTools2 2.7.6.22 (20161204)
This release contains some fixes and speedup.
Speedup is compared to the previous releases, now it's around the 2.7.0.22d performance.
Note that using 64 bit version yields usually 10-20% speed gain over 32 bits version.

MvTools2 2.7.5.22 (20161119)
Milestone release:
General support of 10-16 bit formats with Avisynth Plus (r2294 or newer recommended)
with new MDegrain4 and MDegrain5 filters.

Depan 2.13.1.2 (20161228)
Fix: DepanStabilize: removed too strict checking for large motion vectors received from depan
that resulted in like scene change
Fix: for YV12 the debug info text chroma part was positioned at wrong place

Bundled filters:
Depan: 2.13.1.2 (20161228)
DepanEstimate: 2.10.0.1 (20161228)
General support of 10-16 bit formats with Avisynth Plus (r2294 or newer recommended)

x86 and x64 builds
Windows XP is still supported

forum:
http://forum.doom9.org/showthread.php?t=173356

MvTools2 2.7.11.22 with depans

16 Jan 15:45
Compare
Choose a tag to compare

MvTools2 + Depan + DepanEstimate

MvTools2 2.7.11.22 (20170116)
New: MDegrain6
Mod: MDegrain1-6 SSE4 for 10-16 bit (was: C. 3-5% gain, wasn't bottleneck)

MvTools2 2.7.10.22 (20161228)
fix: YV12 debug info display wrong text placement on chroma planes
(also depans)

MvTools2 2.7.9.22 (20161220)
Apply 2.5.11.9-svp analysis speedup, mainly when chroma is involved

MvTools2 2.7.8.22 (20161218)
YUY2 input fix, MDegrain YUY2 plane allocation fix (freeze at script exit)
YUY2 input fix also for DepanStabilize (Depan.dll 2.3.11->2.3.11.1)

MvTools2 2.7.7.22 (20161215)
Yet another speed up, I am trying to getting nearer to the classic YV12 only builds.

MvTools2 2.7.6.22 (20161204)
This release contains some fixes and speedup.
Speedup is compared to the previous releases, now it's around the 2.7.0.22d performance.
Note that using 64 bit version yields usually 10-20% speed gain over 32 bits version.

MvTools2 2.7.5.22 (20161119)
Milestone release:
General support of 10-16 bit formats with Avisynth Plus (r2294 or newer recommended)
with new MDegrain4 and MDegrain5 filters.

Depan 2.13.1.2 (20161228)
Fix: DepanStabilize: removed too strict checking for large motion vectors received from depan
that resulted in like scene change
Fix: for YV12 the debug info text chroma part was positioned at wrong place

Bundled filters:
Depan: 2.13.1.2 (20161228)
DepanEstimate: 2.10.0.1 (20161228)
General support of 10-16 bit formats with Avisynth Plus (r2294 or newer recommended)

x86 and x64 builds
Windows XP is still supported

forum:
http://forum.doom9.org/showthread.php?t=173356

MvTools2 2.7.10.22 with depans

28 Dec 12:31
Compare
Choose a tag to compare

MvTools2 + Depan + DepanEstimate

MvTools2 2.7.10.22 (20161228)
fix: YV12 debug info display wrong text placement on chroma planes
(also depans)

MvTools2 2.7.9.22 (20161220)
Apply 2.5.11.9-svp analysis speedup, mainly when chroma is involved

MvTools2 2.7.8.22 (20161218)
YUY2 input fix, MDegrain YUY2 plane allocation fix (freeze at script exit)
YUY2 input fix also for DepanStabilize (Depan.dll 2.3.11->2.3.11.1)

MvTools2 2.7.7.22 (20161215)
Yet another speed up, I am trying to getting nearer to the classic YV12 only builds.

MvTools2 2.7.6.22 (20161204)
This release contains some fixes and speedup.
Speedup is compared to the previous releases, now it's around the 2.7.0.22d performance.
Note that using 64 bit version yields usually 10-20% speed gain over 32 bits version.

MvTools2 2.7.5.22 (20161119)
Milestone release:
General support of 10-16 bit formats with Avisynth Plus (r2294 or newer recommended)
with new MDegrain4 and MDegrain5 filters.

Depan 2.13.1.2 (20161228)
Fix: DepanStabilize: removed too strict checking for large motion vectors received from depan
that resulted in like scene change
Fix: for YV12 the debug info text chroma part was positioned at wrong place

Bundled filters:
Depan: 2.13.1.2 (20161228)
DepanEstimate: 2.10.0.1 (20161228)
General support of 10-16 bit formats with Avisynth Plus (r2294 or newer recommended)

x86 and x64 builds
Windows XP is still supported

forum:
http://forum.doom9.org/showthread.php?t=173356

MvTools2 2.7.9.22 Analyzis speed up

20 Dec 12:13
Compare
Choose a tag to compare

MvTools2 + Depan + DepanEstimate

MvTools2 2.7.9.22 (20161220)
Apply 2.5.11.9-svp analysis speedup, mainly when chroma is involved

MvTools2 2.7.8.22 (20161218)
YUY2 input fix, MDegrain YUY2 plane allocation fix (freeze at script exit)
YUY2 input fix also for DepanStabilize (Depan.dll 2.3.11->2.3.11.1)

MvTools2 2.7.7.22 (20161215)
Yet another speed up, I am trying to getting nearer to the classic YV12 only builds.

MvTools2 2.7.6.22 (20161204)
This release contains some fixes and speedup.
Speedup is compared to the previous releases, now it's around the 2.7.0.22d performance.
Note that using 64 bit version yields usually 10-20% speed gain over 32 bits version.

MvTools2 2.7.5.22 (20161119)
Milestone release:
General support of 10-16 bit formats with Avisynth Plus (r2294 or newer recommended)
with new MDegrain4 and MDegrain5 filters.

Bundled filters:
Depan: 2.13.1 (20161119)
DepanEstimate: 2.10 (20161119)
General support of 10-16 bit formats with Avisynth Plus (r2294 or newer recommended)

x86 and x64 builds
Windows XP is still supported

forum:
http://forum.doom9.org/showthread.php?t=173356

MvTools2 2.7.8.22: YUY2 fixes (DepanStabilize changed, DepanEstimate unchanged)

18 Dec 11:37
Compare
Choose a tag to compare

MvTools2 + Depan + DepanEstimate

MvTools2 2.7.8.22 (20161218)
YUY2 input fix, MDegrain YUY2 plane allocation fix (freeze at script exit)
YUY2 input fix also for DepanStabilize (Depan.dll 2.3.11->2.3.11.1)

MvTools2 2.7.7.22 (20161215)
Yet another speed up, I am trying to getting nearer to the classic YV12 only builds.

MvTools2 2.7.6.22 (20161204)
This release contains some fixes and speedup.
Speedup is compared to the previous releases, now it's around the 2.7.0.22d performance.
Note that using 64 bit version yields usually 10-20% speed gain over 32 bits version.

MvTools2 2.7.5.22 (20161119)
Milestone release:
General support of 10-16 bit formats with Avisynth Plus (r2294 or newer recommended)
with new MDegrain4 and MDegrain5 filters.

Bundled filters:
Depan: 2.13.1 (20161119)
DepanEstimate: 2.10 (20161119)
General support of 10-16 bit formats with Avisynth Plus (r2294 or newer recommended)

x86 and x64 builds
Windows XP is still supported

forum:
http://forum.doom9.org/showthread.php?t=173356