Commit Graph

1416 Commits

Author SHA1 Message Date
fc8fde9291 Bump version. 2018-10-21 14:51:45 +02:00
3485413e8c Updated changelog + bump version. 2018-10-20 13:07:48 +02:00
392a1af0cc Bump version. 2018-10-17 21:49:31 +02:00
f2083a1e71 Bump version. 2018-10-16 23:18:48 +02:00
92ec2c4767 Updated changelog. 2018-10-15 23:40:48 +02:00
db497292dc Replaced Wget by cURL in order to adapt for recent changes in MUtils library. 2018-10-15 23:32:35 +02:00
f08f0fa659 Updated Opus encoder/decoder libraries (included libopusenc was updated from v0.2 to v0.2.1). 2018-10-14 21:13:04 +02:00
14580f927f Updated Opus encoder/decoder libraries (included libopusenc was updated from v0.2 to v0.2.1). 2018-10-14 21:07:04 +02:00
3c4ed80d72 Updated Opus encoder/decoder libraries to v1.3-RC2 (2018-09-27) and Opus-Tools to v0.2+2 (2018-09-30). 2018-10-03 20:51:04 +02:00
69a105ecf9 Bump version. 2018-09-25 21:06:33 +02:00
a58372aa99 Fixed installer to include *.rcc files, if any. 2018-08-26 19:42:49 +02:00
00e0eb0345 Updated changelog. 2018-08-26 12:33:52 +02:00
457a56ab82 Bump version. 2018-08-06 21:54:43 +02:00
a1f4f80c8d Implemented new "adaptive" Opus bitrate LUT. 2018-07-13 21:59:34 +02:00
73899ea98c Bump version. 2018-07-06 16:49:14 +02:00
5a6dca50f9 Bump version. 2018-06-03 16:18:10 +02:00
aa92ad1d8f Updated Opus encoder/decoder libraries to v1.3-RC-1 (2018-06-01) and Opus-Tools to v0.1.10-71 (2018-04-30). 2018-06-03 16:16:47 +02:00
2158146fe1 Fixed AAC progress indicator. 2018-06-03 16:16:10 +02:00
436c251c4e Downgraded FAAD to from v2.8 to v2.7 for now, because v2.8 is currently broken with certain MP4 files. 2018-06-03 15:45:18 +02:00
2973f92474 Bump version + updated changelog. 2018-05-18 22:19:00 +02:00
1fb5160ec1 Updated file format detection routines. Also fixes WMA and "raw" AAC detection. 2018-05-18 22:17:44 +02:00
2f446a3462 Updated MediaInfo binaries to v18.05 (2018-05-09), compiled with ICL 18.2 and MSVC 15.6. 2018-05-18 22:16:40 +02:00
47135b696a Do *not* try to check the MediaInfo in XML output, if we are using an "external" MediaInfo binary. In that case the expected MediaInfo version is UINT_MAX and the check would always fail. 2018-05-10 17:59:15 +02:00
3141fc6b58 Show the actual Qt build data rather than "package" date. 2018-05-10 17:57:50 +02:00
c7e6f7158d Bump version. 2018-04-30 14:45:12 +02:00
8d45317f48 Some code refactoring in generateOutFileName() function. 2018-04-30 14:35:51 +02:00
cd23e49362 Updated OggDec binaries to v1.10.1 using libvorbis v1.3.5 (2015-03-19), compiled with ICL 18.2 and MSVC 15.6. 2018-04-20 23:44:11 +02:00
2ca225b41f Some improvements to the deployment script. 2018-04-19 23:35:38 +02:00
8d0529a9d9 Updated MediaInfo binaries to v18.03.1+ (2018-04-19), compiled with ICL 18.2 and MSVC 15.6. 2018-04-19 20:55:58 +02:00
cced655a44 Re-compiled GnuPG binary v1.4.22 (2017-07-19) in order to fix WinXP compatibility, compiled with GCC 7.3.0. 2018-04-17 20:24:57 +02:00
f4f6335535 Updated FileAnalyzer_Task to extract cover artwork with latest MediaInfo version. 2018-04-15 15:15:01 +02:00
f474da1f9c Do *not* emit processFinished() from start() method in case of error. It will be emitted from destructor in any case! 2018-04-15 02:18:52 +02:00
23ccdd21a0 Fixed possible memory-leak in case that the processing thread failed to start. 2018-04-15 01:06:02 +02:00
6cbb086a1c Fixed handling of MediaInfo "point" releases in FileAnalyzer_Task. 2018-04-14 23:48:05 +02:00
7b88dd9ceb Implemented better method to avoid unwanted line-breaks. 2018-04-14 23:09:01 +02:00
cc9c118d56 Updated MediaInfo binaries to v18.03.1 (2018-03-26), compiled with ICL 18.2 and MSVC 15.6. 2018-04-14 19:45:45 +02:00
0a36573ac3 Some improvements to "About" screen. 2018-04-14 19:43:51 +02:00
7752872afa Use "NON-BREAKING HYPHEN" instead of "MINUS SIGN" character. 2018-04-14 19:43:07 +02:00
5cd3b51207 Updated Simplified Chinese translation, thanks to 庄泓川 <kidneybean@pku.edu.cn>. 2018-04-10 20:23:26 +02:00
e1510d8026 Fixed a bug in AnalyzeTask::retrieveCover() function. The local variables should not be static here! 2018-04-09 20:10:03 +02:00
5160506134 Fixed Opus date. 2018-04-07 22:12:53 +02:00
fd84bc49c7 Updated for recent change in MUtils library. 2018-04-07 21:15:29 +02:00
c37d857604 Updated Opus encoder/decoder libraries v1.3-beta-31 (2018-03-27) and Opus-Tools to v0.1.10-51 (2018-03-04). 2018-04-07 21:14:53 +02:00
16f8dc4bcd CueSheetModel: Don't wrap around 'minute' component to zero, if it exceeds 59 minutes. 2018-04-01 15:40:03 +02:00
6ae5295cf1 Fixed Opus decoder forced 48000 Hz output. 2018-03-17 20:59:24 +01:00
efd2c77afb Updated mpg123 decoder to v1.25.10 (2018-03-05), compiled with GCC 7.3.0. 2018-03-16 23:13:07 +01:00
d608f6f1e3 Updated Changelog. 2018-03-16 20:54:39 +01:00
23195afd41 Updated Opus encoder/decoder libraries v1.3-beta-15 (2018-02-22) and Opus-Tools to v0.1.10-49 (2018-02-24). 2018-02-25 15:38:17 +01:00
b40c526ae7 Updated Opus encoder/decoder libraries v1.3-beta-9 (2018-02-18) and Opus-Tools to v0.1.10-12 (2018-01-02). 2018-02-18 16:31:18 +01:00
a74547eebd Small tweak to build process. 2018-02-06 20:36:15 +01:00