diff --git a/HISTORY.txt b/HISTORY.txt index f14f310..1344da5 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -2,6 +2,9 @@ Simple x264/x265 Launcher version history ----------------------------------------- +Version 2.81 [2017-??-??] +* Updated NVEncC to version 3.07 + Version 2.80 [2017-04-01] * Another attempt to fix application startup error "0xc0000005" * Some tweaks to speed-up the update checker diff --git a/src/encoder_factory.cpp b/src/encoder_factory.cpp index 4c89d0f..2835f37 100644 --- a/src/encoder_factory.cpp +++ b/src/encoder_factory.cpp @@ -26,7 +26,7 @@ #include "model_options.h" #include "encoder_x264.h" #include "encoder_x265.h" -#include "encoder_nvenc.h" +#include "encoder_nvencc.h" //MUtils #include diff --git a/src/encoder_nvenc.cpp b/src/encoder_nvencc.cpp similarity index 98% rename from src/encoder_nvenc.cpp rename to src/encoder_nvencc.cpp index 61c7bb6..d95b5e7 100644 --- a/src/encoder_nvenc.cpp +++ b/src/encoder_nvencc.cpp @@ -19,7 +19,7 @@ // http://www.gnu.org/licenses/gpl-2.0.txt /////////////////////////////////////////////////////////////////////////////// -#include "encoder_nvenc.h" +#include "encoder_nvencc.h" //Internal #include "global.h" @@ -40,7 +40,7 @@ #include //x265 version info -static const unsigned int VERSION_NVENCC_MINIMUM_VER = 302; +static const unsigned int VERSION_NVENCC_MINIMUM_VER = 307; static const unsigned int VERSION_NVENCC_MINIMUM_API = 70; // ------------------------------------------------------------ @@ -249,7 +249,7 @@ QString NVEncEncoder::getName(void) const void NVEncEncoder::checkVersion_init(QList &patterns, QStringList &cmdLine) { cmdLine << "--version"; - patterns << new QRegExp("\\bNVEncC\\s+\\(x\\d+\\)\\s+(\\d)\\.(\\d+).*\\[NVENC\\s+API\\s+v(\\d+)\\.(\\d+)\\]", Qt::CaseInsensitive); + patterns << new QRegExp("\\bNVEncC\\s+\\(x\\d+\\)\\s+(\\d)\\.(\\d+).*\\[NVENC\\s+API\\s+v(\\d+)\\.(\\d+)[^\\d]+", Qt::CaseInsensitive); } void NVEncEncoder::checkVersion_parseLine(const QString &line, const QList &patterns, unsigned int &core, unsigned int &build, bool &modified) diff --git a/src/encoder_nvenc.h b/src/encoder_nvencc.h similarity index 100% rename from src/encoder_nvenc.h rename to src/encoder_nvencc.h diff --git a/src/version.h b/src/version.h index 264b266..e403694 100644 --- a/src/version.h +++ b/src/version.h @@ -26,7 +26,7 @@ #define VER_X264_MAJOR 2 #define VER_X264_MINOR 8 #define VER_X264_PATCH 0 -#define VER_X264_BUILD 1101 +#define VER_X264_BUILD 1105 #define VER_X264_PORTABLE_EDITION (0) diff --git a/x264_launcher_MSVC2013.vcxproj b/x264_launcher_MSVC2013.vcxproj index 0d1b073..02cb5a9 100644 --- a/x264_launcher_MSVC2013.vcxproj +++ b/x264_launcher_MSVC2013.vcxproj @@ -287,7 +287,7 @@ copy /Y "$(ProjectDir)\..\Prerequisites\Qt4\$(PlatformToolset)\Shared\plugins\im $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs) $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs) - + @@ -433,7 +433,7 @@ copy /Y "$(ProjectDir)\..\Prerequisites\Qt4\$(PlatformToolset)\Shared\plugins\im - + diff --git a/x264_launcher_MSVC2013.vcxproj.filters b/x264_launcher_MSVC2013.vcxproj.filters index 7184bfd..89f52d3 100644 --- a/x264_launcher_MSVC2013.vcxproj.filters +++ b/x264_launcher_MSVC2013.vcxproj.filters @@ -111,15 +111,15 @@ Header Files - - Header Files - Header Files Header Files + + Header Files + @@ -275,15 +275,15 @@ Source Files - - Source Files - Source Files Source Files + + Source Files + diff --git a/x264_launcher_MSVC2015.vcxproj b/x264_launcher_MSVC2015.vcxproj index df2271f..c655f91 100644 --- a/x264_launcher_MSVC2015.vcxproj +++ b/x264_launcher_MSVC2015.vcxproj @@ -287,7 +287,7 @@ copy /Y "$(ProjectDir)\..\Prerequisites\Qt4\$(PlatformToolset)\Shared\plugins\im $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs) $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs) - + @@ -433,7 +433,7 @@ copy /Y "$(ProjectDir)\..\Prerequisites\Qt4\$(PlatformToolset)\Shared\plugins\im - + diff --git a/x264_launcher_MSVC2015.vcxproj.filters b/x264_launcher_MSVC2015.vcxproj.filters index 7184bfd..89f52d3 100644 --- a/x264_launcher_MSVC2015.vcxproj.filters +++ b/x264_launcher_MSVC2015.vcxproj.filters @@ -111,15 +111,15 @@ Header Files - - Header Files - Header Files Header Files + + Header Files + @@ -275,15 +275,15 @@ Source Files - - Source Files - Source Files Source Files + + Source Files +