Releases: HomeOfAviSynthPlusEvolution/AviSynthMinus
Releases · HomeOfAviSynthPlusEvolution/AviSynthMinus
Release list
AviSynthMinus 0.1.2
Bug-fix prerelease of AviSynthMinus, based on AviSynth+ 3.7.5. Feedback and bug reports are welcome.
Bug fixes
- Check array indices in ArrayIns, ArraySet and ArrayDel to prevent access violations.
- Fix SSE2 tail underflow and possible heap corruption when converting narrow 8-bit planar RGB to packed RGBA.
- Preserve color-range metadata when converting packed RGB between 8 and 16 bits.
- Correct RGB-to-YUV matrix gain handling for limited-range RGB to full-range YUV.
- Preserve out-of-range values in scalar floating-point YUV-to-planar-RGB conversion.
- Align the 8-bit scalar Overlay Multiply calculation with the SIMD path.
Downloads
- Windows mod installer: updates existing x86/x64 components on x64 Windows 10+. Install official AviSynth+ 3.7.5 first.
- Windows files-only: x86 and x64 cores.
- Other platforms: Windows ARM64, XP x86/x64, macOS x64/arm64 (15+), and Ubuntu 26.04 x64/arm64.
- SHA256SUMS.txt: checksums for all three packages.
Core-only packages; runtime redistributables are not bundled. The mod installer is unsigned. Package integrity and binary metadata were checked; this is a prerelease, not a claim of installation or runtime validation on every target platform.
Full changelog: 0.1.1...0.1.2
AviSynthMinus 0.1.1
Initial prerelease of AviSynthMinus, based on AviSynth+ 3.7.5. Feedback and bug reports are welcome.
- Windows mod installer: updates existing x86/x64 components on x64 Windows 10+. Install official AviSynth+ 3.7.5 first.
- Windows files-only: x86 and x64 cores.
- Other platforms: Windows ARM64, XP x86/x64, macOS x64/arm64 (15+), and Ubuntu 26.04 x64/arm64 (GLIBC 2.43).
Core-only packages; runtime redistributables are not bundled. This is a prerelease, not a claim of validation on every target platform.
Bug fixes
New features
- Port AVS_RESTRICT to config.h