File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,6 +14,18 @@ Modification base:
1414http://avisynth.nl/index.php/AviSynth%2B#AviSynth.2B_x64_plugins
1515
1616Change 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)
You can’t perform that action at this time.
0 commit comments