Commit Graph

25 Commits

Author SHA1 Message Date
57f851ab69 Happy new year 2018! 2018-01-17 21:18:10 +01:00
fcdb087e20 Code refactoring. 2017-12-11 20:00:50 +01:00
c47a13a494 Small tweak to progress updates. 2017-12-10 22:21:42 +01:00
2a238280a8 Refactored all encoder classes to use awaitProcess() from Tool_Abstract base class. 2017-12-10 21:46:56 +01:00
7288244a27 Refactored all decoder classes to use awaitProcess() from Tool_Abstract base class. 2017-12-10 18:53:47 +01:00
a0992d475e Switch to using QAtomicInc for abort flags. 2017-04-18 21:05:28 +02:00
33f5a3badf Bump release year. 2017-03-12 12:12:49 +01:00
eb8da7b6f9 Happy new year 2016! 2016-01-03 15:53:42 +01:00
a915058dc2 Improved internal decoder interface. 2015-05-18 18:56:33 +02:00
1ea15b179c Happy new year 2015 !!! 2015-01-01 18:06:21 +01:00
c435e4e1c1 Moved translation support into MUtilities library + make clean-up of temporary files work again + various minor fixes. 2014-12-20 23:44:43 +01:00
537ade07f6 More code refactoring and clean-up. 2014-12-19 23:49:11 +01:00
dc98131fd1 Moved various auxiliary macros into the MUtils library. 2014-11-30 21:32:23 +01:00
cc38035087 Happy new year 2014! 2014-01-01 17:05:52 +01:00
7b016d5fec Updated license info. 2013-10-23 22:25:04 +02:00
8a64624ba4 Use the THROW macro instead of plain "throw" in the complete project. 2013-10-18 21:37:40 +02:00
bd0a370aee Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
9b687fff9a Happy New Year 2012! 2012-01-02 00:52:27 +01:00
1a238db3db Update file properties after the decoding step by using SoX in "--i" mode. Required, because some properties (such as 'bits per sample') cannot be known beforehand. 2011-12-22 00:06:34 +01:00
327ca1ae75 Added 'wma2wav' as WMA decoder and removed all support for WMA decoder by NCH Swift Sound. 2011-07-26 22:17:14 +02:00
252d48ed6b Increase process timeout interval to 180 seconds. Should avoid Timeout errors on "very slow" systems, although I think 30 seconds should be sufficient (so the actual problem might be something else). 2011-06-14 13:06:27 +02:00
aa02ad742c Output warning message to the log when a process has to be killed due to a timeout. 2011-02-28 17:53:17 +01:00
96db5e86c2 Happy new year! 2011-01-01 17:04:25 +01:00
658efda273 Filename filter for supported types in "Add file(s)" dialog. 2010-12-20 22:13:01 +01:00
0534264be0 WMA decoding support. Limitations in the WMA decoder we cannot do anything about: WMA decoder doesn't handle Unicode filenames, WMA decoder will deadlock if we more than one instance is running at a time (we use a semaphore to prevent that!) and WMA decoder doesn't output any progress information. 2010-12-12 19:25:06 +01:00