summaryrefslogtreecommitdiffstats
path: root/src/engine/sidechain
AgeCommit message (Expand)Author
2020-11-13Merge remote-tracking branch 'upstream/2.3' into cleanup-headersxerus2000
2020-11-12Fix a bunch of clazy-range-loop warningsJan Holthuis
2020-11-10Remove filename and author comment in header filesxerus2000
2020-11-10Remove long copyright headersxerus2000
2020-11-10Remove filename headersxerus2000
2020-11-10Use #pragma once everywherexerus2000
2020-10-16Merge pull request #3125 from Holzhaus/float-warnings-pt-6Daniel Schürmann
2020-10-16Merge pull request #3124 from Holzhaus/float-warnings-pt-5Daniel Schürmann
2020-10-09audio/types: Add SampleRate::fromDouble() conversion functionJan Holthuis
2020-10-09Merge branch '2.3' of github.com:mixxxdj/mixxx into float-warnings-pt-6Jan Holthuis
2020-10-09Merge branch '2.3' of github.com:mixxxdj/mixxx into float-warnings-pt-3Jan Holthuis
2020-09-29replace #include "track/track.h" by "track_decl.h" in all header filesDaniel Schürmann
2020-09-25engine/sidechain/networkoutputstreamworker: Add missing typecastJan Holthuis
2020-09-25engine/sidechain/enginerecord: Use mixxx::audio::SampleRateJan Holthuis
2020-09-25engine/sidechain/enginenetworkstream: Add missing cast to qint64Jan Holthuis
2020-09-25engine/sidechain/enginerecord: Don't cast recording status to floatJan Holthuis
2020-09-25engine/sidechain/shoutconnection: Add cast for QWaitCondition timeJan Holthuis
2020-09-25engine/sidechain/shoutconnection: Use mixxx::audio::SampleRateJan Holthuis
2020-05-31Replace some more virtual with override.Daniel Schürmann
2020-05-27Encoder: make use of override feature to silence clang warningsDaniel Schürmann
2020-05-07Merge remote-tracking branch 'upstream/2.2'Be
2020-05-02Improve commentsDaniel Schürmann
2020-05-02Fill sidechainMix from external sidechain input. This fixes lp1876222Daniel Schürmann
2020-04-28Forgot to do a clean build and the compiler didn't detect that I had to chang...JosepMaJAZ
2020-01-18Merge pull request #2415 from daschuer/encoding_refactoringUwe Klotz
2020-01-15Fix incorrect emit statements in Mixxx codebaseJan Holthuis
2020-01-07Add util wrapper function for QAtomic*<T>::load/store[Relaxed] methodsJan Holthuis
2019-12-29add a new createEncoder function that returns an encoder independent from Use...Daniel Schürmann
2019-12-09Fix various typosluz.paz
2019-11-16Use static const QStrings instead of string literalsDaniel Schürmann
2019-11-11Delete redundant virtual keywordsUwe Klotz
2019-11-10engine/sidechain/networkinputstreamworker: Remove unused private fieldsJan Holthuis
2019-11-10engine/sidechain/enginenetworkstream: Remove unused private field m_pInputWorkerJan Holthuis
2019-11-10Add missing override to fix clang's -Winconsistent-missing-override warningsJan Holthuis
2019-10-20engine/sidechain/enginenetworkstream: Remove some unused variablesJan Holthuis
2019-08-06Minor source comment typo tweeksluz.paz
2019-04-28Fix mixed use for ``sample rate ``stringS.Brandt
2019-03-26Fix misc. typos and whitespaceluz.paz
2019-03-24Merge pull request #1981 from uklotzde/unfinished_batch_analysisDaniel Schürmann
2019-03-23Merge branch '2.2'Uwe Klotz
2019-03-23Merge branch '2.1' of git@github.com:mixxxdj/mixxx.git into 2.2Uwe Klotz
2019-03-14Disable TLS, fixes lp:1817395Daniel Schürmann
2019-03-14Don't send an empty codec field in case of default ISO-8859-1, remove the rel...Daniel Schürmann
2019-03-14Improve error handling when sending broadcasting metadataDaniel Schürmann
2019-01-13Fix and cleanup Qt compatibility includesUwe Klotz
2019-01-12Fix the build when opus is disabled and add Opus streaming/recording to the c...RJ Skerry-Ryan
2019-01-11remove QT4 compatibility layer from util/compatibility.hDaniel Schürmann
2019-01-10help tr to find the textDaniel Schürmann
2019-01-08opus(encoder): keep opus constants in one placeStéphane Lepin
2018-12-31Opus encoderStéphane Lepin