Commit Graph

1122 Commits

Author SHA1 Message Date
e35aff3907 Actually make RegExp-based file renaming work. 2015-05-09 23:33:07 +02:00
effb417eb5 Some initial work for improved file renaming support. 2015-05-09 17:28:56 +02:00
2e89c1fe77 Updated Italian translation. Thanks to Motenai Yoda <diofa@freemail.it>. 2015-05-04 23:01:13 +02:00
9e51a486ec Correctly restore the default TEMP folder, if custom TEMP folder doesn't exist anymore. 2015-05-04 22:45:06 +02:00
eced84de40 Fixed Hungarian installer translation file. 2015-05-04 22:17:56 +02:00
3b5ff71a27 Various improvements to ShellIntegration code. 2015-05-03 21:35:22 +02:00
027f4d519d ShellExtension: Use MUtilities library for the registry operations. 2015-05-03 18:16:34 +02:00
04328154fa Some improvements on AAC Encoders initialization code. 2015-05-03 17:03:15 +02:00
b78a470878 Added missing source code files to Git repo. 2015-05-02 12:01:31 +02:00
2745904b28 Parallel initialization of optional AAC encoders + massive code refactoring in AAC encoder initialization code. 2015-04-26 17:27:36 +02:00
99b68fcccb Added optional support for the libfdk-aac encoder, using the fdkaac front-end by nu774. 2015-04-24 20:36:05 +02:00
3deacf11df Fixed potential deadlock (infinite loop) in Cue Sheet import dialog when "Browse..." button is clicked. 2015-04-23 23:41:36 +02:00
5380c95ec2 Updated ALAC decoder binary to refalac v1.47, based on ALAC reference implementation by Apple (Apache License). 2015-04-22 21:00:42 +02:00
2c4a64aaf5 Added Hungarian translation, thanks to Zityi's Translator Team <zityisoft@gmail.com>. 2015-04-13 23:35:23 +02:00
833fa84f2b Removed some old cruft. 2015-04-11 12:49:17 +02:00
39750d8c5b Optimized PNG files with PNGGauntlet + zopflipng. 2015-04-10 00:28:43 +02:00
XhmikosR
11d3ff0cc9 Pass value by reference. 2015-04-09 19:41:44 +03:00
XhmikosR
4865e7696a Remove extra qualification. 2015-04-09 19:41:43 +03:00
8c5ff3d80d Added Hungarian translation, thanks to Zityi's Translator Team <zityisoft@gmail.com>. 2015-04-08 21:50:41 +02:00
22c5b7b3d9 Bump version. 2015-04-08 21:49:06 +02:00
619b25fc6c Bump version. 2015-04-05 18:35:41 +02:00
4d5a619520 Updated Nero AAC url. 2015-04-05 15:07:29 +02:00
9fbfd7bb51 Added a few missing translation strings (mostly done by Google Translator). 2015-04-05 14:53:12 +02:00
a663834cd8 Small code clean-up. 2015-04-01 21:11:09 +02:00
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
f5ac81da8f Updated project/solution files for Visual Studio 2012. 2015-03-29 20:46:09 +02:00
d1e4e2ed2d Updated credentials for Åke Engelbrektson. 2015-03-29 16:59:20 +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
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
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
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
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
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
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
9172b19ad3 Removed static plugin initialization code, because MUtilities library does that now + updated Changelog file. 2015-01-01 22:12:11 +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
c5523fe1e0 Added menu entry for the User's Manual + improved code for opening document links. 2014-12-26 00:42:53 +01:00
b0af060ef6 Improved initialization of the AAC encoders. 2014-12-25 00:47:34 +01:00
dadeaec582 Some more updates of the deployment scripts. 2014-12-22 23:38:23 +01:00
0728e01bce Manual: Added the "Tutorial" chapter. Not completed yet. 2014-12-22 16:30:18 +01:00