Commit Graph

239 Commits

Author SHA1 Message Date
31dfac8eb6 Updated Simplified Chinese translation, thanks to 庄泓川 <kidneybean@pku.edu.cn>. 2017-04-07 20:53:54 +02:00
2350b42dd5 Translation files updated. 2017-03-28 21:24:40 +02:00
8e526fbb0a Fixed output path generation: Applying MUtils::clean_file_path() on the complete output path is *not* sufficient, as it doesn't catch path separators introduced by the rename pattern. We need to explicitly apply MUtils::clean_file_name() on the file name part. 2017-03-12 21:14:56 +01:00
d50dea8a12 Rescale dialog size according to DPI scaling level. 2017-03-03 22:44:16 +01:00
ebb8c5f2c0 Re-organized project directory structure. 2016-12-20 20:32:59 +01:00
06f97b8a1f Some refinement of "About" dialog. 2016-11-18 20:45:22 +01:00
cde1950dde Fixed a bug that would cause the encoding job to fail, when an audio filter is *skipped*. If a filter is skipped, it did *not* write an output file. However, before this fix, the ProcessThread would try to continue with the (empty) output file, resulting in the subsequent encoder invocation to fail. 2016-11-12 16:49:29 +01:00
2026be82dd Don't apply "downmix" filter on Mono or Stereo sources. Always apply when channel count is undetermined. 2016-11-12 16:06:04 +01:00
d3df588595 Updated Polish translation. Thanks to Sir Daniel K <sir.daniel.k@gmail.com>. 2016-11-05 12:53:28 +01:00
65b67830f6 Updated French translation. Thanks to Sami Ghoul-Duclos <samgd14@live.ca>. 2016-08-14 22:34:33 +02:00
6b24eadd1b Translation files updated. 2016-07-17 20:31:07 +02:00
a9fc466e42 Some code refactoring. 2016-05-27 14:24:22 +02:00
dabe453527 Improved the Update dialog in order to accommodate for the latest MUtils changes. 2016-04-23 13:34:45 +02:00
caf7bf52a5 Polish translation: Fixed typo (thanks to mak003 <mak003@o2.pl>). 2016-03-28 21:16:03 +02:00
ce742f7b99 Fixed QAAC built-in resampling + improved QAAC encoder detection. 2016-01-30 19:00:37 +01:00
e6a1fec9a4 Updated Italian translation. Thanks to Gianluca Papi <johnnyb.goode68@gmail.com>. 2015-11-19 22:36:15 +01:00
83ef96701a Added an "advanced" option to apply the original file's "creation" and "last modified" date/time to the output file. 2015-11-07 21:39:33 +01:00
a1a2d63c42 Set creation/modified time of the encoded file the same value as the original file's creation/modified time.
TODO: Make this an option!
2015-10-25 16:19:45 +01:00
cabe1b3fca Removed project/solution files for VS2012. 2015-10-24 13:46:11 +02:00
6d47b53f1d Bump version. 2015-10-23 21:19:34 +02:00
94e8b2c4fc Updated Polish translation. Thanks to Sir Daniel K <sir.daniel.k@gmail.com>. 2015-10-15 20:40:44 +02:00
fe0841fae8 Some documentation updates. 2015-08-22 15:12:50 +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
b59365eb56 Enable VBR-mode '5' for FDK AAC encoder (previous version was restricted to 1-4). 2015-05-29 19:07:44 +02:00
c7be996b47 Make it possible to select *multiple* items on the source files tab (only contiguous items, at this time). 2015-05-24 21:32:34 +02:00
6f751b516c Some more code refactoring. 2015-05-23 12:43:06 +02:00
ea34f7b7e5 Some code clean-up. 2015-05-22 19:37:45 +02:00
a7ead8589e Updated Simplified Chinese translation, thanks to <kidneybean@sohu.com>. 2015-05-20 22:52:40 +02:00
f2dae69676 Added detection of 64-Bit QAAC encoder + fixed a regression in def8a9cd6e. 2015-05-12 00:29:17 +02:00
a70919dcbe Actually make overwriting the file extensions by custom value work. 2015-05-10 19:52:07 +02:00
def8a9cd6e Implemented file extension replacement model + moved extension() function from AbstractEncoder class to AbstractEncoderInfo class. 2015-05-10 16:34:07 +02:00
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
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
99b68fcccb Added optional support for the libfdk-aac encoder, using the fdkaac front-end by nu774. 2015-04-24 20:36:05 +02:00
7f1d9c3b91 Updated Italian translation. Thanks to Motenai Yoda <diofa@freemail.it>. 2015-04-23 23:38:47 +02:00
8c5ff3d80d Added Hungarian translation, thanks to Zityi's Translator Team <zityisoft@gmail.com>. 2015-04-08 21:50:41 +02:00
141190f695 Updated Polish translation. Thanks to Sir Daniel K <sir.daniel.k@gmail.com>. 2015-03-23 21:53:09 +01:00
5b1b612775 Added support for DynamicAudioNormalizer normalization filter. 2015-03-21 19:06:55 +01:00
5ef732663e Updated Polish translation. Thanks to Sir Daniel K <sir.daniel.k@gmail.com>. 2015-01-04 17:21:47 +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
1988aea0b4 Updated translation files. 2014-12-21 22:39:15 +01:00
0d583cd711 Added Windows 10 compatibility manifest. 2014-11-12 16:19:31 +01:00
0a65e42012 Fixed potential crash when trying to import Cue Sheet where *all* files are missing: If none of the files exist, we shouldn't try to analyze them. The real problem, however, was a potential NULL-pointer access in the FileAnalyzer thread's destructor code. Thanks to XhmikosR for reporting! 2014-08-16 14:45:18 +02:00
c4414e1802 Added web-link to bug-tracker on GitHub. 2014-06-27 21:06:33 +02:00
9dd4302d94 Updated translation files. 2014-06-27 16:41:32 +02:00
21498ebc80 Updated OggEnc2 binaries to v2.87 using libvorbis v1.3.4 and aoTuV v6.03_2014 (2014-06-24), compiled with MSVC 9.0 and ICL 14.0. 2014-06-26 00:10:30 +02:00
b7b4fa31bd Tweaked LAME algorithm quality modes a bit. 2014-05-30 16:50:41 +02:00
4accd22659 Make sure we don't try to delete the input file when running in "overwrite existing file" mode and the input/output happen to be identical. 2014-05-28 16:49:58 +02:00