|
51b963d695
|
Updated copyright year.
|
2021-02-17 00:52:18 +01:00 |
|
|
2434ba73f2
|
Updated copyright year.
|
2020-03-28 17:33:07 +01:00 |
|
|
a463b2d633
|
Happy new year 2019!
|
2019-01-11 23:28:57 +01:00 |
|
|
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 |
|
|
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 |
|
|
64272450c6
|
Extended AbstractEncoder::encode() interface to pass the number of channels to the encoder implementation.
|
2016-11-12 14:57:58 +01:00 |
|
|
898eb216eb
|
Explicitly pass "--discard-comments" to OggEnc2 + some code refactoring.
|
2016-04-16 13:26:21 +02:00 |
|
|
83243ff8c5
|
The "Algorithm Quality" slider now also effects the QAAC encoder.
|
2016-02-01 20:20:14 +01:00 |
|
|
ce742f7b99
|
Fixed QAAC built-in resampling + improved QAAC encoder detection.
|
2016-01-30 19:00:37 +01:00 |
|
|
de243d258f
|
The information whether an encoder supports "native" resampling is provided via AbstractEncoderInfo class + enable "native" resampling for QAAC encoder.
|
2016-01-30 17:51:10 +01:00 |
|
|
f5985fb204
|
Implemented a better method to set the working directory for "tool" processes.
|
2016-01-03 15:54:36 +01:00 |
|
|
e2613988ea
|
Make QAAC use "--cvbr" instead of "--abr" when ABR mode has been selected.
|
2015-10-18 14:59:17 +02:00 |
|
|
f2dae69676
|
Added detection of 64-Bit QAAC encoder + fixed a regression in def8a9cd6e .
|
2015-05-12 00:29:17 +02:00 |
|
|
def8a9cd6e
|
Implemented file extension replacement model + moved extension() function from AbstractEncoder class to AbstractEncoderInfo class.
|
2015-05-10 16:34:07 +02:00 |
|
|
1ea15b179c
|
Happy new year 2015 !!!
|
2015-01-01 18:06:21 +01:00 |
|
|
b0af060ef6
|
Improved initialization of the AAC encoders.
|
2014-12-25 00:47:34 +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 |
|
|
035699c84e
|
Moved various functions into MUtils library and removed obsolete code from LameXP.
|
2014-11-25 02:14:42 +01:00 |
|
|
c285d94e94
|
Moved one file to the correct folder/filter (VS2013 solution) and fixed a stupid typo.
|
2014-01-27 15:35:35 +01:00 |
|
|
7a687f2d7b
|
Fixed QAAC detection, hopefully.
|
2014-01-19 17:33:39 +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 |
|
|
0435637c75
|
Fix compilation after previous changes to AudioFileModel in previous commit.
|
2013-10-12 22:55:41 +02:00 |
|
|
81de5f2300
|
Implemented AbstractEncoderInfo for the AAC encoders too.
|
2013-10-07 02:28:01 +02:00 |
|
|
00d531f178
|
Improved handling of the VBR parameter for AAC encoders.
|
2013-02-26 21:24:48 +01:00 |
|
|
bd0a370aee
|
Welcome to year 2013 ;-)
|
2013-02-08 23:57:50 +01:00 |
|
|
1d960d5da6
|
When passing tag on the command-line, replace certain characters that can be "problematic" on the command-line.
|
2012-12-02 22:55:22 +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 |
|
|
6a90dad03f
|
Adjusted QAAC detection for shared 'libsoxrate' library.
|
2011-11-22 23:48:54 +01:00 |
|
|
6235115429
|
Setup TMP and TEMP environment variables for *all* tools. Also add "$EXEDIR\QTfiles" to the PATH for QAAC.
|
2011-11-22 12:43:32 +01:00 |
|
|
3e7ae9642c
|
Changed detection of QAAC for the new fully-static build.
|
2011-11-21 22:28:14 +01:00 |
|
|
20f425c284
|
More reliable method to detect QAAC and make sure the required CoreAudioToolbox library is available.
|
2011-11-21 14:40:32 +01:00 |
|
|
da5dfdc85e
|
Added optional support for the QAAC encoder. Requires QuickTime v7.7.1 (or later) and the QAAC front-end.
|
2011-11-21 01:22:41 +01:00 |
|