Skip to content

Commit a8b44ee

Browse files
PinterfPinterf
authored andcommitted
Update readme
1 parent 67a170e commit a8b44ee

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,18 @@ Modification base:
1414
http://avisynth.nl/index.php/AviSynth%2B#AviSynth.2B_x64_plugins
1515

1616
Change log
17+
- 2.7.6.22 (20161204) - fixes and speedup
18+
fix: sumLumaChange underflow (used for dct=2,6,9) (regression during 16 bit support)
19+
fix: MeanLumaChange scale for 10-16 bits (used for dct=2,6,9)
20+
fix: Mask fix: 8 bit mask resizer bug in SIMD intrinsics - Thx real.finder
21+
(regression on inline asm -> SIMD transition)
22+
Fix: dctmode=1,2: pixel distance was not corrected for 16 bit pixel sizes
23+
speed: Let's help VS2015 with some __forceinline directives to recognize the truth.
24+
speed: Misc optimizations throughout the code (bit shifts instead of div or mul)
25+
speed: FFTW DCT: C code replaced with SIMD SSE2/SSE4 (FloatToBytes, BytesToFloat)
26+
speed: 16 bit SAD: a few optimizations in SSE2, AVX-coded SSE2 and AVX2 codepath
27+
VS2015 compiler: /MT -> /MD (from static to dynamic dlls - now it reallys need VS2015 redistributables)
28+
1729
- 2.7.5.22 (20161119)
1830
Milestone release:
1931
General support of 10-16 bit formats with Avisynth Plus (r2294 or newer recommended)

0 commit comments

Comments
 (0)