@@ -14,6 +14,33 @@ Modification base:
1414http://avisynth.nl/index.php/AviSynth%2B#AviSynth.2B_x64_plugins
1515
1616Change log
17+ - 2.7.19.22 (20170525)
18+ New: [ MMask] Support any planar input video formats e.g. greyscale, Planar RGB.
19+ Input clip can even be of different bit depth or format from vector's original format
20+ For kind==5 where U and V is filled, the greyscale option is not allowed
21+ Mod: [ MMask] Faster: request source frame only for kind=5.
22+ Fix: [ MxxxxFPS,MMask] : MakeVectorOcclusionMaskTime garbage in bottom blocks (30 hrs of debugging)
23+ Fix: [ MMask] bottom padding garbage for padded frame dimension
24+ Fix: [ MMask] proper 10+ bits scene change values (for default: 1023, 4095, 16383, 65535. Was: 65535)
25+ Parameter is still in 8-bit range
26+ Fix: [ MRecalculate] prevent overflow during thSAD scaling in 16 bits or large block sizes (32, 48...)
27+ Fix: [ DepanEstimate] Sometimes giving wrong motion instead of scene change detection
28+ Fix: [ MAnalyze] Possible overflow in MAnalyze 8 bit, block size 48x48 and above.
29+ Overflow-safe predictor recalc for big block sizes
30+ New: [ General] Add block size 12x3 for SAD, allow 6x24
31+ List of available block sizes
32+ 64x64, 64x48, 64x32, 64x16
33+ 48x64, 48x48, 48x24, 48x12
34+ 32x64, 32x32, 32x24, 32x16, 32x8
35+ 24x48, 24x24, 24x32, 24x12, 24x6
36+ 16x64, 16x32, 16x16, 16x12, 16x8, 16x4, 16x2
37+ 12x48, 12x24, 12x16, 12x12, 12x6, 12x3
38+ 8x32, 8x16, 8x8, 8x4, 8x2, 8x1
39+ 6x24, 6x12, 6x6, 6x3
40+ 4x8, 4x4, 4x2
41+ 3x6, 3x3
42+ 2x4, 2x2
43+ Mod: [ Internal] Reorganized 10-16 bit SAD simd intrinsics, faster 8-12% for BlkSize 12-32
1744
1845- 2.7.18.22 (20170512)
1946 Fix: 10-16 bit: DCT buffer possible overflow
0 commit comments