You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* introduce AVS_RESTRICT to avs/config.h (compiler invariant c++ __restrict)
18
+
* AVX512: CMake to recognize *_avx512.* file pattern, add compiler specific AVX512 compile flags accordingly (foundation and bw extension assumed)
19
+
* AVX512 support by conditional define. Define INTEL_INTRINSICS_AVX512 if avx512 modules are enabled (The conditional is undefined for non-intel arch., 32 bit, or for pre MSVC 2019 16.2 (19.22))
20
+
* add .editorconfig
21
+
* v12 interface: Global Lock support (https://github.com/AviSynth/AviSynthPlus/issues/444), mainly for plugins using common fftw3 library:
* Fix #448: Resolved an issue where MT_MULTI_INSTANCE filters using relative paths (e.g. "video.mp4" or "../image.png") failed under Prefetch() when used in imported scripts from different directories. The problem occurred because new thread instances did not inherit the original working directory, causing path resolution to fail. Now, the current directory is captured at filter instantiation and passed to worker threads, ensuring consistent path resolution.
* Fix BDF font rendering when it contains variable width characters like mixed Latin and CJK. Preparing feature request #446 (https://github.com/AviSynth/AviSynthPlus/issues/446)
31
+
32
+
- WIP: resampler internals, special cases, avx512
33
+
12
34
20250427 3.7.5.xxxx
13
35
-------------------
14
36
- SIMD C module added. Non x86 benefits. Integer C code llvm benefits on x86. Float C code benefits even for MSVC.
With ApplyMessageEx you can use UTF-8 encoded strings on Windows ANSI code pages. On Posix, or on Windows set to "utf8 (beta)" everything is UTF-8 already.
0 commit comments