|
ca06a8e59b
|
Load resources from separate RCC file in *non*-static builds.
|
2017-08-16 23:07:28 +02:00 |
|
|
7f73661161
|
Some tweaks to output file name generation. This should preserve original file names containing multiple dot (.) characters right before the file extension.
|
2017-08-15 22:47:09 +02:00 |
|
|
9cf4f90762
|
Added project/solution files for VS2017.
|
2017-08-15 20:46:18 +02:00 |
|
|
412902cc36
|
Bump version.
|
2017-06-11 13:35:25 +02:00 |
|
|
b6de46509f
|
Bump version.
|
2017-05-31 20:59:05 +02:00 |
|
|
f636aa3bee
|
Updated Opus encoder/decoder libraries v1.2-beta (2017-05-26) and Opus-Tools to v0.1.10 (2017-05-25).
|
2017-05-28 20:42:22 +02:00 |
|
|
097cc96342
|
Bump version.
|
2017-05-14 14:07:09 +02:00 |
|
|
be4ff8832e
|
Bump version.
|
2017-05-08 21:32:03 +02:00 |
|
|
fa92f086e4
|
Updated Opus encoder/decoder libraries v1.2-alpha2 (2017-05-06). Re-built to fix a problem with "i686" build on the processor without SSE/SSE2 support.
|
2017-05-06 22:25:29 +02:00 |
|
|
3f86ca7ad0
|
Updated Opus encoder/decoder libraries v1.2-alpha2 (2017-05-05).
|
2017-05-05 21:35:16 +02:00 |
|
|
1f27d49c85
|
Updated MediaInfo binaries to v0.7.95 (2017-05-04), compiled with ICL 17.0 and MSVC 12.0.
|
2017-05-04 22:28:51 +02:00 |
|
|
fcaf6f6081
|
Updated Monkey's Audio binaries to v4.25 (2017-03-12), compiled with ICL 17.0 and MSVC 14.0.
|
2017-04-27 19:53:08 +02:00 |
|
|
bbbc4cdb27
|
Renamed all "i386" binaries to "i686", which better matches the actual supported CPUs.
|
2017-04-23 19:25:28 +02:00 |
|
|
0852346262
|
Updated mpg123 decoder binary to v1.24.0 (2017-03-02), compiled with GCC 6.3.0.
|
2017-04-22 22:07:39 +02:00 |
|
|
70c3237163
|
Improved mpg123 file type detection. Before MPEG "Version 2.5" was not detected.
|
2017-04-22 16:00:23 +02:00 |
|
|
d8c0aa2c8e
|
Updated MediaInfo binaries to v0.7.94+ (2017-04-21), compiled with ICL 17.0 and MSVC 12.0.
|
2017-04-22 14:21:26 +02:00 |
|
|
7a4f340975
|
Switch to using QAtomicInc instead of "volatile" flags in more places.
|
2017-04-19 23:54:00 +02:00 |
|
|
15f706cad1
|
Small installer tweak
|
2017-04-18 23:25:17 +02:00 |
|
|
a0992d475e
|
Switch to using QAtomicInc for abort flags.
|
2017-04-18 21:05:28 +02:00 |
|
|
59d99afe8e
|
Some improvements to LockedFile class.
|
2017-04-16 23:59:11 +02:00 |
|
|
a9632ce45e
|
Updated SoX binary to v14.4.2-Final (2015-02-22), including Dynamic Audio Normalizer effect v2.10 (2017-04-14), compiled with ICL 17.0 and MSVC 14.0.
|
2017-04-16 16:48:21 +02:00 |
|
|
68806eefb1
|
Adapted for latest MUtils changes in clean_file_name() function. The "pretty" parameter is now used/required.
|
2017-04-09 19:17:00 +02:00 |
|
|
9a8d511c12
|
Bump version.
|
2017-04-07 21:22:44 +02:00 |
|
|
9a85c1d1dd
|
Adapted for the latest MUtils library changes.
|
2017-04-07 20:49:12 +02:00 |
|
|
19ab562c58
|
Updated changelog.
|
2017-04-02 14:14:10 +02:00 |
|
|
e82268ac8a
|
Updated the NC binary, re-compiled form latest sources with GCC v6.3.0.
|
2017-04-02 13:53:05 +02:00 |
|
|
a3ffa83971
|
Cancel update checker thread when user presses Esc button.
|
2017-03-28 21:12:02 +02:00 |
|
|
f5e0cefc9b
|
Updated FAAD decoder to v2.7 from CVS in order to include latest libFAAD fixes (2016-11-11).
|
2017-03-26 17:27:08 +02:00 |
|
|
010e88965c
|
Updated MediaInfo binaries to v0.7.93 (2017-02-28), compiled with ICL 17.0 and MSVC 12.0.
|
2017-03-25 14:49:22 +01: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 |
|
|
33f5a3badf
|
Bump release year.
|
2017-03-12 12:12:49 +01:00 |
|
|
d50dea8a12
|
Rescale dialog size according to DPI scaling level.
|
2017-03-03 22:44:16 +01:00 |
|
|
c423797d3d
|
Bump version.
|
2017-02-20 21:56:30 +01:00 |
|
|
465571eb01
|
Updated Simplified Chinese translation, thanks to 庄泓川 <kidneybean@pku.edu.cn>.
|
2017-02-11 17:52:26 +01:00 |
|
|
850a2334c5
|
Bump version.
|
2016-12-26 15:43:13 +01:00 |
|
|
13cc4c2adf
|
Adapt for latest MUtils changes.
|
2016-12-26 00:58:49 +01:00 |
|
|
a39592ff8a
|
Adapt for latest MUtils changes.
|
2016-12-23 22:19:21 +01:00 |
|
|
c3ec5a3612
|
Updated MediaInfo binaries to v0.7.91 (2016-11-30), compiled with ICL 17.0 and MSVC 12.0.
|
2016-12-22 23:30:54 +01:00 |
|
|
ebb8c5f2c0
|
Re-organized project directory structure.
|
2016-12-20 20:32:59 +01:00 |
|
|
1ff5e1ca07
|
Some fixes to adapt for latest MUtils changes.
|
2016-12-19 21:17:41 +01:00 |
|
|
ad1e4fca5c
|
Bump version.
|
2016-12-15 00:27:39 +01:00 |
|
|
3b75ee8183
|
Set version info for SFX wrapper executable.
|
2016-11-23 20:13:21 +01:00 |
|
|
1fe7422dab
|
Bump version.
|
2016-11-19 14:23:35 +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 |
|
|
64272450c6
|
Extended AbstractEncoder::encode() interface to pass the number of channels to the encoder implementation.
|
2016-11-12 14:57:58 +01:00 |
|
|
bdc749aec6
|
Updated Opus encoder/decoder libraries v1.2-alpha and Opus-Tools to v0.1.9-Git (2016-11-04).
|
2016-11-05 13:11:23 +01:00 |
|
|
e9f9d1326c
|
Updated Opus encoder/decoder libraries v1.2-alpha and Opus-Tools to v0.1.9-Git (2016-11-02).
|
2016-11-02 20:19:50 +01:00 |
|
|
5b42c842f3
|
Updated Opus encoder/decoder libraries v1.1.3-Git and Opus-Tools to v0.1.9-Git (2016-10-30).
|
2016-10-30 19:23:49 +01:00 |
|