Commit Graph

1492 Commits

Author SHA1 Message Date
28f6705699 Updated project/solution files for Visual Studio 2010. 2015-03-30 21:11:27 +02:00
31fcdc1385 Updated OggEnc2 binaries to v2.87 using libvorbis v1.3.4 and aoTuV v6.03_2014 (2014-07-03), compiled with MSVC 9.0 and ICL 15.0. 2015-03-30 20:27:36 +02:00
31c51913c1 Updated OggDec binaries to v1.10.1 using libvorbis v1.3.5 (2015-03-19), compiled with MSVC 9.0. 2015-03-30 20:27:14 +02:00
f5ac81da8f Updated project/solution files for Visual Studio 2012. 2015-03-29 20:46:09 +02:00
dc0a9970a1 Build fix: Added two missing .qrc files. 2015-03-29 18:15:42 +02:00
b0f52ee1a0 Updated Opus Tools patch file. 2015-03-29 17:44:34 +02:00
d1e4e2ed2d Updated credentials for Åke Engelbrektson. 2015-03-29 16:59:20 +02:00
9f6445d9c3 Updated Korean translation. Thanks to JaeHyung Lee <kolanp@gmail.com>. 2015-03-29 16:56:21 +02:00
a784ca46a6 Updated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>. 2015-03-29 15:31:10 +02:00
arestarh
4be8fd8c1a Merge branch 'master' of github.com:lordmulder/LameXP 2015-03-28 18:01:40 +02:00
arestarh
7e5aa1df85 Updated Ukrainian translation. 2015-03-28 17:59:53 +02:00
3e7c3c8a8a Bump version. 2015-03-28 13:03:25 +01:00
31878cb21b Updated Opus encoder/decoder libraries v1.1.x and Opus-Tools v0.1.9 to latest Git Master (2015-03-26). 2015-03-27 22:04:12 +01:00
deeb63c1bf Updated Simplified Chinese translation, thanks to <kidneybean@sohu.com>. 2015-03-23 21:54:10 +01:00
34f572e205 Updated Swedish translation. Thanks to Åke Engelbrektson <eson57@gmail.com>. 2015-03-23 21:53:37 +01:00
141190f695 Updated Polish translation. Thanks to Sir Daniel K <sir.daniel.k@gmail.com>. 2015-03-23 21:53:09 +01:00
806a68e0dd Updated Korean translation. Thanks to JaeHyung Lee <kolanp@gmail.com>. 2015-03-23 01:05:58 +01:00
44a206d739 Improved the WaveDecoder to do proper progress reporting. 2015-03-22 21:33:15 +01:00
5b1b612775 Added support for DynamicAudioNormalizer normalization filter. 2015-03-21 19:06:55 +01:00
80995537c2 Updated SoX binary to v14.4.2-Final (2015-02-22), compiled with ICL 15.0 and MSVC 12.0. 2015-03-21 19:05:44 +01:00
36a381dacd Small installer tweak. 2015-02-26 22:25:28 +01:00
56d09ba4f3 Updated mpg123 decoder binary to v1.22.0 (2015-02-24), compiled with GCC 4.9.2. 2015-02-26 21:52:51 +01:00
2fa160f568 Updated Swedish translation. Thanks to Åke Engelbrektson <eson57@gmail.com>. 2015-02-22 13:42:19 +01:00
4fbfa5d085 Updated Korean translation. Thanks to JaeHyung Lee <kolanp@gmail.com>. 2015-02-22 13:41:37 +01:00
887329c576 Updated changelog and bump version. 2015-02-17 20:59:52 +01:00
c20929cb20 Updated LockedFile class for latest MUtilities changes. 2015-02-01 21:11:37 +01:00
f1f5a1eacb Updated IPC handler threads for latest MUtilities changes. 2015-02-01 15:11:07 +01:00
7a86b73a93 Updated MediaInfo binaries to v0.7.72 (2015-01-07), compiled with ICL 15.0 and MSVC 12.0. 2015-01-25 18:42:45 +01:00
f8c12da5a9 Updated mpg123 decoder binary to v1.21.0 (2014-10-11), compiled with GCC 4.9.1. 2015-01-25 18:42:15 +01:00
8870caa6bd Updated FLAC encoder/decoder binaries to v1.3.1 (2014-11-26), compiled with ICL 15.0. 2015-01-24 18:30:15 +01:00
9fd493fea4 Merge branch 'master' of github.com:lordmulder/LameXP 2015-01-14 22:45:29 +01:00
5b145b077f Some documentation updates. 2015-01-14 22:43:28 +01:00
arestarh
8d4d8e4f3b Updated Ukrainian translation. 2015-01-11 19:24:48 +02:00
d92db7d5f9 Ported the changelog to Pandoc format. 2015-01-06 22:48:29 +01:00
88630faf87 Display path with native separators. 2015-01-04 19:41:39 +01:00
f89baebd71 Manual: Documented the available command-line parameters. 2015-01-04 18:30:31 +01:00
5ef732663e Updated Polish translation. Thanks to Sir Daniel K <sir.daniel.k@gmail.com>. 2015-01-04 17:21:47 +01:00
4d898010c0 Some improvements to handling command-line arguments. 2015-01-04 17:04:26 +01:00
6b310b7c05 Much simplified the Wave "decoder". It will now use the MUtilities library to copy the file, rather than SHFileOperation(). For whatever reason, copying a file to a directory via SHFileOperation() prevents that directory from being deleted later. But only when trying to delete that directory from the same process where SHFileOperation() had been called. It can be deleted, e.g., in Windows Explorer just fine - even when the process that called SHFileOperation() is still running. Anyway, we simply avoid SHFileOperation() now. 2015-01-02 23:46:03 +01:00
b28d763cc4 Documentation updates. 2015-01-02 23:42:19 +01:00
e97c047ea3 Some installer fixes. 2015-01-01 22:32:45 +01:00
9172b19ad3 Removed static plugin initialization code, because MUtilities library does that now + updated Changelog file. 2015-01-01 22:12:11 +01:00
0335e8cadc Updated Simplified Chinese translation, thanks to <kidneybean@sohu.com>. 2015-01-01 18:10:50 +01:00
1ea15b179c Happy new year 2015 !!! 2015-01-01 18:06:21 +01:00
96846ef900 Manual: Added some topics the the FAQ section. 2014-12-29 01:34:49 +01:00
7df0cb2570 Manual: Same small fixes. 2014-12-28 22:01:42 +01:00
de911258ec Manual: Added some topics the the FAQ section. 2014-12-28 21:51:19 +01:00
a1ebfb3226 Manual: Extended the Anti-Virus Notes. 2014-12-27 21:24:15 +01:00
b3ad9bad03 Manual: Added Anti-Virus Notes. 2014-12-27 05:50:25 +01:00
ed84360a49 Documentation: Formatting fixes. 2014-12-27 00:08:56 +01:00