summaryrefslogtreecommitdiffstats
path: root/src/soundio
AgeCommit message (Expand)Author
2021-01-08Merge pull request #3485 from ronso0/combobox-noneJan Holthuis
2021-01-06Preferences > Sound Hardware: display '---' for 'No sound API'ronso0
2021-01-01Move denormals to zero test to outside ifdef blocksGeraldo Nascimento
2020-12-31Enable flush-to-zero mode on aarch64 for network soundGeraldo Nascimento
2020-12-30Enable flush-to-zero on aarch64Geraldo Nascimento
2020-12-15Replace null pointer constants (e.g. NULL, 0) with nullptrJan Holthuis
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-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-13Merge remote-tracking branch 'upstream/2.3' into cleanup-headersxerus2000
2020-11-12Fix remaining -Wclazy-range-loop warnings using a local const varJan Holthuis
2020-11-12Use iterator instead of loop over QMap::values()/keys()Jan Holthuis
2020-11-12Use const containers for range loops to fix -Wclazy-range-loop issuesJan Holthuis
2020-11-12Fix a bunch of clazy-range-loop warningsJan Holthuis
2020-11-10Remove long copyright headersxerus2000
2020-11-10Use #pragma once everywherexerus2000
2020-11-10Remove all @author commentsxerus2000
2020-11-10Merge branch '2.2' of git@github.com:mixxxdj/mixxx.git into 2.3Uwe Klotz
2020-11-09PortAudio: Map host API index to type idUwe 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-25soundio/soundmanager: Avoid double castJan Holthuis
2020-09-24soundio/soundmanager: Use mixxx::audio::SampleRate type for JACK APIJan Holthuis
2020-06-09Merge pull request #2825 from uklotzde/soundmanagerJan Holthuis
2020-06-06use override and default in soundio classesDaniel Schürmann
2020-06-05Add missing `override` specifiersUwe 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-17Fix invalid input buffer deletionUwe 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