• R/O
  • HTTP
  • SSH
  • HTTPS

x264-launcher: Commit

Simple x264 Launcher development repository


Commit MetaInfo

Revisión26f5e16aa3b1cd0c3b3dc35f978fd01945ed63ce (tree)
Tiempo2020-05-16 06:30:08
Autorlordmulder <mulder2@gmx....>
Commiterlordmulder

Log Message

Bump x265 minimum required version to 3.3+27.

Cambiar Resumen

Diferencia incremental

--- a/HISTORY.txt
+++ b/HISTORY.txt
@@ -2,8 +2,10 @@
22 Simple x264/x265 Launcher version history
33 -----------------------------------------
44
5-Version 2.97 [unreleased]
6-* Updated NVEncC to version 5.00
5+Version 2.97 [2020-05-15]
6+* Updated x265 to version 3.3+27
7+* Updated NVEncC to version 5.01
8+* Updated cURL to version 7.70.0 (2020-04-29)
79
810 Version 2.96 [2020-04-17]
911 * Updated x264 to revision 3000 (API v160)
--- a/src/encoder_x265.cpp
+++ b/src/encoder_x265.cpp
@@ -41,7 +41,7 @@
4141
4242 //x265 version info
4343 static const unsigned int VERSION_X265_MINIMUM_VER = 33;
44-static const unsigned int VERSION_X265_MINIMUM_REV = 1;
44+static const unsigned int VERSION_X265_MINIMUM_REV = 27;
4545
4646 // ------------------------------------------------------------
4747 // Helper Macros
--- a/src/version.h
+++ b/src/version.h
@@ -25,8 +25,8 @@
2525
2626 #define VER_X264_MAJOR 2
2727 #define VER_X264_MINOR 9
28-#define VER_X264_PATCH 6
29-#define VER_X264_BUILD 1200
28+#define VER_X264_PATCH 7
29+#define VER_X264_BUILD 1202
3030
3131 #define VER_X264_PORTABLE_EDITION (0)
3232
Show on old repository browser