summaryrefslogtreecommitdiffstats
path: root/src/engine/sidechain
AgeCommit message (Expand)Author
2021-02-16ShoutConnection: allow AAC for ShoutcastBe
2021-02-02removed stray ;Daniel Schürmann
2021-02-02fixed shadowed varibale issueDaniel Schürmann
2021-02-02Fix second pop up in case of encoder issues during broadcasting.Daniel Schürmann
2021-02-02Prevent double message box in case of recording issues.Daniel Schürmann
2021-02-02Improve error handling when initalize the encoders for recording or broadcastingDaniel Schürmann
2021-01-27Merge remote-tracking branch 'upstream/2.3' into fdkaac-encoder3Daniel Schürmann
2021-01-22ShoutConnection: Fix potential race condition on disconnectUwe Klotz
2021-01-09fix include filesDaniel Schürmann
2021-01-08fdk-aac encoderStéphane L
2021-01-01Save CUE Sheet text as UTF-8 (#3496)Albert Aparicio Isarn
2020-12-15Add missing braces around single-line statementsJan Holthuis
2020-12-15Add missing namespace commentsJan Holthuis
2020-12-07Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-12-02Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-11-20Merge branch '2.3' into clazy-returning-void-expressionUwe Klotz
2020-11-19Do not return void expressionsJan Holthuis
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
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