|
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 |
|
|
73cc7b937d
|
Updated changelog.
|
2015-07-24 22:29:27 +02:00 |
|
|
6ddedba33e
|
Updated mpg123 decoder binary to v1.22.2 (2015-05-24), compiled with GCC 5.1.0.
|
2015-07-10 19:10:06 +02:00 |
|
|
8d93069321
|
Some installer updates, especially for /UPDATE mode.
|
2015-06-24 23:44:43 +02:00 |
|
|
509bdeb50a
|
Updated MediaInfo binaries to v0.7.74 (2015-05-25), compiled with ICL 15.0 and MSVC 12.0.
|
2015-06-13 17:19:25 +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 |
|
|
7a13711440
|
Updated GnuPG binary to v1.4.19 (2015-02-27), compiled with GCC 4.9.2.
|
2015-05-14 13:54:29 +02:00 |
|
|
e6edd5a9c1
|
Updated changelog.
|
2015-05-13 23:05:25 +02:00 |
|
|
1949a7d760
|
Updated changelog.
|
2015-05-13 22:50:18 +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 |
|
|
c7b90bf61a
|
Updated MediaInfo binaries to v0.7.73 (2015-04-09), compiled with ICL 15.0 and MSVC 12.0.
|
2015-05-03 17:02:05 +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 |
|
|
e1f558e63b
|
Updated Changelog.
|
2015-04-22 21:04:17 +02:00 |
|
|
8c5ff3d80d
|
Added Hungarian translation, thanks to Zityi's Translator Team <zityisoft@gmail.com>.
|
2015-04-08 21:50:41 +02:00 |
|
|
619b25fc6c
|
Bump version.
|
2015-04-05 18:35:41 +02:00 |
|
|
41d6c376d7
|
Updated Changelog file.
|
2015-04-05 15:07:57 +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 |
|
|
a784ca46a6
|
Updated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>.
|
2015-03-29 15:31:10 +02:00 |
|
|
3e7c3c8a8a
|
Bump version.
|
2015-03-28 13:03:25 +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 |
|
|
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 |
|
|
5b145b077f
|
Some documentation updates.
|
2015-01-14 22:43:28 +01:00 |
|
|
d92db7d5f9
|
Ported the changelog to Pandoc format.
|
2015-01-06 22:48:29 +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 |
|
|
67429fbada
|
Fixed a bug in AbstractTool class that could cause a severe slow-down on process creation, especially with a large number of threads: The same mutex was used in the constructor and the startProcess() function, which is unnecessary anyway. But even worse, there was a sleep() call in the startProcess() function that could *block* the mutex for a very long time! So if the "main" thread tried to create a new object while one of the "worker" threads was sleeping inside startProcess(), this blocked the whole "main" thread. D'oh!
|
2014-12-05 22:39:31 +01:00 |
|
|
db3b152415
|
Added support for Visual Studio 2013 with Update-4.
|
2014-11-19 02:06:42 +01:00 |
|
|
b2be8c9ac0
|
Updated MediaInfo binaries to v0.7.71 (2014-11-09), compiled with ICL 15.0 and MSVC 12.0.
|
2014-11-17 14:51:41 +01:00 |
|
|
add0de2472
|
Overhaul of the Windows version detection code + added support for Windows 10 (Technical Preview).
|
2014-11-12 16:00:40 +01:00 |
|
|
2925f842e7
|
Updated GnuPG binary to v1.4.18 (2014-06-30), compiled with GCC 4.9.1.
|
2014-10-08 23:29:23 +02:00 |
|
|
373702e07e
|
Updated SoX binary to v14.4.2-Git (2014-10-06), compiled with ICL 15.0 and MSVC 12.0.
|
2014-10-06 16:46:41 +02:00 |
|
|
e47206b768
|
Updated MediaInfo binaries to v0.7.70 (2014-09-03), compiled with ICL 15.0 and MSVC 12.0.
|
2014-10-05 21:17:50 +02: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 |
|
|
a32b63a232
|
Updated mpg123 decoder binary to v1.20.1 (2014-06-17), compiled with GCC 4.9.0.
|
2014-06-27 16:20:10 +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 |
|
|
407a606d90
|
Updated Changelog and FAQ document.
|
2014-06-23 17:45:18 +02:00 |
|
|
16e40f2bf2
|
Updated F.A.Q. document and Changelog.
|
2014-05-30 18:06:16 +02:00 |
|
|
92c80cfd46
|
Added compiler detection for Visual Studio 2013 with Update-2.
|
2014-05-19 17:45:45 +02:00 |
|
|
7ec2a8d9d7
|
Updated MediaInfo binaries to v0.7.69 (2014-04-26), compiled with ICL 14.1 and MSVC 12.0.
|
2014-04-28 21:29:23 +02:00 |
|
|
729b386056
|
Updated Qt runtime libraries to v4.8.6 (2014-04-25), compiled with MSVC 12.0.
|
2014-04-25 20:26:31 +02:00 |
|
|
e5b605d1e4
|
Updated Opus encoder/decoder libraries v1.1.x and Opus-Tools v0.1.8 to latest Git Master (2014-04-13).
|
2014-04-13 19:08:38 +02:00 |
|
|
555f8709a6
|
Updated MediaInfo binaries to v0.7.68 (2014-04-08), compiled with ICL 14.1 and MSVC 12.0.
|
2014-04-09 17:09:52 +02:00 |
|
|
a1fea4dae6
|
Updated changelog.
|
2014-02-08 17:34:58 +01:00 |
|
|
b4ee0af400
|
Open development for version 4.10.
|
2014-02-08 17:23:44 +01:00 |
|
|
9f816e9aa6
|
Bump version.
|
2014-01-26 18:31:20 +01:00 |
|
|
59c41854de
|
Updated Changelog.
|
2014-01-19 18:40:33 +01:00 |
|