Commit Graph

366 Commits

Author SHA1 Message Date
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
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
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
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
f89baebd71 Manual: Documented the available command-line parameters. 2015-01-04 18:30:31 +01:00
b28d763cc4 Documentation updates. 2015-01-02 23:42:19 +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
7df0cb2570 Manual: Same small fixes. 2014-12-28 22:01:42 +01:00
de911258ec Manual: Added some topics the the FAQ section. 2014-12-28 21:51:19 +01:00
a1ebfb3226 Manual: Extended the Anti-Virus Notes. 2014-12-27 21:24:15 +01:00
b3ad9bad03 Manual: Added Anti-Virus Notes. 2014-12-27 05:50:25 +01:00
ed84360a49 Documentation: Formatting fixes. 2014-12-27 00:08:56 +01:00
e382ed8b63 Documentation: Overhauled the "Introduction" chapter + added "Portable Mode" chapter. 2014-12-26 22:33:33 +01:00
b0af060ef6 Improved initialization of the AAC encoders. 2014-12-25 00:47:34 +01:00
dbe91770e9 Manual: Completed the QAAC install instructions. 2014-12-24 20:48:23 +01:00
8705873533 Manual: Added QAAC install instructions. 2014-12-24 17:50:16 +01:00
5562c28f94 Small documentation update. 2014-12-23 15:34:53 +01:00
9a7bf8d23d Manual: Added installations instructions for the ZIP package. 2014-12-23 15:10:05 +01:00
3560310e46 Added installation guide for the setup program. 2014-12-23 14:21:23 +01:00
478398fd68 Manual: Added installations instructions for AAC encoder. 2014-12-22 20:51:16 +01:00
902e45984f Manual: Completed the "Tutorial" section. 2014-12-22 19:44:41 +01:00
0728e01bce Manual: Added the "Tutorial" chapter. Not completed yet. 2014-12-22 16:30:18 +01:00
7384bc7000 Simplified "paths" or "mkdocs" paths. 2014-12-22 14:44:09 +01:00
2d9eee5121 Simplified license addendum. 2014-12-21 22:50:18 +01:00
29bb0edf86 Documentation updates. 2014-12-21 22:38:42 +01:00
53034230e4 Started porting the LameXP documentation to Pandoc/Markdown. 2014-12-21 18:38:47 +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
f9c90c225e Updated FAQ document. 2014-08-11 13:38:23 +02:00
7babc90982 Fixed a typo. 2014-07-14 15:50:39 +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
f743a37066 Removed the BerliOS mirror, one and for all, because it no longer exists! 2014-06-23 17:42:25 +02:00
16e40f2bf2 Updated F.A.Q. document and Changelog. 2014-05-30 18:06:16 +02:00
9b34076d55 Added some info on the situation of Windows XP. 2014-05-21 15:23:12 +02:00