Topic: 64bit avisynth that can use older C++ versions without leaking memory?
For the 64bit avisynth that comes bundled with SVP, it would seem that the C++ version it wants (I think it's either 2013 or 2015?) is completely borked up on my HTPC and no amount of uninstalling & re-installing seems to make it work.
I've been making due with an old version of 64bit avisynth that works fine (it presumably uses an older version of C++), but it has an annoying bug that results in it leaking memory every single time I seek a video which can eventually make the video player crash.
I seem to have no issues using 32bit avisynth, but unfortunately HEVC playback performance is much less optimized even with the newest v0.72 LAVfilters - it's a big enough difference that 1920x1080 30fps HEVC @ 6Mbps requires me to drop all the way to 16px in SVP even though I can use 12px with 64bit (all other SVP settings being equal; also my HTPC's GPU is not current gen and therefore lacks any sort of GPU-accelerated HEVC decoding).
Therefore, I was wondering if there was some other version of 64bit avisynth that uses an older C++ version that also doesn't leak memory whenever you seek around in a video?
Yes if I re-installed my OS that could alleviate my issues altogether, but I really don't want to reinstall the entire OS...and for reference, my C++ woes prevents me from using mpv as well since it gives a similar error to what I get when trying to use SVP's bundled 64bit avisynth.