OSDN Git Service

Once again updated 'avs2wav' tool. Should now create more correct Wave files that...
authorlordmulder <mulder2@gmx.de>
Sun, 22 May 2011 18:35:17 +0000 (20:35 +0200)
committerlordmulder <mulder2@gmx.de>
Sun, 22 May 2011 18:35:17 +0000 (20:35 +0200)
res/tools/avs2wav.exe
src/Config.h
src/Thread_FileAnalyzer.cpp
src/Thread_Initialization.cpp

index 36c161c..ca0d4d3 100644 (file)
Binary files a/res/tools/avs2wav.exe and b/res/tools/avs2wav.exe differ
index 84b3462..89a5558 100644 (file)
@@ -30,7 +30,7 @@
 #define VER_LAMEXP_MINOR_LO                                    2
 #define VER_LAMEXP_TYPE                                                Beta
 #define VER_LAMEXP_PATCH                                       3
-#define VER_LAMEXP_BUILD                                       545
+#define VER_LAMEXP_BUILD                                       548
 
 ///////////////////////////////////////////////////////////////////////////////
 // Tools versions
index 8fa2d8b..58f5682 100644 (file)
@@ -128,6 +128,11 @@ void FileAnalyzer::run()
                                        m_filesAccepted++;
                                        emit fileAnalyzed(file);
                                }
+                               else
+                               {
+                                       qDebug64("Rejected Avisynth file: %1", file.filePath());
+                                       m_filesRejected++;
+                               }
                        }
                        else
                        {
index 32f3bc5..deee2a4 100644 (file)
@@ -56,7 +56,7 @@ g_lamexp_tools[] =
        {"22253052acba92a0088bbf0aa82a8c505c07b854", CPU_TYPE_SSE, "aften.sse2.exe", 8},
        {"2996a48b01b65a2c1806482654beeea7ffcf1f80", CPU_TYPE_X64, "aften.x64.exe",  8},
        {"3b41f85dde8d4a5a0f4cd5f461099d0db24610ba", CPU_TYPE_ALL, "alac.exe", 20},
-       {"566dc304a9af848e980c169f690846a72a860687", CPU_TYPE_ALL, "avs2wav.exe", 12},
+       {"02de72093a2418b5d665062bf4c89ddf50ec5839", CPU_TYPE_ALL, "avs2wav.exe", 12},
        {"fb74ac8b73ad8cba2c3b4e6e61f23401d630dc22", CPU_TYPE_ALL, "elevator.exe", UINT_MAX},
        {"80e372d8b20be24102c18284286fcdf5fa14bd86", CPU_TYPE_ALL, "faad.exe", 27},
        {"d33cd86f04bd4067e244d2804466583c7b90a4e2", CPU_TYPE_ALL, "flac.exe", 121},