5d3ff699da
Monkey's Audio: Don't call "tag" program, if there is *no* meta-data to be embedded, because it will fail (bug probably existed since MAC encoding support was added)
...
Nero AAC: Don't call neroAacTag, if there is *no* meta-data to be embedded (neroAacTag doesn't fail in this case, but it would be a pointless call anyway)
2015-10-24 13:43:25 +02:00
2db74fad61
Added script for creating "all inclusive" source packages.
2015-10-24 11:34:55 +02:00
6d47b53f1d
Bump version.
2015-10-23 21:19:34 +02:00
d635156dc2
Updated project/solution file for VS2012.
2015-10-23 21:02:05 +02:00
21be1c865c
Updated list of mirrors.
2015-10-23 20:02:51 +02:00
908bc30ffa
Updated CHANGELOG file.
2015-10-23 18:18:08 +02:00
bd3695f2e0
Updated project file for VS2010.
2015-10-23 18:17:49 +02:00
62098b049e
Small installer fix.
2015-10-23 18:17:26 +02:00
d8cb000231
Un-installer: Also remove the shell integration.
2015-10-20 22:01:39 +02:00
e2613988ea
Make QAAC use "--cvbr" instead of "--abr" when ABR mode has been selected.
2015-10-18 14:59:17 +02:00
ceb86346e0
Minor installer fix.
2015-10-17 13:22:29 +02:00
cf85dd8300
Now using the MT tool for embedding the Manifest.
2015-10-15 21:20:06 +02:00
94e8b2c4fc
Updated Polish translation. Thanks to Sir Daniel K <sir.daniel.k@gmail.com>.
2015-10-15 20:40:44 +02:00
a1f5e30475
Added missing build tools.
2015-10-14 21:22:51 +02:00
c33a853aae
Silenced some DEBUG outputs.
2015-10-11 17:32:42 +02:00
e0aa7b2ed8
Updated 'cecho' tool to the latest version.
2015-10-11 15:50:09 +02:00
67be82e1cd
Bump version.
2015-10-10 17:43:33 +02:00
acc791529b
Manually add Windows 10 compat manifest to the installer, to make Aero plug-in work correctly on Windows 10.
2015-10-10 15:56:33 +02:00
4760d6e756
Removed some Debug outputs.
2015-09-30 21:03:50 +02:00
5857b9f669
Updated Simplified Chinese translation, thanks to <kidneybean@pku.edu.cn>.
2015-09-28 22:51:12 +02:00
e21ee2f7ae
Some code refactoring.
2015-08-31 22:53:19 +02:00
3eb911fac9
Updated project/Solution file for VS2010.
2015-08-30 14:31:41 +02:00
1714af0a4d
Refactored the "LockedFile" class + moved hash computation to a separate class, for clarity.
2015-08-30 13:47:08 +02:00
9a00f1ce23
Updated WavPack decoder binary to v4.75.0 (2015-05-25), compiled with ICL 15.0 and MSVC 12.0.
2015-08-29 16:53:20 +02:00
845968a99c
Updated Monkey's Audio binaries to v4.16 (2015-03-24), compiled with ICL 15.0 and MSVC 12.0.
2015-08-29 15:44:21 +02:00
281c94026d
Explicitly pass MIME type to OpenEnc when adding cover artwork via "--picture" option.
2015-08-27 22:52:00 +02:00
6bc9126295
Updated MediaInfo binaries to v0.7.76 (2015-08-06), compiled with ICL 15.0 and MSVC 12.0.
2015-08-26 22:08:00 +02:00
7d71579976
Bump version.
2015-08-24 22:53:35 +02:00
b812f42efd
Updated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>.
2015-08-24 22:12:28 +02:00
c28c8363d0
Merge branch 'master' of github.com:lordmulder/LameXP
2015-08-24 22:10:27 +02:00
3b723377d9
Updated public software signing key.
2015-08-24 22:08:57 +02:00
arestarh
bb57af2a70
Updated Ukrainian translation.
2015-08-23 11:25:45 +03:00
fe0841fae8
Some documentation updates.
2015-08-22 15:12:50 +02:00
0bc5667776
Small installer tweak.
2015-08-22 15:11:47 +02:00
1062ecf3ce
Some more installer tweaks.
2015-08-20 21:01:34 +02:00
f663dcc75f
Enable the embedding of cover artwork for the Opus encoder, using the "--picture" parameter.
2015-08-19 22:49:43 +02:00
cd1bb73a93
Updated Web Updater binary. Again.
2015-08-19 22:47:52 +02:00
49c6ecd27e
Updated Web Updater binary. Now takes an additional "Checksum" argument.
2015-08-16 16:25:02 +02:00
72feb3b2dc
Fixed link to Qt Linguist guide.
2015-08-15 17:13:22 +02:00
4c6c66dd23
Updated OggEnc2 binaries to v2.87 using libvorbis v1.3.5 and aoTuV v6.03_2015 (2014-08-03), compiled with MSVC 9.0 and ICL 15.0.
2015-08-15 16:49:03 +02:00
70d6b28b8e
Updated mpg123 decoder binary to v1.22.4 (2015-08-12), compiled with GCC 5.1.0.
2015-08-15 16:47:34 +02:00
31efcf8e51
Installer: Moved clean-up code to a separate section.
2015-08-11 22:21:26 +02:00
9e5adf34b3
Updated build script and installer to better support multiple versions of Visual Studio.
2015-08-11 22:10:00 +02:00
02495f8856
Fixed a possible use-after-free bug in initialization code.
2015-08-07 01:57:28 +02:00
1c621dff07
Added project/solution files for VS2015 + some build fixes for VS2015.
2015-08-06 21:38:45 +02:00
3d817ff5ed
Fixed include paths.
2015-08-06 21:09:22 +02:00
5dfedc150d
Some improvements to ShellExtension *removal* code.
2015-08-06 21:08:48 +02:00
df44d9b2d8
Check if registry key for file extension exists, before trying to actually read it. Avoids warning in the case when key doesn't exist.
2015-07-26 15:08:27 +02:00
6c59b4caf6
Fixed regression in 027f4d519d
: If no existing file type was associated with a supported file extension, then the LameXP type wasn't associated with that extension correctly.
2015-07-26 14:19:40 +02:00
73cc7b937d
Updated changelog.
2015-07-24 22:29:27 +02:00