Myrsloik
11th September 2017, 12:57
This thread will be used to provide compiled binaries for windows for plugins where the authors didn't do it themselves. Since some authors only develop on linux or use mingw I'll also post all the changes needed to make things compile with the latest visual studio version in the hope that these changes will be merged.
I'll also contribute visual studio projects if requested.
hqdn3d (https://github.com/Hinterwaeldlers/vapoursynth-hqdn3d) - binaries (https://www.dropbox.com/s/bg6subdb3gwosns/hqdn3d_1.7z?dl=1)
FFT3DFilter (https://github.com/VFR-maniac/VapourSynth-FFT3DFilter) - binaries (https://www.dropbox.com/s/wcy1t9xxo0qepwf/fft3dfilter.7z?dl=1)
FFT3DFilter changes:
sqrt() function isn't required to be constexpr so it has to be changed to simply const in SigmasToPattern()
A few argument default values should be float and not double to avoid warnings
A dummy config.h would be nice to have for windows so it doesn't have to be manually edited out
I'll also contribute visual studio projects if requested.
hqdn3d (https://github.com/Hinterwaeldlers/vapoursynth-hqdn3d) - binaries (https://www.dropbox.com/s/bg6subdb3gwosns/hqdn3d_1.7z?dl=1)
FFT3DFilter (https://github.com/VFR-maniac/VapourSynth-FFT3DFilter) - binaries (https://www.dropbox.com/s/wcy1t9xxo0qepwf/fft3dfilter.7z?dl=1)
FFT3DFilter changes:
sqrt() function isn't required to be constexpr so it has to be changed to simply const in SigmasToPattern()
A few argument default values should be float and not double to avoid warnings
A dummy config.h would be nice to have for windows so it doesn't have to be manually edited out