summaryrefslogtreecommitdiffstats
path: root/src/soundio
AgeCommit message (Expand)Author
2020-10-23Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-10-23Merge branch '2.2' of git@github.com:mixxxdj/mixxx.git into 2.3Uwe Klotz
2020-10-23Directly include pa_linux_alsa.hDaniel Schürmann
2020-10-07clean up file headerDaniel Schürmann
2020-10-07Fix possible segfault due to random memaory write with JackDaniel Schürmann
2020-09-25Merge branch '2.3' of github.com:mixxxdj/mixxx into masterJan Holthuis
2020-09-25soundio/soundmanager: Avoid double castJan Holthuis
2020-09-24soundio/soundmanager: Use mixxx::audio::SampleRate type for JACK APIJan Holthuis
2020-07-08Merge pull request #2894 from Be-ing/master_output_renameDaniel Schürmann
2020-06-30SoundManagerUtil: keep using "Master" string in XML filesBe
2020-06-20rename Master output to Main output in user visible stringsBe
2020-06-09Merge branch '2.3' of github.com:mixxxdj/mixxxJan Holthuis
2020-06-09Merge pull request #2825 from uklotzde/soundmanagerJan Holthuis
2020-06-08Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2020-06-06Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2020-06-06use override and default in soundio classesDaniel Schürmann
2020-06-05Add missing `override` specifiersUwe Klotz
2020-06-04Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2020-05-28Use to QMultiHash/QMultiMap instead of QMap/QHash::insertMultiJan Holthuis
2020-05-27SoundManager: Prevent reconfiguring if num_decks unchangedUwe Klotz
2020-05-22Merge pull request #2801 from uklotzde/qhashJan Holthuis
2020-05-20Merge branch '2.3'Uwe Klotz
2020-05-18Define operator==/!= as free functionUwe Klotz
2020-05-18Exclude m_channelGroup from AudioPath hash calculationUwe Klotz
2020-05-17Fix invalid input buffer deletionUwe Klotz
2020-05-13Update #include guards and doc comments in header fileUwe Klotz
2020-05-13Add missing virtual destructors to inheritance hierarchyUwe Klotz
2020-05-13Add debug assertion to a function that should never be invokedUwe Klotz
2020-05-13Fix operator==/!= definitionsUwe Klotz
2020-05-13Delete unused and undefined qHash functionsUwe Klotz
2020-05-13AudioPath: Add missing member to qHash calculationUwe Klotz
2020-05-13Add optional seed = 0 parameter to qHash functionsUwe 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-21Revert replacement of + with % for string concatenationUwe Klotz
2019-12-21Use QStringBuilder/QT_USE_QSTRINGBUILDER for string concatenationUwe Klotz
2019-11-26Use SampleUtil::clear();Daniel Schürmann
2019-11-25Don't assume a 0 initalzed FIFO, fixing lp1853782Daniel Schürmann
2019-11-10soundio/sounddevicenetwork: Remove unused private fieldsJan Holthuis
2019-11-10soundio/sounddevicenetwork: Remove unused const variable kBufferFramesJan Holthuis
2019-10-21Merge pull request #2327 from Holzhaus/msvc-warning-fixesDaniel Schürmann
2019-10-20soundio/soundmanagerutil: Add Q_UNUSED to fix unused parameter warningJan Holthuis
2019-10-20soundio/soundmanagerutil.cpp: Remove unnecessary switch statementJan Holthuis
2019-10-03Merge remote-tracking branch 'upstream/2.2'Be
2019-10-03Add missing initializationUwe Klotz
2019-10-02Merge branch '2.2'Uwe Klotz
2019-10-01Delete self-recursive #include directiveUwe Klotz
2019-10-01overcomplicate code to avoid reconfiguring sound HW one more timeBe
2019-10-01SoundManagerConfig: make constructor explicitBe
2019-10-01SoundDeviceId: simplify constructorBe