Commit Graph

738 Commits

Author SHA1 Message Date
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
39356690db Update installer script. 2011-02-21 13:25:02 +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
c8b16ace28 Actually enable Russian translation in installer. 2011-02-18 21:42:32 +01:00
26af882003 Added Russian translation by Neonailol <neonailol@gmail.com>. 2011-02-18 20:14:45 +01:00
710b56b69e Fixed a typo. 2011-02-18 16:57:15 +01:00
5ddbd0275b Fixed a typo. 2011-02-18 16:36:30 +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
f412e041e9 Updated Spanish translation. Thanks to Rub3nCT <Rub3nCT@gmail.com>. 2011-02-15 00:28:41 +01:00
34069a7b6c Updated Spanish translation. Thanks to Rub3nCT <Rub3nCT@gmail.com>. 2011-02-15 00:02:03 +01:00
5713a9bf8c Added FAQ document. 2011-02-14 23:37:48 +01:00
b66f791387 Fix installer language files. 2011-02-14 20:26:45 +01:00
bdfb6c712f Updated the changelog. Also updated installer to include changelog. 2011-02-14 20:10:26 +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
d32ffdf542 Updated the changelog. 2011-02-13 23:56:25 +01:00
36f9405269 Added changelog. 2011-02-13 15:32:34 +01:00
1a027fb1e7 Only check for "beta" updates when using a pre-release build. 2011-02-12 22:17:42 +01:00
cdf9ac9b54 Fix typos. 2011-02-12 22:17:01 +01:00
588aab5c20 Small update to translator's guide. 2011-02-11 23:46:04 +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
fb77806ada Removed installer workaround for a bug of the LockedList plug-in on Win2k, as the bug has finally been fixed. 2011-02-07 22:07:24 +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
2b621421a2 Fix for previous updated to Spanish translation. Thanks to Rub3nCT <Rub3nCT@gmail.com>. 2011-02-02 00:19:48 +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