OSDN Git Service

Manual: Completed the "Tutorial" section.
[lamexp/LameXP.git] / src / Encoder_AAC.cpp
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-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-07-21 lordmulderReplaced the Opus encoder/decoder binary wit custom...
2012-01-01 lordmulderHappy New Year 2012!
2011-12-21 lordmulderUpdate file properties after the decoding step by using...
2011-12-04 lordmulderWorkaround for a bug that causes MediaInfo to not detec...
2011-11-21 lordmulderAdded optional support for the QAAC encoder. Requires...
2011-11-18 lordmulderMerge branch 'master' of github.com:lordmulder/LameXP
2011-11-16 lordmulderImplemented coalescing of progress updates, in order...
2011-11-11 lordmulderMerge branch 'master' of github.com:lordmulder/LameXP
2011-11-08 lordmulderUse qMin() and qMax() instead of min() and max() macros...
2011-06-14 lordmulderIncrease process timeout interval to 180 seconds. Shoul...
2011-03-21 lordmulderAdded support for embedding cover artwork to AAC encoder.
2011-03-09 lordmulderFix AAC encoding in CBR mode: Don't set the "-2pass...
2011-02-28 lordmulderOutput warning message to the log when a process has...
2011-02-20 lordmulderImplemented a better method to check whether a string...
2011-02-09 lordmulderAdded support for custom encoder parameters.
2011-01-23 lordmulderActually make the Nero AAC Profile/2-Pass options work...
2011-01-01 lordmulderHappy new year!
2010-12-03 lordmulderAdded AAC encoding support.