OSDN Git Service

Small code simplification.
[lamexp/LameXP.git] / src / Encoder_AC3.cpp
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-01-30 LoRd_MuldeRThe information whether an encoder supports "native...
2016-01-06 Vladimir SvyatskiMerge remote-tracking branch 'upstream/master'
2016-01-03 LoRd_MuldeRHappy new year 2016!
2015-05-10 LoRd_MuldeRImplemented file extension replacement model + moved...
2015-01-01 LoRd_MuldeRHappy new year 2015 !!!
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-10-03 LoRd_MuldeRImplemented AbstractEncoder for the remaining encoders...
2013-10-02 LoRd_MuldeRRefactored Main window to use AbstractEncoderInfo rathe...
2013-02-08 LoRd_MuldeRWelcome to year 2013 ;-)
2012-01-01 lordmulderHappy New Year 2012!
2012-01-01 lordmulderFixed AC-3 encoding with sources that have more than...
2011-12-21 lordmulderUpdate file properties after the decoding step by using...
2011-12-21 lordmulderPrepare to support audio encoders that only support...
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-05-09 lordmulderMerge branch 'master' of github.com:lordmulder/LameXP
2011-05-06 lordmulderAdded more options for Aften to the "Advanced Options...
2011-05-06 lordmulderFix AC-3 encoding with non-standard sampling rates...
2011-05-05 lordmulderImplemented encoding mode and bitrate selection for...
2011-05-03 lordmulderInitial ATSC A/52 (aka "AC-3", aka "Dolby Digital"...