diff --git a/LameXP_VS2012.vcxproj.filters b/LameXP_VS2012.vcxproj.filters index d44ca487..eb456401 100644 --- a/LameXP_VS2012.vcxproj.filters +++ b/LameXP_VS2012.vcxproj.filters @@ -713,7 +713,9 @@ Dialogs - + + Header Files\Misc + diff --git a/doc/Changelog.html b/doc/Changelog.html index 6d5f7256..f4e6c9ee 100644 --- a/doc/Changelog.html +++ b/doc/Changelog.html @@ -20,6 +20,7 @@ a:visited { color: #0000EE; } Changes between v4.08 and v4.09 [unreleased]:
  • Improved internal encoder API, so each encoder can define its own configuration options
  • Complete overhaul of the file analyzer, resulting in up to 2.5x faster file import speed +
  • Updated mpg123 decoder to v1.16.0 (2013-10-06), compiled with GCC 4.8.1

Changes between v4.07 and v4.08 [2013-09-04]:
    diff --git a/doc/FAQ.html b/doc/FAQ.html index 26934936..8f07cba3 100644 --- a/doc/FAQ.html +++ b/doc/FAQ.html @@ -953,15 +953,13 @@ For Windows users, we highly recommend using What are the prerequisites to build LameXP from the sources?

    LameXP is currently being developed using the following build environment:

    Also note the following hints:
    • Run qtvars.bat (or qtenv2.bat) before launching Visual Studio in order to set up the Qt environment -
    • Visual Studio 2012 solution/project files are now provided too, but make sure you installed "Update 1" -
    • Visual Studio 2008 solution/project files are still provided for people still targeting Windows 2000
    • In order to make "fully static" builds of LameXP, you'll need Qt as 'static' libraries (see below!)
    • The Windows Platform SDK v6.0A should work as well, but there may be a few limitations
    • Support for the GNU Toolchain (GCC/MinGW + MSYS/Make) is planned for a future version of LameXP
    diff --git a/res/tools/mpg123.exe b/res/tools/mpg123.exe index 21eadcb2..bd1ce1b4 100644 Binary files a/res/tools/mpg123.exe and b/res/tools/mpg123.exe differ diff --git a/src/Config.h b/src/Config.h index f062c99f..29fdd788 100644 --- a/src/Config.h +++ b/src/Config.h @@ -34,7 +34,7 @@ #define VER_LAMEXP_MINOR_LO 9 #define VER_LAMEXP_TYPE Alpha #define VER_LAMEXP_PATCH 1 -#define VER_LAMEXP_BUILD 1364 +#define VER_LAMEXP_BUILD 1367 #define VER_LAMEXP_CONFG 1348 /////////////////////////////////////////////////////////////////////////////// diff --git a/src/Tools.h b/src/Tools.h index c16df62d..15e9d049 100644 --- a/src/Tools.h +++ b/src/Tools.h @@ -68,7 +68,7 @@ g_lamexp_tools[] = {"21c4e79cc032d3b7ee635295cef99dc8ec1a0bf184ef613cdd372ec6d406ba2f376dc2873f65e6ab7e9fc0b38aabbb59", CPU_TYPE_X86_ALL, "mediainfo.i386.exe", 764, ""}, {"4e74c7802f9b015c7da9a97a37af0c6eced9f0fead3ad6720e76ac9d429d0319b5013e7957106a28a22f7415fb01b3d3", CPU_TYPE_X64_ALL, "mediainfo.x64.exe", 764, ""}, {"7e6346a057634ff07b2e1f427035324f7f02100cc996425990f87f71d767fce4c7b101588c7d944ba49cb2d7e51c9bdb", CPU_TYPE_ALL_ALL, "mpcdec.exe", 475, ""}, - {"f6a4481e02efb547ff46bb43ef5e4e7819caa949f3834595fa19aaa8bb229ee46c9946bed5cfe217f102dc5e0d80ffd6", CPU_TYPE_ALL_ALL, "mpg123.exe", 1153, ""}, + {"8f844060ed60b4d3fb8c2f2f28e13304a69fa97cde3859ee5c62fef46aea6f500e4dc74114ded901ee9231bbb5d2af64", CPU_TYPE_ALL_ALL, "mpg123.exe", 1160, ""}, {"75c39861ac82d7fc8392fbddff9f5b785e7abee29f8c1843706a9b225966e05ef4be2a160f98f389beaf5238c5de121c", CPU_TYPE_ALL_ALL, "oggdec.exe", UINT_MAX, ""}, {"8b68461f38410421be30cc895e94e63184daa6f2cb20eb110b66b376b48141838a09bc920efeb1c49de79dd0770ce41b", CPU_TYPE_X86_GEN, "oggenc2.i386.exe", 287603, "Beta"}, {"20648f83cc637cada481143d48c437ced8423e9a0aae01dbce860cd97fb1ce4000e314f3a5395d1eafd8e154a8e74d08", CPU_TYPE_X86_SSE, "oggenc2.sse2.exe", 287603, "Beta"},