Commit Graph

892 Commits

Author SHA1 Message Date
544771f0af Updated Web Updater and Elevator binaries. Now with newer Aero plug-in. 2013-01-29 02:27:16 +01:00
b4cd7c3a29 Handle two more plurals correctly. 2013-01-28 22:22:49 +01:00
8f7a16c104 Updated GnuPG binaries to v1.4.13, compiled with GCC 4.7.2. 2013-01-26 03:09:54 +01:00
ea953bb6e7 Updated Opus encoder/decoder libraries to v1.1.x and Opus-Tools to v0.1.6 (2013-01-24). Also updated command-line parameters used to create meta tags. 2013-01-24 23:21:46 +01:00
5ac220ea30 Handle one more plural correctly. 2013-01-23 23:39:30 +01:00
f68523efd6 Properly handle plurals in translation files. 2013-01-23 23:25:31 +01:00
3b99433226 Expose "disable resampling" option for Opus decoder in the GUI. 2013-01-18 02:42:37 +01:00
5b57083210 Updated Opus binaries. Also added option to disable the resampling in Opus decoder (i.e. always output 48.000 Hz). 2013-01-18 01:08:58 +01:00
491bf5f135 Updated Opus encoder/decoder libraries to v1.1.x and Opus-Tools to v0.1.6 (2013-01-17). 2013-01-17 20:46:07 +01:00
21e1fd7945 Switched the method of how the Designer UI file is used in the LogView class to "The Single Inheritance Approach" (with "Using a Pointer Member Variable"). This is the method which Qt recommends for large projects. 2013-01-14 00:37:19 +01:00
4a8dd85d7e Fix executable name for OpusEnc. 2013-01-14 00:36:54 +01:00
cb042bbf3c Added new function to detect the current date. Slightly more robust against manipulations. 2013-01-12 01:53:43 +01:00
f689ce5646 Some style-specific tweaks. 2012-12-19 23:43:27 +01:00
2ec20c2d02 Bump version. 2012-12-17 22:51:47 +01:00
5c3386dbde Switched the method of how the Designer UI file is used in the CueSheetImport class to "The Single Inheritance Approach" (with "Using a Pointer Member Variable"). This is the method which Qt recommends for large projects. 2012-12-15 23:23:22 +01:00
a48dfadc98 Added "folder up" action to the context menu of the "output folder" tab. 2012-12-14 23:50:56 +01:00
e21c61788e Don't update buttons when output folder view is disabled. Also slightly changed "folder up" icon. 2012-12-14 01:20:23 +01:00
12db5d2c81 Added "Folder Up" button to the "Output Folder" tab. Also some code refactoring. 2012-12-14 00:34:10 +01:00
30507937de Added global lamexp_fatal_exit() function. 2012-12-11 23:22:20 +01:00
7e96cd3fe5 Switched the method of how the Designer UI file is used in the DropBox class to "The Single Inheritance Approach" (with "Using a Pointer Member Variable"). This is the method which Qt recommends for large projects. 2012-12-11 22:51:18 +01:00
04e9565d50 Fixed superfluous argument in printf(), found by static code analysis. 2012-12-11 01:01:19 +01:00
a812aa28fa Switched the method of how the Designer UI file is used in the AboutDialog class to "The Single Inheritance Approach" (with "Using a Pointer Member Variable"). This is the method which Qt recommends for large projects. 2012-12-10 23:50:45 +01:00
7c5ccbe417 Fixed "always recompile" problem with VS2012 project file. Also removed a superfluous include. 2012-12-10 23:35:14 +01:00
30f36b8fee Switched the method of how the Designer UI file is used in the UpdateDialog class to "The Single Inheritance Approach" (with "Using a Pointer Member Variable"). This is the method which Qt recommends for large projects. 2012-12-09 22:39:17 +01:00
0f2f13d85b Updated Opus encoder/decoder libraries to v1.1.x and Opus-Tools to v0.1.6 (2012-12-07). 2012-12-08 00:22:29 +01:00
bf34e9e78f Improved handling of fatal/critical messages in lamexp_message_handler() function. 2012-12-08 00:21:58 +01:00
fb00b2b11e Switched the method of how the Designer UI file is used in the ProcessingDialog class to "The Single Inheritance Approach" (with "Using a Pointer Member Variable"). This is the method which Qt recommends for large projects. 2012-12-08 00:21:10 +01:00
7077650bb6 Switched the method of how the Designer UI file is used in the MainWindow class to "The Single Inheritance Approach" (with "Using a Pointer Member Variable"). This is the method which Qt recommends for large projects. 2012-12-04 01:35:48 +01:00
1d960d5da6 When passing tag on the command-line, replace certain characters that can be "problematic" on the command-line. 2012-12-02 22:55:22 +01:00
799b73c258 Updated Copying.txt file. 2012-12-02 15:11:22 +01:00
1e09d998a2 Updated Visual Studio 2012 to "Update 1" (final release). 2012-11-28 01:16:37 +01:00
316da47f10 Simplified QKeccakHash and added self-test function. 2012-11-27 01:02:55 +01:00
41c129a0ec Upgraded build environment to Microsoft Visual Studio 2012 Update-1 (CTP #4). 2012-11-24 16:27:38 +01:00
c220a0b73f Updated Opus encoder/decoder libraries to v1.1.x and Opus-Tools to v0.1.5 (2012-11-23). Also removed obsolete Opus options. 2012-11-23 21:03:59 +01:00
d0288b7c57 Made getLogFile() function "const" and made sure that we will return a const reference to the QStringList object inside the QHash, rather than a reference to a local object. 2012-11-18 14:23:54 +01:00
15697af84d Make VS2010 configurations use the Windows SDK v7.1. Needs to set the LXP_WINSDK_ROOT environment variable. 2012-11-17 21:54:11 +01:00
93f8e28620 Made the ProgressModel expose the QIcon's, so we can re-use them int the ProcessingDialog instead of maintaining a separate set of icons there. 2012-11-17 19:26:55 +01:00
c180306e85 Added checks for Windows SDK version. 2012-11-17 19:22:56 +01:00
8afe2767d4 Set "MinimumRequiredVersion" to 5.1 (WinXP). 2012-11-16 01:43:47 +01:00
4241a411cf Merge branch 'master' of github.com:lordmulder/LameXP
Conflicts:
	etc/Translation/Blank.ts
	etc/Translation/LameXP_PL.ts
	etc/Translation/LameXP_SV.ts
	src/Config.h
2012-11-15 18:13:03 +01:00
38b2cc1c84 Updated VS2012 project file. 2012-11-15 18:11:59 +01:00
c90a5f4542 If no item matches the current filter, hide all items and show an overlay message rather than disabling the filter. 2012-11-15 18:06:04 +01:00
69dec13fa0 Updated VS2012 project file. 2012-11-15 16:48:51 +01:00
7d9cd7ab1a Updated VS2008 projects/solution files. 2012-11-13 22:20:55 +01:00
d11f698d80 Added Visual Studio 2012 project files. 2012-11-12 22:47:13 +01:00
3d431c099f Added compiler detection for VS2012. 2012-11-12 21:42:56 +01:00
b57650acda Removed "Qt5" configurations, as they were badly maintained anyway. Also fixed QKeccakHash for the "Release_Static" configuration. 2012-11-12 20:42:37 +01:00
bcb85f22c3 Now using Keccak/SHA-3 to verify the built-in files. 2012-11-12 00:32:39 +01:00
20d7a2cb58 Bugfix: One of the context menu items was never connected. 2012-11-11 19:36:31 +01:00
8ba1c016c6 Delete "blank" output file, if encoding failed or was aborted (or never actually started). 2012-11-11 18:58:08 +01:00
07dfd3211a Added an option to filter the progress model entries. If filter is enabled, only progress items that match the filter will be shown in the TableView. 2012-11-11 18:33:55 +01:00
977f4d4213 "Overwrite Mode" should actually be working now. 2012-11-08 21:19:45 +01:00
4d3bce8fc3 Added option for "Overwrite Mode" (keep both, skip file, replace) to "Advanced Options" tab. Does not do anything yet. 2012-11-08 00:42:55 +01:00
f3e14e02d2 Version v4.06 is released! 2012-11-04 14:19:39 +01:00
d7fc31f4b9 Updated list of update mirrors. 2012-10-31 22:54:35 +01:00
7770e021da Bump version. 2012-10-31 22:26:51 +01:00
7339a05c23 Updated ALAC decoder binary to refalac v0.56, based on ALAC reference implementation by Apple (Apache License). 2012-10-29 20:47:49 +01:00
837f0588e7 Bum version. 2012-10-28 22:25:35 +01:00
23f0b98205 Updated MediaInfo binaries to v0.7.61+ (2012-10-28), compiled with ICL 12.1.7 and MSVC 10.0. 2012-10-28 18:41:16 +01:00
2e4cb2125e Updated list of update mirrors. 2012-10-28 15:08:59 +01:00
9aeb6b6b64 Updated FAAD2 binary in order to fix a bug in the progress printing code, which caused a buffer overrun with very long file names. 2012-10-27 01:38:20 +02:00
a85eb47897 Some installer improvements. 2012-10-24 22:45:58 +02:00
16fc9f523f Updated installer script. 2012-10-21 20:28:44 +02:00
eb75c942ee Bump version. 2012-10-19 21:05:33 +02:00
a2fd0f2460 Added an "About..." entry to the system menu. 2012-10-17 23:34:42 +02:00
61d440303b Small code clean-up. 2012-10-15 00:41:38 +02:00
e0624e7c45 Updated translators guide. 2012-10-14 23:01:54 +02:00
4ed70b7bea If a QM file is used instead of a built-in translation, the QM file will now be remembered. Also the translation system can now be re-initialized by pressing CTRL+F5 in the Main window. 2012-10-14 22:22:30 +02:00
50e9d01cfb Now using rand_s() to generate random numbers, which doesn't need a seed. Falling back to qsrand() + qrand() on platforms that don't support rand_s(). 2012-10-13 12:36:41 +02:00
3fc27a2e17 Slightly modified license checking code. 2012-10-10 23:01:58 +02:00
265019b952 Updated Korean translation. Thanks to JaeHyung Lee <kolanp@gmail.com>. 2012-10-09 22:34:16 +02:00
7b4f57ad21 Fixed a stupid typo. 2012-10-09 17:52:11 +02:00
0fac4fbb8f Slightly improved seeding of the PRNG (again). 2012-10-09 17:43:17 +02:00
4b1ae971ad Updated Swedish translation. Thanks to Åke Engelbrektson <eson57@gmail.com>. 2012-10-09 12:50:42 +02:00
72aea452d9 Added one more update mirror + slightly improved seeding of the PRNG. 2012-10-09 01:58:36 +02:00
d2f5d705bd Bump version. 2012-10-08 00:25:48 +02:00
e0e08ee25f Some document updates. 2012-10-05 23:58:43 +02:00
703297c665 Updated documents. 2012-09-27 23:04:26 +02:00
f9890315b4 Updated mpg123 decoder binary to v1.14.4+ (2012-09-24), compiled with GCC 4.7.1. 2012-09-26 23:21:21 +02:00
0cbf86e215 Updated Opus encoder/decoder libraries to v1.0.1 and Opus-Tools to v0.1.5 (2012-09-22). Also disabled "--speech" and "--music" options, as latest Opus-Tools doesn't support those anymore. 2012-09-23 18:05:37 +02:00
057cb6fe4f Some optimizations in GUI resize code. 2012-09-20 22:52:52 +02:00
e03bd4c9ae Updated Changelog and increased version to v4.06. 2012-09-20 01:27:56 +02:00
581dd4e0b8 Some more improvements to "About" dialog. Also added "Special Thanks" section to "Contributors" tab. 2012-09-18 01:41:00 +02:00
1d41938715 Some more tweaks to the new About dialog. 2012-09-16 18:13:53 +02:00
43b86174cb Implemented late initialization for "About" tabs. 2012-09-16 14:15:32 +02:00
a8b4426402 New "tapped" about dialog. 2012-09-15 20:46:26 +02:00
7f3bcbedb7 Improved lamexp_get_os_version() function. 2012-09-09 23:05:00 +02:00
e5f493a822 Updated MediaInfo binaries to v0.7.60 (2012-09-02), compiled with ICL 12.1.7 and MSVC 10.0. 2012-09-07 22:45:05 +02:00
a4e78633e6 Fixed a regression in 3e18116dd5. 2012-09-07 02:14:29 +02:00
29bbf478de Version v4.05 is released! 2012-09-03 22:56:35 +02:00
67609a9b65 Updated Russian translation. Thanks to Иван Митин <bardak@inbox.ru>. 2012-08-24 21:20:00 +02:00
2878dc7ad0 Treat Wave files with IEEE Float (32-Bit) sample format separately from Wave files with 32-Bit Integer sample format. For example, the Opus encoder accepts 32-Bit IEEE Float just fine, but does NOT like 32-Bit Integer as input. 2012-08-22 23:52:55 +02:00
0a28e39309 Update Spanish translation. Thanks to Rub3nCT <rub3nct@gmail.com>. 2012-08-22 21:55:02 +02:00
c5de867488 Fixed a typo in Opus encoder class that broke constrained variable bitrate encoding. 2012-08-22 21:54:06 +02:00
12db8ca7fc Updated F.A.Q. document. 2012-08-21 21:31:18 +02:00
8d6774ba24 Updated some URL string. 2012-08-20 22:23:38 +02:00
c6fcad10c4 Slightly tweaked initialization checks. 2012-08-19 14:34:04 +02:00
9a7f0d5176 Small optimization of known_folder() function. Will now return a const reference. 2012-08-18 22:37:10 +02:00
f282cff154 Updated Visual Studio 2008 project file. 2012-08-18 20:55:59 +02:00
eb88a05341 Turned more global objects into pointers in order to allow late initialization. Also slightly restructured the global locks and added another global lock to guard the IPC struct. 2012-08-18 16:36:39 +02:00
cb2b770a88 Made lamexp_arguments() thread-safe, just to be sure. 2012-08-17 23:47:01 +02:00
655876b447 Bump version. 2012-08-17 20:01:06 +02:00
81011c6e40 Updated Opus-Tools binaries to v0.1.4 with latest libopus (2012-08-16), compiled with ICL 12.1.7 and MSVC 10.0. 2012-08-16 23:28:45 +02:00
123706d87e Update Chinese translation. Thanks to 456Vv <123@456vv.com>. 2012-08-15 21:22:46 +02:00
1af98225a1 Made the lamexp_known_folder() function cached. 2012-08-13 23:12:19 +02:00
f026dce18e Updated Visual Studio 2008 project file. 2012-08-13 17:42:28 +02:00
fb79a81013 Updated Visual Studio 2008 project file. 2012-08-12 20:00:26 +02:00
Git User
8724767980 Made some more global functions thread-safe by using locks. Avoids a race condition in the multi-threaded initialization code. 2012-08-12 17:01:17 +02:00
Git User
a4f3abf6a0 Updated MediaInfo binaries to v0.7.59 (2012-08-08), compiled with ICL 12.1.7 and MSVC 10.0. 2012-08-12 17:00:31 +02:00
661a0de52f Updated DCA Enc binary to the build from 2012-04-19. 2012-08-07 23:10:53 +02:00
8cdb7d88c3 Updated Changelog. 2012-08-07 21:22:11 +02:00
df15c53629 Bump minimum required FhgAacEnc version to 2012-08-06. 2012-08-06 23:42:46 +02:00
c8ad241132 Bump minimum required QAAC version v1.39. 2012-08-05 22:40:56 +02:00
637cc4d884 Updated Opus-Tools binaries to v0.1.4, compiled with ICL 12.1.7 and MSVC 10.0. 2012-08-05 21:28:43 +02:00
531660516d Updated mpg123 decoder binary to v1.14.4 (2012-07-26), compiled with GCC 4.6.1. Also includes Windows 2000 bugfix now. 2012-08-05 14:46:11 +02:00
0deb759096 Updated F.A.Q. document. 2012-08-02 23:32:21 +02:00
0ac460b8dd Update changelog. 2012-08-01 21:31:33 +02:00
2cd7fb1faf Updated MediaInfo binary to a current SVN/Trunk version with Opus support. Also removed the preliminary Opus detection hack. 2012-08-01 00:17:12 +02:00
87ebf07930 Removed a superfluous MessageBeep(). 2012-07-31 21:03:43 +02:00
36c8ba7822 Some more refactoring of the event filter functions: De-uglify the "global" event filter function by using more fine-grained filter functions. 2012-07-30 21:44:44 +02:00
3e18116dd5 Added "custom parameters" options for Opus. Also added a "help" button for all "custom parameters" edit boxes, which will simply show the CLI help screen. 2012-07-29 22:55:02 +02:00
c095bbee95 Some refactoring of the macros. Use the "do {...} while(0)" template where it makes sense. 2012-07-29 19:13:58 +02:00
d44c57e009 Updated Opus binaries. Now compiled with runtime CPU-detection. Also we now have builds with "experimental encoder perceptual tuning" from the "exp_analysis7" branch, enabled by default. 2012-07-29 16:46:01 +02:00
701390b7f7 Updated Opus binaries with version the reports progress as percent. Also added SSE2 versions of opusdec/opusenc binaries. 2012-07-24 23:15:10 +02:00
278f9091fb Replaced the Opus encoder/decoder binary wit custom binaries that support UTF-8 file names and flush the console output properly + expose more Opus encoder options in the GUI. 2012-07-21 19:16:12 +02:00
fcceeeaaac Added support for Opus Audio Codec, based on Opus-Tools v0.1.3 (2012-07-10) by Xiph.org/Mozilla 2012-07-20 23:19:08 +02:00
a49c58a96a Updated mpg123 decoder binary to v1.14.3 (2012-07-01), compiled with GCC 4.6.1. 2012-07-12 00:32:09 +02:00
bc668c1501 Updated Changelog. 2012-07-09 00:33:07 +02:00
c8bd61db92 Updated deployment scripts to keep file attributes, 2012-07-02 01:19:32 +02:00
3c89d3c2ef Include the file "PRE_RELEASE_INFO.txt" in all pre-release builds of LameXP. 2012-07-01 21:11:04 +02:00
e49093c5c7 Updated MediaInfo binary to v0.7.58 (2012-05-28), compiled with ICL 12.1.7 and MSVC 10.0. 2012-06-25 21:59:28 +02:00
17794881a4 Extinguished some remaining uses of argv[] or QApplication::arguments(). 2012-06-23 18:18:57 +02:00
30bc239cd8 Now using our own command-line parser, based on GetCommandLineW() + CommandLineToArgvW , instead of using QApplication::arguments(). This is less portable, but Qt's internal command-line parser has some rather strange behavior with processing certain characters. As a result, with Qt's command-line parser, some path names passed to LameXP got screwed up! Specifically "C:\Some Path\''Foo''.mp3" got mangled to "C:\Some Path''Foo''.mp3", i.e. the Backslash disappeared! Should be fixed now. 2012-06-22 15:49:56 +02:00
accee3da7a When generating the initial output-folder name for the Cue Sheet dialog, make sure there is no folder *or* file of that name yet. The previous code did check for folders only! 2012-06-21 18:31:36 +02:00
e69391919a CueSheet Importer: Fixed generation of the initial (suggested) output folder name when the CUE file name ends with one or multiple dots (now really). 2012-05-29 20:52:45 +02:00
d42c8ceaa0 Added one more mirror. 2012-05-29 19:53:53 +02:00
285746235e CueSheet Importer: Fixed generation of the initial (suggested) output folder name when the CUE file name ends with one or multiple dots. 2012-05-29 18:32:28 +02:00
a291771153 Now using a separate QSemaphore to limit the number of tasks in the queue of the QThreadPool. Instead of starting exactly as many task as there are threads in the pool and adding a new task only after a running one finished, we will now keep a fixed number of tasks in the queue (currently hardcoded to 32). Since there always will be more tasks left in the queue than there are threads in the pool, we ensure that no thread will ever become idle. Might be slightly faster than the "old" approach. 2012-05-25 02:24:44 +02:00
428342af21 Fixed HTML code, need to escape the ampersand. 2012-05-20 23:44:50 +02:00
23165c55a0 Some small updates to the file analyzer benchmark code. 2012-05-15 21:34:20 +02:00
c18785ce1e Changed the method to synchronize the analyzer threads: We now use QSet to maintain a list of the thread id's of all threads that are still running - instead of only recording the highest thread id that has finished. This way a thread can now actually check if there still is any running thread with a lower thread id. Before thread n could only check if thread n-1 has finished yet or not. As a result we can relax the waiting now. Only threads that want to emit a file will wait for the "previous" threads to finish. 2012-05-14 00:50:16 +02:00
5f91fc8749 Updated mpg123 decoder binary to v1.14.2 (2012-05-12), compiled with GCC 4.6.1. 2012-05-12 22:37:29 +02:00
df9f181cb4 Bump version. 2012-05-12 13:09:16 +02:00
193488e26f Fix: In order to ensure the "correct" ordering, *all* threads need to wait for the previous threads to finish - not only the threads that will emit a file. If both, thread n and n+1, want to emit a file and thus n+1 has to wait for n, we additionally must allow thread n+2 to terminate before n and n+1, even if n+2 does *not* emit a file. That's because as soon as n+2 finishes, it unblocks all threads x with x < n+2, which includes n and n+1. If that happens and n+1 is still waiting for n, we effectively allow n+1 to emit its file *before* n. By blocking all threads x with x > n+1 until n+1 has finished (regardless of whether they want to emit a file or not) this problem is resolved. As long as we assume that most threads actually *do* emit a file, this commit shouldn't hurt the performance. 2012-05-12 02:51:24 +02:00
68d2a28c7b Updated MediaInfo binary to v0.7.57 (2012-05-02), compiled with ICL 12.1.7 and MSVC 10.0. 2012-05-12 02:41:20 +02:00
9175daae0d Some code refactoring regarding the QWaitCondition/QMutex in FileAnalyzer_Task. 2012-05-09 02:54:41 +02:00
814b725fe3 Slightly improved progress indicator for file analyzer: Additional files from playlists are now taken into account earlier. 2012-05-08 01:12:26 +02:00
21154b10c4 Some speed-optimizations for the Progress model. 2012-05-07 03:03:14 +02:00
72e8558b5f Added progress indicator to CueSheet import thread. 2012-05-06 23:58:18 +02:00
e13b93f51b Implemented progress indicator for the working banner. 2012-05-06 04:57:00 +02:00