• R/O
  • HTTP
  • SSH
  • HTTPS

x264-launcher: 提交

Simple x264 Launcher development repository


Commit MetaInfo

修订版00c53d77b24a6bf2c12a5c492fa527846d18bf92 (tree)
时间2017-07-16 04:08:48
作者lordmulder <mulder2@gmx....>
Commiterlordmulder

Log Message

Updated x264 binaries to r2851.

更改概述

差异

--- a/HISTORY.txt
+++ b/HISTORY.txt
@@ -2,6 +2,10 @@
22 Simple x264/x265 Launcher version history
33 -----------------------------------------
44
5+Version 2.84 [2017-07-12]
6+* Updated x264 to revision 2851
7+* Updated x265 to version 2.5+2
8+
59 Version 2.83 [2017-06-11]
610 * Updated x264 to revision 2833
711 * Updated x265 to version 2.4+36
--- a/src/encoder_x264.cpp
+++ b/src/encoder_x264.cpp
@@ -40,8 +40,8 @@
4040 #include <QPair>
4141
4242 //x264 version info
43-static const unsigned int VERSION_X264_MINIMUM_REV = 2768;
44-static const unsigned int VERSION_X264_CURRENT_API = 150;
43+static const unsigned int VERSION_X264_MINIMUM_REV = 2795;
44+static const unsigned int VERSION_X264_CURRENT_API = 152;
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 8
28-#define VER_X264_PATCH 3
29-#define VER_X264_BUILD 1115
28+#define VER_X264_PATCH 4
29+#define VER_X264_BUILD 1116
3030
3131 #define VER_X264_PORTABLE_EDITION (0)
3232
Show on old repository browser