summaryrefslogtreecommitdiffstats
path: root/src/engine/sidechain
AgeCommit message (Expand)Author
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
2018-06-30Add version guard for libshoutPawel Golinski
2018-06-29Support IRC, AIM, ICQ in shoutcast broadcastsPawel Golinski
2018-05-23More qt5 compatibility fixes. How did these slip in?RJ Skerry-Ryan
2018-05-20More qt5 compatibility fixes. How did these slip in?RJ Skerry-Ryan
2018-05-01Misc. typosluz.paz
2018-04-05delete all leaking COsDaniel Schürmann
2017-08-24Merge branch 'master' into multi-broadcastingStéphane L
2017-08-23Make the error messages a bit more "welcoming"Stéphane Lepin
2017-08-23Fix issues with connection status and enabled statusStéphane Lepin
2017-08-11EngineNetworkStream: add input workerStéphane Lepin
2017-08-11NetworkStreamWorker becomes NetworkOutputStreamWorkerStéphane Lepin
2017-08-11Replace uses of qDebug with Logger classStéphane Lepin
2017-08-10Change error/info dialog titlesStéphane Lepin
2017-08-10ShoutConnection: error and info dialog show the connection nameStéphane Lepin
2017-08-08(WIP) Audio streaming engine refactorStéphane L
2017-08-07EngineBroadcast: rename channels count variableStéphane Lepin
2017-08-07ShoutConnection log msg fix + revert to shared pointer for netstreamStéphane Lepin
2017-08-04Fix windows buildsStéphane Lepin