Commit Graph

12 Commits

Author SHA1 Message Date
d4d0882a10 Happy new year 2015 !!! 2015-01-31 19:56:04 +01:00
6d7a0bc4ce Added support for VapourSynth r24+. Minimum required version is now r24! 2014-08-13 16:07:57 +02:00
834905abf9 Some improvements to version number handling. 2014-05-06 00:22:18 +02:00
8f16f75ead Improved VapourSynth detection code, so that 64-Bit version can be detected as well. Since we cannot load the 64-Bit DLL, we will no longer attempt to load the VSSCRIPT.DLL directly, but instead just run VSPIPE.EXE and read out the version number. This is going to fail, if the VSSCRIPT.DLL is missing on the system. 2014-05-05 15:07:31 +02:00
b16bbfa60c Happy new year 2014! 2014-01-27 19:58:24 +01:00
ddfedba2dd More VapourSynth path fixes: We now store the VapourSynth path *including* the "core" or "core32" postfix. 2013-11-29 20:27:45 +01:00
21b57e4a42 Fixed VapourSynth detection with newer (R22+) VapourSynth versions. Hopefully. 2013-11-29 18:10:11 +01:00
e860efa3e0 Added BLAKE2 checksum code. Also moved some files. 2013-11-23 15:19:17 +01:00
fe48035eae Improved VapourSynth detection code. 2013-11-08 17:39:16 +01:00
f6e3275018 Massive clean up: Removed Win32 API dependency from "global.h". All Win32 API calls are now wrapped in custom functions in "global.cpp". 2013-11-03 18:34:20 +01:00
36a7593760 Fixed VapourSynth registry path for Non-WOW64 (i.e. 32-Bit) versions of Windows. Previous path was assuming Registry Redirection, which is only used under WOW64, but not on native 32-Bit systems. 2013-08-27 21:35:17 +02:00
3766369c49 Refactored VapourSynth detection code into a separate thread, similar to Avisynth. 2013-08-07 15:34:02 +02:00