Commit Graph

594 Commits

Author SHA1 Message Date
8705873533 Manual: Added QAAC install instructions. 2014-12-24 17:50:16 +01:00
5562c28f94 Small documentation update. 2014-12-23 15:34:53 +01:00
9a7bf8d23d Manual: Added installations instructions for the ZIP package. 2014-12-23 15:10:05 +01:00
3560310e46 Added installation guide for the setup program. 2014-12-23 14:21:23 +01:00
478398fd68 Manual: Added installations instructions for AAC encoder. 2014-12-22 20:51:16 +01:00
902e45984f Manual: Completed the "Tutorial" section. 2014-12-22 19:44:41 +01:00
0728e01bce Manual: Added the "Tutorial" chapter. Not completed yet. 2014-12-22 16:30:18 +01:00
7384bc7000 Simplified "paths" or "mkdocs" paths. 2014-12-22 14:44:09 +01:00
2d9eee5121 Simplified license addendum. 2014-12-21 22:50:18 +01:00
29bb0edf86 Documentation updates. 2014-12-21 22:38:42 +01:00
53034230e4 Started porting the LameXP documentation to Pandoc/Markdown. 2014-12-21 18:38:47 +01:00
67429fbada Fixed a bug in AbstractTool class that could cause a severe slow-down on process creation, especially with a large number of threads: The same mutex was used in the constructor and the startProcess() function, which is unnecessary anyway. But even worse, there was a sleep() call in the startProcess() function that could *block* the mutex for a very long time! So if the "main" thread tried to create a new object while one of the "worker" threads was sleeping inside startProcess(), this blocked the whole "main" thread. D'oh! 2014-12-05 22:39:31 +01:00
db3b152415 Added support for Visual Studio 2013 with Update-4. 2014-11-19 02:06:42 +01:00
b2be8c9ac0 Updated MediaInfo binaries to v0.7.71 (2014-11-09), compiled with ICL 15.0 and MSVC 12.0. 2014-11-17 14:51:41 +01:00
add0de2472 Overhaul of the Windows version detection code + added support for Windows 10 (Technical Preview). 2014-11-12 16:00:40 +01:00
2925f842e7 Updated GnuPG binary to v1.4.18 (2014-06-30), compiled with GCC 4.9.1. 2014-10-08 23:29:23 +02:00
373702e07e Updated SoX binary to v14.4.2-Git (2014-10-06), compiled with ICL 15.0 and MSVC 12.0. 2014-10-06 16:46:41 +02:00
e47206b768 Updated MediaInfo binaries to v0.7.70 (2014-09-03), compiled with ICL 15.0 and MSVC 12.0. 2014-10-05 21:17:50 +02:00
0a65e42012 Fixed potential crash when trying to import Cue Sheet where *all* files are missing: If none of the files exist, we shouldn't try to analyze them. The real problem, however, was a potential NULL-pointer access in the FileAnalyzer thread's destructor code. Thanks to XhmikosR for reporting! 2014-08-16 14:45:18 +02:00
f9c90c225e Updated FAQ document. 2014-08-11 13:38:23 +02:00
7babc90982 Fixed a typo. 2014-07-14 15:50:39 +02:00
c4414e1802 Added web-link to bug-tracker on GitHub. 2014-06-27 21:06:33 +02:00
a32b63a232 Updated mpg123 decoder binary to v1.20.1 (2014-06-17), compiled with GCC 4.9.0. 2014-06-27 16:20:10 +02:00
21498ebc80 Updated OggEnc2 binaries to v2.87 using libvorbis v1.3.4 and aoTuV v6.03_2014 (2014-06-24), compiled with MSVC 9.0 and ICL 14.0. 2014-06-26 00:10:30 +02:00
407a606d90 Updated Changelog and FAQ document. 2014-06-23 17:45:18 +02:00
f743a37066 Removed the BerliOS mirror, one and for all, because it no longer exists! 2014-06-23 17:42:25 +02:00
16e40f2bf2 Updated F.A.Q. document and Changelog. 2014-05-30 18:06:16 +02:00
9b34076d55 Added some info on the situation of Windows XP. 2014-05-21 15:23:12 +02:00
92c80cfd46 Added compiler detection for Visual Studio 2013 with Update-2. 2014-05-19 17:45:45 +02:00
70f75f21cf Fixed expired image links in FAQ document (images are now on Imgur). 2014-05-04 16:59:58 +02:00
7ec2a8d9d7 Updated MediaInfo binaries to v0.7.69 (2014-04-26), compiled with ICL 14.1 and MSVC 12.0. 2014-04-28 21:29:23 +02:00
51f1fbbca1 Updated the translator's guide. 2014-04-28 21:14:02 +02:00
729b386056 Updated Qt runtime libraries to v4.8.6 (2014-04-25), compiled with MSVC 12.0. 2014-04-25 20:26:31 +02:00
e5b605d1e4 Updated Opus encoder/decoder libraries v1.1.x and Opus-Tools v0.1.8 to latest Git Master (2014-04-13). 2014-04-13 19:08:38 +02:00
555f8709a6 Updated MediaInfo binaries to v0.7.68 (2014-04-08), compiled with ICL 14.1 and MSVC 12.0. 2014-04-09 17:09:52 +02:00
a1fea4dae6 Updated changelog. 2014-02-08 17:34:58 +01:00
b4ee0af400 Open development for version 4.10. 2014-02-08 17:23:44 +01:00
ec9caf7c25 Fixed a missing line-break. 2014-02-02 18:01:46 +01:00
9f816e9aa6 Bump version. 2014-01-26 18:31:20 +01:00
58f548edd9 Updated Winamp links. 2014-01-22 01:37:05 +01:00
59c41854de Updated Changelog. 2014-01-19 18:40:33 +01:00
7aea8ce063 Updated the QAAC add-in for LameXP to QAAC v2.33 (2014-01-14), compiled with MSVC 12.0. 2014-01-19 17:19:01 +01:00
9f0aba42f8 Updated changelog file. 2014-01-17 01:47:24 +01:00
cc38035087 Happy new year 2014! 2014-01-01 17:05:52 +01:00
e08b187f37 Updated WavPack decoder binary to v4.70.0 (2013-10-19), compiled with ICL 14.0 and MSVC 12.0. 2013-12-08 17:01:59 +01:00
e7a87c8dd1 Updated Opus encoder/decoder libraries to v1.1-final and Opus-Tools to v0.1.8 (2013-12-05). 2013-12-07 15:21:01 +01:00
9eb8ecaa62 Updated MediaInfo binaries to v0.7.65 (2013-11-20), compiled with ICL 14.1 and MSVC 12.0. 2013-12-06 14:22:51 +01:00
60cb91665f Updated Monkey's Audio binary to v4.12 (2013-06-26). Also added encoding support for Monkey's Audio format, including APEv2 tagging support. Since the MAC tool does NOT support tagging, a custom tagging utility support is used. 2013-12-04 22:36:19 +01:00
3d5b9541ed More improvements to Splash Screen and the working banner. 2013-11-24 17:55:35 +01:00
d888855e4a Fixed a resource (file descriptor) leak: If a QFile object was created from a C Runtime file descriptor, it will *not* close the file, when QFile::close() is called or when the QFile object is destroyed. Furthermore, if a C Runtime file descriptor is obtained via _open_osfhandle(), we *must* to close that file descriptor via _close() function. Closing the underlying system HANDLE via CloseHandle() is *not* sufficient, as the file descriptor is won't be freed! On the other hand, the _close() function *does* close the underlying system HANDLE for us. In order to avoid a resource (file descriptor) leak, we will now store the file descriptor and close it properly via _close() in the destructor.
Note: The resource leak probably did not cause any harm, simply because we did not create many LockedFile objects. But it *did* cause serious issues when running the benchmark. Anyway, it should be fixed now.
2013-11-01 19:32:47 +01:00
2ea758c079 Improved dropbox widget, including proper multi-monitor (virtual desktop) support. 2013-11-01 00:08:40 +01:00
086849928c Updated GNU Wget binary to v1.14.0 (2012-08-05), compiled with GCC 4.8.1. This also fixes a strange crash of Wget that only occurred on one my old Windows XP laptop (not in any of the Windows XP VM's). 2013-10-28 23:57:40 +01:00
bff76873d0 Update FAQ document. 2013-10-27 19:43:19 +01:00
18b645f349 Improved file analyzer to retain the original ordering of files imported from a playlist. 2013-10-25 00:48:18 +02:00
7b016d5fec Updated license info. 2013-10-23 22:25:04 +02:00
bb687bdc45 Some improvements in Splash Screen (application initialization) code. 2013-10-20 23:36:53 +02:00
e13e6b7fec Updated changelog and removed some debug code. 2013-10-18 22:12:55 +02:00
76cffc6681 Documentation updates. 2013-10-16 18:22:52 +02:00
477e76d5c3 Updated GnuPG binary to v1.4.15 (2013-10-05), compiled with GCC 4.8.1. 2013-10-16 03:33:15 +02:00
449e438787 Use AudioFileModel_MetaInfo instead of AudioFileModel where appropriate. Also updated MetaInfoModel to work with a AudioFileModel_MetaInfo (not only with a full AudioFileModel). 2013-10-13 00:21:37 +02:00
7ddbdb240b Updated mpg123 decoder binary to v1.16.0 (2013-10-06), compiled with GCC 4.8.1. 2013-10-08 22:45:42 +02:00
24217c3b71 More code refactoring: Moved most of the Win32 API dependencies into wrapper functions in Global.cpp, which greatly reduces platform-specific includes. 2013-10-07 00:01:15 +02:00
fc61ddc773 Updated FAQ document. 2013-10-06 19:15:07 +02:00
db95584256 Bump version. 2013-09-04 00:35:55 +02:00
6d6f0ee943 Some improvements/simplifications in strnatcmp() function. 2013-08-25 15:34:41 +02:00
409117ec39 Implemented "natural ordering" for sorting the input files. Code is based on the strnatcmp() by Martin Pool, released under the "zlib" license. 2013-08-23 00:19:00 +02:00
5094abe699 Updated GnuPG binary to v1.4.14 (2013-07-25), compiled with GCC 4.8.1 + updated WUpdate accordingly. 2013-08-21 19:20:39 +02:00
f2f0783ca6 Updated Opus encoder/decoder libraries to v1.1-beta and Opus-Tools to v0.1.6git (2013-07-22). 2013-07-23 00:05:43 +02:00
78d1bf5773 Updated GNU Wget binary to v1.13.4 (2011-09-17). 2013-07-13 00:11:54 +02:00
cdf11cc948 Changelog updated. 2013-07-11 01:03:25 +02:00
5eec75c2bb Updated MediaInfo binaries to v0.7.64 (2013-07-05), compiled with ICL 13.1 and MSVC 10.0. 2013-07-11 00:39:10 +02:00
869a391444 Changelog updated. 2013-07-09 22:42:06 +02:00
9323260e32 The encoder configuration (rc-mode, bitrate, quality-level) is now maintained *separately* for each encoder. This was quite a massive change and needs more testing! Also a bug where OggEnc quality modes -2 and -1 would be clipped 0 has been fixed. 2013-07-07 23:49:29 +02:00
17c7d38789 Updated changelog. 2013-06-30 00:52:59 +02:00
a8348b01e8 Refactored lamexp_temp_folder2() function. This also fixes a potential deadlock at application when %TMP% points to an invalid folder. Now using separate locks for lamexp_temp_folder2() and lamexp_known_folder(). 2013-06-29 18:06:21 +02:00
03c2a9fccc Updated project configuration for Qt 4.8.5. 2013-06-21 22:18:58 +02:00
d3c6428787 Updated Opus encoder/decoder libraries to v1.1.x and Opus-Tools to v0.1.6 (2013-06-17). 2013-06-17 22:58:44 +02:00
92399d4d3a Updated changelog. 2013-06-16 22:54:14 +02:00
81b2f4ad08 Updated Opus encoder/decoder libraries to v1.1.x and Opus-Tools to v0.1.6 (2013-06-16). 2013-06-16 22:06:58 +02:00
f85afb6627 Updated FLAC encoder/decoder binaries to v1.3.0 (2013-05-27), compiled with ICL 13.0. 2013-06-16 13:50:24 +02:00
ead3b0456b Updated mirror list. 2013-06-14 20:32:24 +02:00
614fbfac54 Bump version. 2013-04-28 22:42:17 +02:00
bc2d1416aa Updated Opus encoder/decoder libraries to v1.1.x and Opus-Tools to v0.1.6 (2013-04-23). 2013-04-23 23:37:56 +02:00
692943bde7 Updated Changelog. 2013-04-19 21:09:05 +02:00
e3ac0c3d56 Update changelog. 2013-04-16 22:49:38 +02:00
db75b36e72 Updated mpg123 decoder binary to v1.15.3 (2013-04-03), compiled with GCC 4.8.0. 2013-04-09 22:22:00 +02:00
9f2bffd2fd Updated Monkey's Audio binary to v4.11 (2013-01-20), including STDERR flush fix. 2013-04-08 23:53:49 +02:00
b2019d679e Updated Valdec decoder binary to AC3Filter Tools v1.0a (2013-04-07). 2013-04-08 01:14:49 +02:00
f6a433c8a5 Updated FAQ document. 2013-03-17 21:27:14 +01:00
1dc71117bb Updated FAQ document. 2013-03-17 14:08:42 +01:00
b8ae188843 Updated Valdec decoder binary to v1.4.0a (2013-03-17). 2013-03-17 03:11:23 +01:00
62af2f575e Synced MP3 algorithm quality settings to LAME manual. Now we only use values 9, 7, 3 and 0. Also note that, in VBR mode, there are only two settings (9-5 and 4-0). 2013-03-13 22:59:54 +01:00
620045c840 Updated Opus encoder/decoder libraries to v1.1.x and Opus-Tools to v0.1.6 (2013-03-12). 2013-03-12 22:25:52 +01:00
1c5da201da Updated MediaInfo binaries to v0.7.62 (2013-02-22), compiled with ICL 12.1.7 and MSVC 10.0. 2013-03-05 01:07:51 +01:00
c71f535c35 Updated Changelog. 2013-02-24 00:49:24 +01:00
1d792a4ef7 Updated Valdec decoder binary to v1.4.0a (2013-02-11), based on latest AC3Filter Tools and built with *static* libav libraries. 2013-02-12 00:09:12 +01:00
e5a1b950eb Bump version. 2013-02-10 00:25:05 +01:00
895cd586cf Updated SoX binary to v14.4.1 (2013-01-09), compiled with ICL 13.0 and MSVC 10.0. 2013-02-09 15:06:47 +01:00
c59a60a161 Updated Opus encoder/decoder libraries to v1.1.x and Opus-Tools to v0.1.6 (2013-02-09). 2013-02-09 01:34:47 +01:00
d7a392472d Updated Web Updater and Elevator binaries. Now using updated Aero plug-in (again). 2013-02-03 15:58:53 +01:00
63aa79873a Updated one translation example. 2013-01-27 21:15:01 +01:00
c124e99224 Added info about handling of "plurals" to the translator's guide. Also added a few helpful examples. 2013-01-27 21:02:15 +01:00
714826105f Updated Changelog. 2013-01-25 21:22:03 +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
12db5d2c81 Added "Folder Up" button to the "Output Folder" tab. Also some code refactoring. 2012-12-14 00:34:10 +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
75ca75bdaf Updated Qt patches for 4.8.4 release. 2012-11-30 00:22:20 +01:00
5e45dbb5fa Updated changelog. 2012-11-28 02:21:11 +01:00
5f0c30797c Update FAQ document. 2012-11-25 21:54:13 +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
143eb1a6c1 Update FAQ document. 2012-11-17 15:51:54 +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
f3e14e02d2 Version v4.06 is released! 2012-11-04 14:19:39 +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
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
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
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
760b34a0e0 Small formating update. 2012-10-13 12:33:17 +02:00
265019b952 Updated Korean translation. Thanks to JaeHyung Lee <kolanp@gmail.com>. 2012-10-09 22:34:16 +02:00
f39beba138 Make download instructions for TS files a bit more clear (hopefully). 2012-10-09 14:23:58 +02:00
450907dce7 Added one more Git mirror to the docs. 2012-10-09 01:57:01 +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
e03bd4c9ae Updated Changelog and increased version to v4.06. 2012-09-20 01:27:56 +02:00
29bbf478de Version v4.05 is released! 2012-09-03 22:56:35 +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
b5f6e8238a Updated F.A.Q. document. 2012-08-20 21:51:10 +02:00
856a5b1150 Updated F.A.Q. document. 2012-08-20 21:12:52 +02:00
cb2b770a88 Made lamexp_arguments() thread-safe, just to be sure. 2012-08-17 23:47:01 +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
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
b5e4339d63 Updated F.A.Q. document. 2012-08-03 23:23:57 +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
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
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
eb590289aa Popup "PRE_RELEASE_INFO.txt" during the setup procedure, if the file exists. 2012-07-01 21:33:04 +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
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
d42c8ceaa0 Added one more mirror. 2012-05-29 19:53:53 +02:00
428342af21 Fixed HTML code, need to escape the ampersand. 2012-05-20 23:44:50 +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
a7a776ed82 Implemented a method to disables update signals from the FileList model. This will significantly speed-up adding a lot files, but comes with the drawback that updates won't be visible immediately. 2012-05-05 21:56:14 +02:00
14492b9c49 Implemented multi-threading for file analyzer. Now multiple files can be analyzed in parallel. This should speed-up adding files quite a bit, especially when a huge number of files is added at once. 2012-05-04 04:01:10 +02:00
c2a41d783f Development open for version 4.05 now. 2012-04-29 18:00:06 +02:00
26694de518 Updated FAQ document. 2012-04-23 22:50:20 +02:00
d16323d546 Updated dcaenc binary to version 2012-01-14. 2012-04-15 02:15:32 +02:00
fc29c67f93 Small update to translator's guide. 2012-04-14 17:35:00 +02:00
599519efd2 Updated Qt runtime libraries to v4.8.1 (2012-03-14), compiled with MSVC 10.0. 2012-04-12 03:18:48 +02:00
6fa4e9e21d Updated MediaInfo binary to v0.7.56 (2012-04-08), compiled with ICL 12.1.7 and MSVC 10.0. 2012-04-10 03:52:03 +02:00
027471b385 Updated MediaInfo binary to v0.7.55 (2012-04-05), compiled with ICL 12.1.7 and MSVC 10.0. 2012-04-10 01:25:34 +02:00
18b0993d3b Now using FindFirstFileEx() on supported OS. Should be a bit faster, as we can request the FindExSearchLimitToDirectories search limit. 2012-03-30 15:28:47 +02:00
1738ea5b6e Added button to edit the current output path in a simple LineEdit control. 2012-03-26 22:02:11 +02:00
9e5fbdaaff Updated F.A.Q. document. 2012-03-22 02:38:02 +01:00
f058efa87c Updated MediaInfo binary to v0.7.54 (2012-03-13), compiled with ICL 12.1.7 and MSVC 10.0. 2012-03-21 20:54:47 +01:00
89717e440b Updated SoX binary to v14.4.0 (2012-03-04), compiled with ICL 12.1.7 and MSVC 10.0. 2012-03-16 00:54:51 +01:00
a7a77b9e92 Updated mpg123 decoder binary to v1.13.6 (2011-03-11), compiled with GCC 4.6.1. 2012-03-11 20:25:34 +01:00
d1c2e8d764 Updated mpg123 decoder binary to v1.13.5 (2011-03-07), compiled with GCC 4.6.1. 2012-03-10 13:28:18 +01:00
84450ed6b3 Updated GnuPG binaries to v1.4.12, compiled with GCC 4.6.1. 2012-03-10 03:51:22 +01:00
94d50c9d16 Updated docs for the FHG/QAAC AAC encoder add-in's. 2012-03-06 19:22:55 +01:00
80df6532cd Updated LAME encoder binary to v3.99.5 Final (2012-02-28), compiled with ICL 12.1.7 and MSVC 10.0. 2012-03-01 23:31:13 +01:00
2ee08c5f4b Fixed a regression in d92fb7fbcc: We must not close the handle to the Job Object, as long as there still might be a process "tool" running. The regression caused child processes to be terminated unexpectedly sometimes! We now use reference counting in order to avoid this problem. 2012-03-01 02:45:21 +01:00
55c76059d8 Updated FAQ document. 2012-02-26 23:32:25 +01:00
2c7f740fb9 Updated Changelog. 2012-02-26 15:05:18 +01:00
86e17a04ff Bump version + update Changelog file. 2012-02-23 21:21:02 +01:00
d92fb7fbcc Updated Monkey's Audio binary to v4.11 (2011-04-20), including STDERR flush fix. 2012-02-21 22:36:13 +01:00
871866606d Updated Musepack decoder binary to revision 475 (2011-08-10), compiled with ICL 12.1.6 and MSVC 10.0. 2012-01-26 21:32:53 +01:00
149910135c Updated Monkey's Audio binary to v4.10 (2011-04-16). 2012-01-26 03:07:03 +01:00
50ac87149e Updated dcaenc binary. 2012-01-14 01:35:50 +01:00
f857054dda Added support for importing Meta tags from a CSV files. 2012-01-04 21:10:33 +01:00
1f001a65e2 Better handling of system shutdown. Now using the Qt event system to broadcast a special event when the system is going to shutdown (i.e. WM_QUERYENDSESSION or WM_ENDSESSION). This gives each top-level widget the chance to react to the system shutdown *before* we return from the message handler. Doing any clean-up after returning from the message handler is impossible, because Windows will kill the process immediately after WM_ENDSESSION has been processed. Note that Windows XP (and earlier) will NOT send WM_QUERYENDSESSION or WM_ENDSESSION to processes that have a console attached! Therefore, if we have a debug console attached, we cannot do anything on these systems. Our process will be killed without any notification...
Also improved LameXP's IPC mechanism: There now are several slots for IPC-commands in the shared memory area ("queue support"). This way, the sender can post several commands in sequence without getting blocked. The receiver can process those at a later time.
2011-12-29 14:42:20 +01:00
144e60b6e5 Updated QT Linguist download URL. 2011-12-25 02:38:07 +01:00
a0a29b9551 Experimental support for dcaenc, by Alexander E. Patrakov <patrakov@gmail.com>. 2011-12-22 21:53:25 +01:00
1d9aaf90ed Updated Chinese/Taiwanese translation. Thanks to 456Vv <123@456vv.com>. 2011-12-20 13:12:01 +01:00
2ff648b4fd Updated MediaInfo binaries to v0.7.50 (2011-12-19), compiled with ICL 12.1.6 and MSVC 10.0. 2011-12-20 00:25:41 +01:00
1d16d04244 Updated Changelog. 2011-12-17 18:27:25 +01:00
dc63a2d115 Added Chinese translation by 456Vv <123@456vv.com>. 2011-12-17 16:53:13 +01:00
9c6b93fae2 Updated FAQ document. 2011-12-15 00:05:23 +01:00
f5b4584d3d Updated FAQ document. 2011-12-14 23:54:49 +01:00
c5a28190c4 Updated FAQ document. 2011-12-11 01:55:22 +01:00
545b9b4967 Improved handling of different character encodings for M3U(8) and PLS playlist import. 2011-12-09 00:34:07 +01:00
fba31b51a9 Updated FAQ document + small installer fix. 2011-12-07 23:00:49 +01:00
8c72137fe1 Workaround for a bug that causes MediaInfo to not detect the duration of Wave files (64-Bit only). 2011-12-04 20:33:06 +01:00
a6c55c69c2 Added some info on how the Auto Update systems works to the FAQ document. Also added a "dummy" Manual file. 2011-12-02 01:14:32 +01:00
e4d414b822 Added more "known hosts" to the list: We now use a list of 64 domains, taken (mostly) from the Alexa 'top 500 sites on the web' list, to test the Internet connectivity. Also added a self-test function to check all hosts (press CTRL+F12 in the update dialog). 2011-12-01 22:16:06 +01:00
c54b9cb045 Updated FAQ document. 2011-11-30 01:10:49 +01:00
5585d53fc7 Print the total duration when the process is completed. 2011-11-28 00:35:43 +01:00
c1b88a7d07 Slightly tweaked formula to selected the number of instances based on CPU count. Maximum value is now 16. 2011-11-27 02:06:03 +01:00
3a74f55c5f Updated FAQ document for the new 'number of instances' algorithm. 2011-11-26 22:28:00 +01:00
da5dfdc85e Added optional support for the QAAC encoder. Requires QuickTime v7.7.1 (or later) and the QAAC front-end. 2011-11-21 01:22:41 +01:00
16aaebec22 Updated LAME encoder binaries to v3.99.2 Final (2011-11-18), compiled with ICL 12.1.7 and MSVC 10.0. 2011-11-19 02:58:14 +01:00
9b3aada3c3 Updated MediaInfo binaries to v0.7.50 (2011-09-23), compiled with ICL 12.1.6 and MSVC 10.0. 2011-11-12 16:04:07 +01:00
f566aa466a Updated LAME encoder to v3.99.1 Final (2011-11-05), compiled with ICL 12.1.6 and MSVC 10.0. 2011-11-11 20:39:31 +01:00
02b7cdc3e1 Added indicators for current CPU usage, RAM usage and free disk space to the processing window. 2011-10-29 16:26:09 +02:00
0126635669 Fixed a bug with the "Prepend relative source file path to output file" option: This option should not be in effect when "Save output files to the same location where the input file is located" is enabled. Therefore, in the GUI, the "Prepend relative source file path to output file" option was correctly disabled (greyed out) when "Save output files to the same location where the input file is located" was checked. Nonetheless "Prepend relative source file path to output file" could still be in effect, if the user had checked that option *before* it had been disabled (greyed out). This is fixed now. 2011-10-24 00:31:46 +02:00
181b8686ea Added some info on Hibernation to the F.A.Q document. 2011-10-22 17:49:46 +02:00
6c67cb0012 Check if hibernation is support on the computer. If not, disable the hibernate option. 2011-10-22 01:34:24 +02:00
e5e9f63258 Updated LAME encoder to v3.99 Final (2011-10-17), compiled with ICL 12.1.6 and MSVC 10.0. Note: The "i386" binary uses CPU Runtime Detection with on optional(!) SSE2-optimized code path, while the "sse2" binary uses Intel-specific SSE2 optimizations and does NOT use CPU Runtime Detection. 2011-10-18 18:52:52 +02:00
b57d08b874 Updated Changelog. 2011-10-15 01:32:58 +02:00
46d108d327 Updated QT Linguist download link. 2011-10-14 22:58:41 +02:00
de5b2458c1 Updated Qt Framework to v4.8.0 RC-1, built with Visual Studio 2010. Also improved OS detection a bit. 2011-10-14 18:02:37 +02:00
b6c72e9f84 Updated Changelog file. 2011-10-11 14:08:48 +02:00
84cc763278 Updated mpg123 decoder binary to v1.13.4 (2011-09-07), compiled with GCC 4.6.1. 2011-10-11 02:04:12 +02:00
4a329e65df Updated FAQ document. 2011-10-08 20:34:10 +02:00
32b3e2607c Updated translator's guide. 2011-10-06 20:19:33 +02:00
682dbbc668 HTML syntax fixes. 2011-10-04 23:21:20 +02:00
f753f3ad41 Updated translator's guide + FAQ document. 2011-10-04 23:17:34 +02:00
0e31ec7cad Added Polish translation. Thanks to Sir Daniel K <sir.daniel.k@gmail.com>. 2011-10-03 01:33:12 +02:00
daa780d90f Updated MediaInfo binaries to v0.7.49 (2011-09-09), compiled with MSVC 10.0 + some message box text refactoring. 2011-09-17 23:08:59 +02:00
c08fa1493a Added support for a few Playlist file name prefixes. Will be chosen based on the file names in the Playlist. 2011-09-06 18:47:13 +02:00
737be134d4 Updated FAQ document. 2011-08-28 01:18:39 +02:00
24a8dcafa5 Updated changelog + more installer updates. 2011-08-27 16:24:03 +02:00
ec8db207f5 Workaround for "console window not drawing" bug on Wine. 2011-08-26 03:28:34 +02:00
fa6b08e68a Updated FAQ document. 2011-08-22 13:48:27 +02:00
95797b11b5 Updated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>. 2011-08-21 18:41:32 +02:00
95f627ee1a Some more clean-up for FhgAacEnc support + updated documents. 2011-08-21 14:43:18 +02:00
85b2a5326f Updated MediaInfo binary to v0.7.48 (2011-08-17), compiled with MSVC 10.0 2011-08-17 22:54:15 +02:00
b2d1eceb41 Restored Windows 2000 support: Added hacks that avoid dependency on EncodePointer() and DecodePointer(), as these functions are missing from KERNEL32.DLL in Windows 2000. 2011-08-15 15:34:44 +02:00
5ab869ed82 Added "Favorites" menu for output folders. 2011-08-08 20:26:30 +02:00
dae4def2fa Downmix filter will now check if the input already is Mono/Stereo, so we can safely invoke the filter for ALL sources. 2011-08-07 14:04:17 +02:00
fbee147f07 Added an option option to enforce Stereo Downmix. 2011-08-05 21:52:43 +02:00
7e1f790e9b Added an option to rename the output files (based on an user-defined pattern). More macros might be added at a later time. 2011-08-04 23:26:38 +02:00
272cef76f4 Removed some more remnants of "old" WMA decoder + updated changelog. 2011-08-04 00:55:17 +02:00
7127271652 Updated MediaInfo binaries to v0.7.47 (2011-07-27), compiled with MSVC 10.0. 2011-07-27 22:17:43 +02:00
fc5f428e64 Updated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>. 2011-07-26 22:36:34 +02:00
327ca1ae75 Added 'wma2wav' as WMA decoder and removed all support for WMA decoder by NCH Swift Sound. 2011-07-26 22:17:14 +02:00
54c6cae91b Updated MediaInfo binaries to v0.7.46 (2011-07-04), compiled with MSVC 10.0. 2011-07-14 02:03:04 +02:00
79b555fc23 Updated Web Update utility. Now with "Aero Glass" theming enabled, thanks to NSIS Aero plug-in. 2011-07-12 20:29:22 +02:00
8c95b78e68 Updated install script to use the Aero plug-in, which will use an "Aero Glass"-style window on supported OS. 2011-07-07 19:40:49 +02:00
c0f13b2624 Fixed file name generation in Cue Sheet splitter: If the title of a track contains characters that are not allowed in a file name, we have to replace them. 2011-07-02 16:40:15 +02:00
ee6b909065 Updated FAQ document. 2011-06-21 14:35:46 +02:00
251a70cc91 Updated Changelog. 2011-06-13 22:13:00 +02:00
f8f5707529 Added two new command-line switches: "--add-folder <path>" to add a single folder and "--add-recursive <path>" to add a folder recursively. 2011-06-11 17:18:30 +02:00
664cbbd9da Updated FAQ document. 2011-06-03 01:07:33 +02:00
e076c5b5ec Create proper .m3u8 playlist with UTF-8 BOM, if the file names contain Unicode characters. Otherwise create a simple .m3u playlist with Latin-1 encoding. 2011-06-02 02:11:47 +02:00
0bf5982275 Updated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>. 2011-05-29 14:36:32 +02:00
eece27de06 Much improved Avisynth input. Now actually detect Avisynth scripts and read meta-info. 2011-05-21 21:08:10 +02:00
5cd5f98f96 Cleaned-up main window code. 2011-05-21 13:07:17 +02:00
773576b3a4 Added support for Avisynth input (audio only!) using the 'avs2wav' tool. This is a stripped-down and cleaned-up version of the tool by Jory Stone <jcsston@toughguy.net>. 2011-05-19 23:07:46 +02:00
f8f792f23f The Cue Sheet splitter will now also handle input files that are not PCM/Wave. 2011-05-15 18:53:44 +02:00
55b5393768 Implemented Cue Sheet splitter thread. Basic Cue Sheet import should work now, but only uncompressed Wave/PCM files are supported. 2011-05-15 01:45:27 +02:00
70b097c380 Decrease font-size in second "About" dialog a bit, so it fits better with small screens. 2011-05-09 09:54:50 +02:00
c526a7572d Merge branch 'master' of github.com:lordmulder/LameXP
Conflicts:
	etc/Translation/Blank.ts
	etc/Translation/LameXP_DE.ts
	etc/Translation/LameXP_ES.ts
	etc/Translation/LameXP_FR.ts
	etc/Translation/LameXP_IT.ts
	etc/Translation/LameXP_KR.ts
	etc/Translation/LameXP_RU.ts
	etc/Translation/LameXP_UK.ts
	res/localization/LameXP_DE.qm
	src/Config.h
2011-05-09 08:35:06 +02:00
15d61f0dfb Updated Changelog. 2011-05-09 08:32:42 +02:00
6050f8b778 Fixed a typo. 2011-05-09 00:23:37 +02:00
6fc5458460 Updated FAQ document + added 'Don't Show Again' buttons to some dialogs. 2011-05-08 19:41:25 +02:00
9df1febaec Updated FAQ document. 2011-05-07 15:50:21 +02:00
323ec4f9ce Updated OggEnc binary to v2.87 using aoTuV Beta-6.03 (2011-05-04), compiled with ICL 11.1 and MSVC 9.0. 2011-05-05 00:58:39 +02:00
5ce0c7b82e Added an option to check for "Beta" (pre-release) updates in "Final" releases. Disabled by default, not available in "Beta" versions (Beta versions always check for Beta updates). 2011-05-03 14:28:06 +02:00
4d199d6e4d Updated Spanish translation. Thanks to Rub3nCT <Rub3nCT@gmail.com>. 2011-05-01 22:02:38 +02:00
34adddbad6 Small update to translator's guide. 2011-05-01 03:03:02 +02:00
3538757e05 Fix typo. 2011-04-23 16:20:50 +02:00
7e40bce6c1 Updated FAQ document: Added instructions to build Qt v4.7.3 as 'static' libraries. 2011-04-23 16:17:06 +02:00
00cebec7cf Updated mpg123 binary to v1.13.3 (2011-04-21), compiled with GCC 4.6.0. 2011-04-23 04:02:38 +02:00
687fa08c5e Updated MediaInfo binaries to v0.7.44 (2011-04-19), compiled with ICL 12.0.3 and MSVC 10.0. 2011-04-21 00:50:21 +02:00
762b231037 Now using Qt v4.7.3, available trough Qt SDK v1.1 RC. 2011-04-19 16:14:05 +02:00
3c996dcc90 Updated FAQ document. 2011-04-18 11:12:27 +02:00
cd593aefbf Added a method to use custom binaries instead of the "built-in" ones: Simply put the custom binary to "$ORIGIN\tools\<build_no>\<tool_name>.exe" and it will be detected at runtime. 2011-04-17 20:38:49 +02:00
99bd8c28ff Workaround for Wine: It appears that Wine exports SetConsoleIcon() from kernel32.dll, but as soon as we call it the application will be terminated ("Unimplemented function KERNEL32.dll.SetConsoleIcon called"). Consequently we will now detect Wine and avoid calling SetConsoleIcon() under Wine. This way LameXP should work under Wine again. 2011-04-17 00:17:43 +02:00
60ac414c30 Updated LAME binary to v3.99 Beta-0 (2011-04-16), compiled with ICL 12.0.3. Also updated LAME switches accordingly. 2011-04-16 21:21:08 +02:00
5dc2a123b8 Updated MediaInfo binaries to v0.7.43 (2011-04-10), compiled with ICL 12.0.3 and MSVC 10.0. 2011-04-10 21:56:45 +02:00
c69162a488 Removed reference to one of our contributor from the Changelog (on personal request) 2011-04-10 00:43:52 +02:00
31c06280f9 Updated LAME binary to v3.99.0.16 (2011-04-09), compiled with ICL 12.0.3 and Visual Studio 2010. 2011-04-09 20:48:46 +02:00
01bb356e17 Updated Korean translation. Thanks to JaeHyung Lee <kolanp@gmail.com>. 2011-04-08 22:01:15 +02:00
7d6a1a0e41 Updated Changelog and FAQ document with respect to the fact the we do NOT support Windows 2000 and Windows XP prior to Service Pack 2 any more. These are limitations of Microsoft Visual Studio 2010, so blame Microsoft ;-) 2011-04-08 15:36:41 +02:00
9a8f8e1c75 Small addition to translator's guide. 2011-04-08 14:05:50 +02:00
8fb604fc58 Updated FAQ document. 2011-04-05 17:46:31 +02:00
22d933a52b Bump version. 2011-04-04 21:26:25 +02:00
c197439afa Updated FAQ document. 2011-04-04 17:38:50 +02:00
456f065450 Updated LAME binary to v3.99.0.16 (2011-04-04), compiled with ICL 12.0.2. Also updated LAME switches accordingly. 2011-04-04 14:55:46 +02:00
84279b6182 Updated FAQ document. 2011-04-01 03:39:03 +02:00
990d00d0b7 Updated wizard graphic. 2011-04-01 00:57:52 +02:00
f4b829ae2f Updated FAQ document. 2011-03-31 19:31:23 +02:00
eeab6155e5 Updated version info: v4.01 RC-1. 2011-03-28 21:58:01 +02:00
4689e9dd27 Updated stylesheet information in documents. 2011-03-28 21:09:40 +02:00
23665ed4c9 Implemented a new "disk observer" thread which will constantly check the free diskspace of the disk where the TEMP folder is located. If the diskspace drops below a critical limit (currently 100 MB) a warning message is emitted. 2011-03-28 04:26:47 +02:00
b5135cc006 Updated FAQ document. 2011-03-24 16:04:29 +01:00
675be99999 Added an option to add directories recursively. 2011-03-23 23:19:31 +01:00
e63d462578 Updated LAME encoder binary to v3.99.0.15 (2011-03-22), compiled with ICL 12.0.2. 2011-03-23 21:50:32 +01:00
cb34771fee Added support for embedding cover artwork to AAC encoder. 2011-03-21 22:52:08 +01:00
01b15d6f70 Display cover artwork in the "Meta Info" dialog. 2011-03-21 02:16:18 +01:00
8898d87975 Updated SoX binary to v14.3.2 (2010-02-27), compiled with 12.0.2 2011-03-19 22:47:43 +01:00
282b4cb538 Updated TTA decoder multiplatform library to v2.1 (2011-03-11), compiled with MSVC 9.0. 2011-03-19 20:44:00 +01:00
f12aec1e2f Updated FAQ document. 2011-03-19 19:50:26 +01:00