Commit Graph

308 Commits

Author SHA1 Message Date
f829d69636 Added an option to select a user-defined TEMP directory. 2011-02-25 22:03:39 +01:00
efbb182372 Added support for Windows 7 Taskbar Progress to "Update" dialog. 2011-02-25 13:40:45 +01:00
f75c3ca496 Added an option to manually specify the number of parallel instances. 2011-02-25 00:22:18 +01:00
298bee4b99 Fixed LAME binary, previous build was borked for some reason. 2011-02-25 00:20:36 +01:00
bdee102e35 Updated LAME binary to v3.99 Alpha-12 (2011-02-13), compiled with ICL 12.0.2. 2011-02-24 13:41:21 +01:00
0f9dddad65 Extend deployment script to re-build (update + release) translation files. 2011-02-23 02:43:06 +01:00
442ff4095d Updated OggEnc binary to v2.87 using aoTuV Beta-6 (2011-02-22), compiled with ICL 11.1 and MSVC 9.0. 2011-02-23 02:19:50 +01:00
950422e63f Update "About" dialog. 2011-02-21 17:59:26 +01:00
994fdeefb0 Added Ukrainian translation by Arestarh <arestarh@ukr.net>. 2011-02-21 16:18:47 +01:00
7354c8e023 Bump version. 2011-02-21 13:32:37 +01:00
979205e4a1 Fixed one typo. 2011-02-21 13:22:00 +01:00
c3992fd61b Updated Russian translation by Neonailol <neonailol@gmail.com>. 2011-02-21 13:12:13 +01:00
c1cde1acd8 Invoke the "resampling" filter only if the target sampling rate is really different from the file's current sampling rate. 2011-02-20 20:19:48 +01:00
9e75a20158 Updated mpg123 binary to v1.13.2 (2011-02-19). 2011-02-20 19:30:21 +01:00
67b698ba4d Fix "Debug" configuration. 2011-02-20 19:29:28 +01:00
f54fd17b3c Implemented a better method to check whether a string should be encoded as Unicode: We should check whether the string can be represented with the Latin-1 Codepage rather than with the user's "local" Codepage. 2011-02-20 16:28:28 +01:00
26af882003 Added Russian translation by Neonailol <neonailol@gmail.com>. 2011-02-18 20:14:45 +01:00
0ccfd146bc Updated FAQ document. 2011-02-18 16:29:26 +01:00
de86e298ac Bump version. 2011-02-18 01:05:21 +01:00
5902f1822d Fixed a bug that could lead to an infinite loop when trying to install an update from auto-update and the WMA decoder component was not installed yet. 2011-02-18 00:53:36 +01:00
9b31e95690 Updated French translation. Thanks to Dodich Informatique <dodich@live.fr>. 2011-02-17 21:14:32 +01:00
01291d94ff Updated FAQ document. 2011-02-16 22:38:13 +01:00
ad757269b5 Updated FAQ document. 2011-02-16 00:11:59 +01:00
bdfe4d5998 Added some code to the installer that cleans up obsolete files form the LameXP directory. This will be especially useful when updating from v3.xx. 2011-02-15 01:56:48 +01:00
34069a7b6c Updated Spanish translation. Thanks to Rub3nCT <Rub3nCT@gmail.com>. 2011-02-15 00:02:03 +01:00
b66f791387 Fix installer language files. 2011-02-14 20:26:45 +01:00
c967a013be Properly map the popup menu position to global coordinates. 2011-02-14 19:03:36 +01:00
49e5495414 Updated LAME binary to v3.99 Alpha-11 (2011-02-11). 2011-02-14 19:00:43 +01:00
1a027fb1e7 Only check for "beta" updates when using a pre-release build. 2011-02-12 22:17:42 +01:00
b12e524a96 Add option "Brose Output File Location" to context menu in processing window. 2011-02-11 23:16:11 +01:00
54ae153b54 Updated Spanish translation. Thanks to Rub3nCT <Rub3nCT@gmail.com>. 2011-02-10 23:20:30 +01:00
476265df3a Save the "Position" field on the "Meta Data" tab. 2011-02-10 16:08:03 +01:00
cfb20fe3cb Added support for custom encoder parameters. 2011-02-09 23:36:17 +01:00
8016e186dc Fix a bug in the CPU detection code that could result in an infinite loop, if the CPU doesn't provide 'Extended Function CPUID Information'. Core of this problem is that VC's __cpuid() intrinsic has the parameters defined as 'int', but returns values of type 'unsigned int'. 2011-02-07 22:01:06 +01:00
0fd4b56a87 Refactor audio file model. 2011-02-06 23:43:26 +01:00
18bc47cb9a Fixed a bug that caused files to fail to convert when writing meta tags is disabled. 2011-02-06 17:34:14 +01:00
d9e775b4b8 Show notification in progress window, if multi-threading is activated. 2011-02-02 22:56:45 +01:00
7206fe771e Fix a few typos in error messages (doesn't effect translations). 2011-02-02 22:05:17 +01:00
8330043f76 Added one mirror. 2011-02-02 21:40:18 +01:00
4838c4b294 Updated Spanish translation. Thanks to Rub3nCT <Rub3nCT@gmail.com>. 2011-02-02 00:02:35 +01:00
297c9e4796 Added support for Speex input. 2011-02-01 22:15:57 +01:00
b210b0e826 Refactor playlist importer into a separate class. 2011-01-31 21:02:47 +01:00
003e259ca8 Removed TAK binary. LameXP 4.00 can't support TAK at the moment, as their command-line decoder doesn't handle Unicode filenames. And, as TAK is ClosedSource, we cannot fix this. Support for TAK will be added when they release a fixed version or when they make their sources available. 2011-01-31 19:56:29 +01:00
628bf3de25 Improve ASX/WPL parser. Should be more XML-conform now. 2011-01-31 16:55:24 +01:00
ac53f70488 Added playlist extensions to combobox in "file open" dialog. 2011-01-30 22:19:53 +01:00
571625a032 Added support for playlist import (M3U, PLS, ASX and WPL). 2011-01-30 21:49:32 +01:00
e9a1ba9b06 Added support for Shorten input. 2011-01-30 01:45:34 +01:00
f2e5fa49a4 Added support for Musepack input. 2011-01-29 22:50:37 +01:00
199d132eb7 Fixed Windows XP compatibility. RegSetKeyValue() isn't supported on system prior to Vista. 2011-01-29 21:57:53 +01:00
0e59d6f9a2 Second part of LameXP shell integration. We can now remove the shell integration again. Also installing/removing the shell integration was moved into a separate thread in order to speed-up the startup. 2011-01-29 00:40:29 +01:00
02abefddd7 First part of LameXP shell integration. Can't remove shell integration yet. 2011-01-27 22:10:51 +01:00
9687cf1d11 Fix a few line-breaks in about dialog. 2011-01-27 15:46:21 +01:00
d13050c3db Added "Resample" filter, based on SoX. Used for encoders that don't support "native" resampling. Also added a "Tone Adjustment" filter, based on SoX too. 2011-01-26 20:16:46 +01:00
4ddebb58c9 Remove two obsolete tools. 2011-01-26 20:15:21 +01:00
325060067b Updated mpg123 binary to v1.13.1, compiled with GCC 4.5.2. 2011-01-25 23:14:42 +01:00
58ded8c2e4 Added a normalization filter, based on SoX. 2011-01-25 23:12:56 +01:00
ab1b25d7a0 Updated Spanish translation. Thanks to Rub3nCT <Rub3nCT@gmail.com>. 2011-01-25 01:41:57 +01:00
437ada55b6 Updated web-update tool, again. 2011-01-25 00:52:00 +01:00
53bcbf1e99 Updated install script. Also updated web-update tool. 2011-01-25 00:11:28 +01:00
2e483cfeba Prepare UI for "volume normalization" filter. 2011-01-24 01:13:08 +01:00
fb707cb257 Added support for a true "portable" mode: If you rename the LameXP executable to 'LameXP-Portable.exe' it will store the configuration file in the same folder where the executable is located. This might be helpful if you put LameXP onto your USB stick and use it on different computers regularly. Important: In "portable" mode the user is responsible to make sure that write-access to LameXP folder is available! 2011-01-24 00:04:07 +01:00
dcf4181974 Make sampling rate option work with Vorbis encoder. 2011-01-23 23:03:44 +01:00
7e44c69c03 Actually make the Nero AAC Profile/2-Pass options work. Also make the MP3 Channel Mode and Sampling Rate options work. 2011-01-23 02:19:18 +01:00
6c43678b7f Added more advanced options: MP3 channel mode, sampling rate, Nero AAC profile, Nero AAC 2-Pass mode. 2011-01-22 22:19:20 +01:00
3f0796d288 Added support for bitrate management to LAME and OggEnc2 encoders. 2011-01-21 23:25:55 +01:00
41d040e7aa Initial support for bitrate management (under "Advanced Options"). 2011-01-21 21:41:50 +01:00
476edebda8 Initial support for advanced options. Only "LAME Algorithm Quality" so far. 2011-01-21 19:14:11 +01:00
9e5120576d Added support for Apple Lossless Audio Codec input. 2011-01-21 00:10:51 +01:00
d5d61fed23 Refactor some global structs. 2011-01-20 22:54:10 +01:00
cedb9c21a8 Increase expire interval for pre-release version to 30 days (was 14 before). 2011-01-20 22:06:59 +01:00
42fb4743c4 Update "Elevator" and "Web Updater" binaries. 2011-01-20 21:06:25 +01:00
e72c71d4d4 Updated GnuPG to v1.4.11, compiled with GCC 4.5.2. 2011-01-20 02:51:30 +01:00
d2aaad3398 Added support for The True Audio input. 2011-01-18 22:07:30 +01:00
0be92d0f53 Added support for WavPack input. 2011-01-17 20:52:54 +01:00
beb93e7eaa Added support for Monkey's Audio input. 2011-01-16 22:00:49 +01:00
5c7fb2fbf2 Updated French translation. Thanks to to Dodich Informatique <dodich@live.fr>. 2011-01-15 13:53:46 +01:00
850c595130 Updated Spanish translation. Thanks to Rub3nCT <Rub3nCT@gmail.com>. 2011-01-15 02:28:33 +01:00
effbe66566 Make 8 more strings translatable. 2011-01-14 23:34:31 +01:00
38e8f954f4 Updated Spanish translation. Thanks to Rub3nCT <Rub3nCT@gmail.com>. 2011-01-14 19:46:15 +01:00
f6465c7c74 Make 5 more strings translatable. 2011-01-14 19:45:14 +01:00
c4e0415e90 Fix to more typos. 2011-01-13 08:57:34 +01:00
3e4a61530a Fixed a typo. 2011-01-12 22:08:09 +01:00
15df253e52 Added support for Microsoft ADPCM, Apple/SGI AIFF and Sun/NeXT Au files. 2011-01-09 22:36:52 +01:00
6245687354 Italian translation added, thanks to Roberto <gulliver_69@libero.it>. 2011-01-09 02:15:20 +01:00
3def085378 Updated French translation. 2011-01-08 16:29:27 +01:00
75da4fafe8 French translation added, thanks to Dodich Informatique <dodich@live.fr>. 2011-01-07 23:01:31 +01:00
dd1d591c33 Refactor "About" dialog. 2011-01-07 23:00:32 +01:00
bb538580d6 Added option to load translations from an "external" file, for easier translation testing. 2011-01-06 00:53:52 +01:00
efc0765dea Move language file initialization to InitializationThread. 2011-01-04 19:58:18 +01:00
fe7a8064c7 Better method to detect process elevation. This hopefully prevents that the process from being detected as "elevated" on Vista+ systems that have UAC disabled. 2011-01-03 22:24:58 +01:00
3b598fbdf9 Allow to select multiple files in non-native FileOpen dialog. 2011-01-02 22:04:45 +01:00
1c9cb08b75 Workaround for Qt bug: Don't use "native" FileOpen dialog when Themes are disabled. 2011-01-02 21:46:36 +01:00
8f4fae7fda Try to detect "Disable visual themes" + four new strings to translate 2011-01-02 20:47:26 +01:00
b964c3a53b Added a blank TS file for translators. 2011-01-02 04:19:01 +01:00
8c0fa11803 make more strings translatable + try to load a default translation that suits the user's system language 2011-01-02 01:09:05 +01:00
5a1ff67e42 Make more strings translatable. 2011-01-01 19:28:19 +01:00
96db5e86c2 Happy new year! 2011-01-01 17:04:25 +01:00
7ce230d428 Update MediaInfo to v0.7.39 (BETA) 2010-12-31 01:52:16 +01:00
e73946fc06 More internationalization and localization... (again) 2010-12-30 17:34:19 +01:00
fdaf1909fc More internationalization and localization... (again) 2010-12-30 16:12:21 +01:00
4fb20b9dfc More internationalization and localization... 2010-12-28 21:26:16 +01:00
705e4ba7e4 First step to internationalization and localization. 2010-12-28 03:57:48 +01:00
6f47dc260a Minor about dialog improvement. 2010-12-27 20:56:29 +01:00
12a6cd1c25 Improve output folder selection update code. 2010-12-27 18:31:21 +01:00
c0aa37205c Update custom audio tools (minor improvements). 2010-12-27 16:05:47 +01:00
c5c95f0ab4 Update custom audio tools (minor improvements). 2010-12-27 15:49:30 +01:00
b45f345fa3 Simplify compatibility mode detection + check for process elevation 2010-12-27 01:50:22 +01:00
29954feae2 Try to detect "compatibility mode". 2010-12-23 03:13:11 +01:00
38d60fe627 Fix context menu in progress dialog. 2010-12-22 23:45:36 +01:00
7269e7fc9a Some DropBox improvements. 2010-12-22 22:59:00 +01:00
8e38c1d3e2 Implemented the DropBox widget. 2010-12-22 01:01:01 +01:00
09691eb254 Workaround to remove temp files, even if they have the read-only attribute set. 2010-12-21 01:09:25 +01:00
658efda273 Filename filter for supported types in "Add file(s)" dialog. 2010-12-20 22:13:01 +01:00
6c139ab640 AC-3 and DTS decoding support. 2010-12-19 23:09:26 +01:00
10cffb46e5 Added options to disable the notifications for the Nero AAC encoder and the WMA Decoder component, as some users may want to use LameXP without AAC and/or WMA support permanently. 2010-12-19 21:23:43 +01:00
fc148e5e65 Implement filter framework + currently only the "downmix" filter is implemented, so we can support multichannel to MP3 encoding from now on. 2010-12-19 00:50:22 +01:00
800c94abd3 Clean-up about dialog a bit. 2010-12-18 16:49:04 +01:00
c1869b9366 Update MediaInfo to v0.7.38. 2010-12-18 15:15:17 +01:00
e189eb08c2 Support for Wave (PCM) output. 2010-12-17 01:12:12 +01:00
a8554a2d5c Show tool versions in third-party about screen. 2010-12-15 22:39:18 +01:00
6644b38816 FLAC decoding support. 2010-12-15 19:57:51 +01:00
2e97f2474c Refactor known folder detection into a separate function. 2010-12-15 18:43:21 +01:00
e6460b9779 FLAC encoding support. 2010-12-14 23:53:14 +01:00
063c53017f Added an option to prepend the source file's relative path to the output file's path. This might be useful when converting a lot of files at once that originate from different source folders. 2010-12-14 01:30:50 +01:00
3df600288a (Un)installer improvements. Now using LockedList plugin to find running instances. 2010-12-12 21:43:59 +01:00
0534264be0 WMA decoding support. Limitations in the WMA decoder we cannot do anything about: WMA decoder doesn't handle Unicode filenames, WMA decoder will deadlock if we more than one instance is running at a time (we use a semaphore to prevent that!) and WMA decoder doesn't output any progress information. 2010-12-12 19:25:06 +01:00
c931b92a8e Detect WMA File Decoder component at runtime + suggest download if not installed. 2010-12-12 13:44:11 +01:00
640fa19f09 Implemented function to download and install the WMA File Decoder. Support for WMA files has not been implemented yet though. 2010-12-12 01:49:07 +01:00
4650e02aac Installer localization. Only English and German at this time. 2010-12-11 23:17:21 +01:00
9cbb8b0d73 Try to suggest a useful name for new folders. 2010-12-10 22:57:48 +01:00
18bed9ea38 Added a system tray icon. 2010-12-10 22:17:44 +01:00
6491965610 Add items to the playlist in the order the jobs are created, rather than in the order the jobs finish. As the jobs are created in source list order (but may finish in arbitrary order) this should result in "correct" playlist order. 2010-12-10 21:24:42 +01:00
28e5f4c2c3 Fixed a typo. 2010-12-08 22:13:03 +01:00
e163a80467 Implement a method that will detect the TEMP folder independent from the %TMP% environment variable on Windows XP (and probably also 2000) too. 2010-12-08 20:53:30 +01:00
6a12462e50 More update manager UI improvements. 2010-12-08 20:52:18 +01:00
65482fb2e8 Fix a problem that will cause our CLI tools from working, introduced in Git-40b03002848cad7a745dc445e846c77cb451d89b. 2010-12-08 18:29:31 +01:00
9f1f8e8f4b Rebuilt the web-update tool with the Unicode version of NSIS. 2010-12-08 00:36:38 +01:00
40b0300284 Implemented a method to "detect" the user's TEMP folder that doesn't depend on the %TMP% environment variable. QDir::temp() internally uses GetTempPath(), which *does* depend on %TMP%. 2010-12-07 22:58:28 +01:00
801500ce94 Avoid using absolute file names with WGet/GnuPG, as they don't support Unicode file names. Instead we switch the working directory *before* calling WGet/GnuPG and pass the file's name only. 2010-12-06 22:25:20 +01:00
24da769a6d Use a more efficient method to update the progress model when new jobs are added + slightly improve auto updater. 2010-12-06 18:29:34 +01:00
c2f132007f Added support for Windows 7 taskbar features (progress and overlay icons). 2010-12-05 23:11:03 +01:00
be4ce0d81c Added AAC encoding support. 2010-12-03 23:01:17 +01:00
2e8d730304 Improve "About" dialog. 2010-12-03 20:26:34 +01:00
86785b8b44 Update FAAD build. Fixed a potential buffer overflow. 2010-12-03 14:02:47 +01:00
0a13d81bf3 Added a custom build of FAAD with proper Unicode support. 2010-12-03 02:26:10 +01:00
44c5c7e56c Workaround for lack of proper Unicode support in AAC decoder. 2010-12-02 23:59:43 +01:00
d6e5b9e069 AAC decoding support added. 2010-12-02 23:26:30 +01:00
6eb959e406 Added support for dedicated decoders. Only Vorbis and MP3 so far. 2010-12-01 23:14:47 +01:00
c77efc9bdf Update web-updater binary. 2010-11-30 22:10:48 +01:00
2105951626 Fix installer version info. 2010-11-29 22:06:54 +01:00