d13050c3dbAdded "Resample" filter, based on SoX. Used for encoders that don't support "native" resampling. Also added a "Tone Adjustment" filter, based on SoX too.lordmulder2011-01-26 20:16:46 +01:00
2e483cfebaPrepare UI for "volume normalization" filter.lordmulder2011-01-24 01:13:08 +01:00
fb707cb257Added 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!lordmulder2011-01-24 00:04:07 +01:00
dcf4181974Make sampling rate option work with Vorbis encoder.lordmulder2011-01-23 23:03:44 +01:00
7e44c69c03Actually make the Nero AAC Profile/2-Pass options work. Also make the MP3 Channel Mode and Sampling Rate options work.lordmulder2011-01-23 02:19:18 +01:00
fe7a8064c7Better method to detect process elevation. This hopefully prevents that the process from being detected as "elevated" on Vista+ systems that have UAC disabled.lordmulder2011-01-03 22:24:58 +01:00
3b598fbdf9Allow to select multiple files in non-native FileOpen dialog.lordmulder2011-01-02 22:04:45 +01:00
1c9cb08b75Workaround for Qt bug: Don't use "native" FileOpen dialog when Themes are disabled.lordmulder2011-01-02 21:46:36 +01:00
8f4fae7fdaTry to detect "Disable visual themes" + four new strings to translatelordmulder2011-01-02 20:47:26 +01:00
b964c3a53bAdded a blank TS file for translators.lordmulder2011-01-02 04:19:01 +01:00
6bd2859dfdWorkaround to make installer work on Win2k. The "LockedList" Plug-in goes crazy on Win2k. On WinXP and Win7 all is fine, so we only use LockedList on WinXP+.lordmulder2010-12-22 21:09:33 +01:00
10cffb46e5Added 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.lordmulder2010-12-19 21:23:43 +01:00
fc148e5e65Implement filter framework + currently only the "downmix" filter is implemented, so we can support multichannel to MP3 encoding from now on.lordmulder2010-12-19 00:50:22 +01:00
33974146e6Prevent multiple instances of (un)installer.lordmulder2010-12-14 02:02:23 +01:00
063c53017fAdded 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.lordmulder2010-12-14 01:25:13 +01:00
3df600288a(Un)installer improvements. Now using LockedList plugin to find running instances.lordmulder2010-12-12 21:43:59 +01:00
0534264be0WMA 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.lordmulder2010-12-12 19:25:06 +01:00
c931b92a8eDetect WMA File Decoder component at runtime + suggest download if not installed.lordmulder2010-12-12 13:44:11 +01:00
640fa19f09Implemented function to download and install the WMA File Decoder. Support for WMA files has not been implemented yet though.lordmulder2010-12-12 01:49:07 +01:00
4650e02aacInstaller localization. Only English and German at this time.lordmulder2010-12-11 23:17:21 +01:00
6491965610Add 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.lordmulder2010-12-10 21:24:42 +01:00