summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-02-25Remove unused constants from header fileDaniel Schürmann
2021-02-24EngineBuffer: Set EngineControl track sample rate/count on track loadJan Holthuis
2021-02-23Merge pull request #3642 from daschuer/beats_no_mallocUwe Klotz
2021-02-23Merge pull request #3649 from Be-ing/fix_getcontrol_debug_assertBe
2021-02-23Use a common BeatUtils::calculateAverageBpm() functionDaniel Schürmann
2021-02-23Merge pull request #3651 from Be-ing/remove_pluginpath_cmdlineUwe Klotz
2021-02-23ControlDoublePrivate: clarify debug assertionBe
2021-02-23Merge pull request #3630 from uklotzde/xml-no-textDaniel Schürmann
2021-02-22CmdlineArgs: remove unused pluginPath argumentBe
2021-02-22ControlDoublePrivate: fix overzealous debug assertionBe
2021-02-22Merge pull request #3631 from ronso0/novinylUwe Klotz
2021-02-22track/taglib: Fix taglib 1.12 deprecation warningsJan Holthuis
2021-02-22Merge pull request #3615 from Be-ing/fdk-aac_rebaseJan Holthuis
2021-02-22Inline calculateBpm to bpm to get around allocating a temorary QVector from t...Daniel Schürmann
2021-02-22removed unused getBpmRange()Daniel Schürmann
2021-02-22move calculateNominalBpm() into anonymous namespaceDaniel Schürmann
2021-02-22rename m_dCachedBpm to m_nominalBpmDaniel Schürmann
2021-02-22Remove unused m_dLastFrameDaniel Schürmann
2021-02-20fix warnings raised when building w/o vinyl controlronso0
2021-02-19DlgAutoDJ: fix indentation in ui fileronso0
2021-02-18Merge pull request #3625 from ronso0/libcontrolrowronso0
2021-02-17i18n: Fix word spacing in user facing strings.brandt
2021-02-17i18: Replace last remaining occurrence of ``AutoDJ`` with ``Auto DJ``.s.brandt
2021-02-17i18n: Punctuation marks are used inconsistently within the source language. T...esbrandt
2021-02-16ShoutConnection: allow AAC for ShoutcastBe
2021-02-16Encoder: fix build with OPUS=OFFBe
2021-02-16SoundSourceSndFile: do not support ogg for libsndfile >= 1.0.30Be
2021-02-16factor out SemanticVersion into a utility classBe
2021-02-16avoid symbol collision with fdk-aacBe
2021-02-12DlgPreferences: unify #ifdef close commentsronso0
2021-02-12DlgPreferences: remove noVinyl pageronso0
2021-02-12Don't open XML as text filesUwe Klotz
2021-02-12Abort update of track metadata after unsuccessful metadata importUwe Klotz
2021-02-12Merge pull request #3628 from Be-ing/external_library_sandboxingUwe Klotz
2021-02-12use Sandbox::askForAccess for all external library featuresBe
2021-02-11RekordboxFeature: ask for access outside sandbox for PDB fileBe
2021-02-12Library features: wrap controls into QWidget 'LibraryFeatureControls'ronso0
2021-02-09EncoderFdkAac: use #pragma onceBe
2021-02-05Merge pull request #3612 from daschuer/soundsourceproxyUwe Klotz
2021-02-04Read metadata again from the track if import from file failsDaniel Schürmann
2021-02-04SoundSourceMediaFoundation: add aac to list of supported file typesBe
2021-02-04EncoderFdkAac: prefer external libraries that may support HE-AACBe
2021-02-04EncoderFdkAac: change m_library to a std::unique_ptrBe
2021-02-04EncoderFdkAac: update name of BUTT DLLBe
2021-02-04remove useless commentDaniel Schürmann
2021-02-04Use more QStringLiteralDaniel Schürmann
2021-02-04Make the encoding keys more readable.Daniel Schürmann
2021-02-04replace isNull() with isEmpty()Daniel Schürmann
2021-02-04Merge pull request #3613 from uklotzde/libfaad2Daniel Schürmann
2021-02-03SoundSourceCoreAudio: add aac to list of supported file extensionsBe