OSDN Git Service

Bump minimum supported QAAC add-in version.
[lamexp/LameXP.git] / src / Encoder_AAC_QAAC.cpp
2023-03-07 LoRd_MuldeRUpdated copyright year.
2022-06-19 LoRd_MuldeRUpdated copyright year.
2021-12-21 LoRd_MuldeRIncreased warning level to #4 and fixed a number of...
2021-02-16 LoRd_MuldeRUpdated copyright year.
2020-03-28 LoRd_MuldeRUpdated copyright year.
2019-01-11 LoRd_MuldeRHappy new year 2019!
2018-01-17 LoRd_MuldeRMerge branch 'master' of github.com:lordmulder/LameXP
2018-01-17 LoRd_MuldeRHappy new year 2018!
2017-12-11 LoRd_MuldeRCode refactoring.
2017-12-10 LoRd_MuldeRSmall tweak to progress updates.
2017-12-10 LoRd_MuldeRRefactored all encoder classes to use awaitProcess...
2017-04-18 LoRd_MuldeRSwitch to using QAtomicInc for abort flags.
2017-03-12 LoRd_MuldeRBump release year.
2016-11-12 LoRd_MuldeRExtended AbstractEncoder::encode() interface to pass...
2016-04-27 Vladimir SvyatskiMerge remote-tracking branch 'upstream/master'
2016-04-16 LoRd_MuldeRExplicitly pass "--discard-comments" to OggEnc2 + some...
2016-02-10 Vladimir SvyatskiMerge remote-tracking branch 'upstream/master'
2016-02-01 LoRd_MuldeRThe "Algorithm Quality" slider now also effects the...
2016-01-30 LoRd_MuldeRFixed QAAC built-in resampling + improved QAAC encoder...
2016-01-30 LoRd_MuldeRThe information whether an encoder supports "native...
2016-01-06 Vladimir SvyatskiMerge remote-tracking branch 'upstream/master'
2016-01-03 LoRd_MuldeRImplemented a better method to set the working director...
2015-10-18 LoRd_MuldeRMake QAAC use "--cvbr" instead of "--abr" when ABR...
2015-05-11 LoRd_MuldeRAdded detection of 64-Bit QAAC encoder + fixed a regres...
2015-05-10 LoRd_MuldeRImplemented file extension replacement model + moved...
2015-01-01 LoRd_MuldeRHappy new year 2015 !!!
2014-12-24 LoRd_MuldeRImproved initialization of the AAC encoders.
2014-12-20 LoRd_MuldeRMoved translation support into MUtilities library ...
2014-12-19 LoRd_MuldeRMore code refactoring and clean-up.
2014-11-30 LoRd_MuldeRMoved various auxiliary macros into the MUtils library.
2014-11-25 LoRd_MuldeRMoved various functions into MUtils library and removed...
2014-05-20 456vvMerge pull request #1 from lordmulder/master
2014-01-27 LoRd_MuldeRMoved one file to the correct folder/filter (VS2013...
2014-01-19 LoRd_MuldeRFixed QAAC detection, hopefully.
2014-01-01 LoRd_MuldeRHappy new year 2014!
2013-10-23 LoRd_MuldeRUpdated license info.
2013-10-18 LoRd_MuldeRUse the THROW macro instead of plain "throw" in the...
2013-10-12 LoRd_MuldeRFix compilation after previous changes to AudioFileMode...
2013-10-07 LoRd_MuldeRImplemented AbstractEncoderInfo for the AAC encoders...
2013-02-26 LoRd_MuldeRImproved handling of the VBR parameter for AAC encoders.
2013-02-08 LoRd_MuldeRWelcome to year 2013 ;-)
2012-12-02 LoRd_MuldeRWhen passing tag on the command-line, replace certain...
2012-01-01 lordmulderHappy New Year 2012!
2011-12-21 lordmulderUpdate file properties after the decoding step by using...
2011-11-22 lordmulderAdjusted QAAC detection for shared 'libsoxrate' library.
2011-11-22 lordmulderSetup TMP and TEMP environment variables for *all*...
2011-11-21 lordmulderChanged detection of QAAC for the new fully-static...
2011-11-21 lordmulderMore reliable method to detect QAAC and make sure the...
2011-11-21 lordmulderAdded optional support for the QAAC encoder. Requires...