summaryrefslogtreecommitdiffstats
path: root/src/sources
AgeCommit message (Expand)Author
2021-01-26Merge pull request #3559 from uklotzde/track-metadata-export-fixJan Holthuis
2021-01-22CMake: Update FindWavPack moduleJan Holthuis
2021-01-21Reword and move commentsUwe Klotz
2021-01-20Merge branch '2.3' into track-metadata-export-fixUwe Klotz
2021-01-18Logging: Use lightweight QString instead of QDirJan Holthuis
2021-01-16Merge pull request #3567 from Holzhaus/ffmpeg-msvcUwe Klotz
2021-01-16SoundSourceFFmpeg: Use av_make_q to fix build errors on MSVCJan Holthuis
2021-01-16Disable decoding of OGG files for libsndfile-1.0.30Uwe Klotz
2021-01-14Preserve precise stream info when (re-)importing file tagsUwe Klotz
2021-01-07SoundSourceModPlug: Remove unused unistd.h header fileJan Holthuis
2020-12-15SoundSourceM4A: Replace auto with actual typeJan Holthuis
2020-12-15Replace null pointer constants (e.g. NULL, 0) with nullptrJan Holthuis
2020-12-15Add pointer qualification to auto typesJan Holthuis
2020-12-07Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-12-07Export track metadata with accurate stream infoUwe Klotz
2020-12-07Reuse StreamInfo for TrackMetadataUwe Klotz
2020-12-02Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-11-23Fix float-conversion warning on macOSUwe Klotz
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-17Use QLatin1String instead of QStringLiteral for == comparisonsJan Holthuis
2020-11-14SoundSourceModPlug: Do not skip base class methodJan Holthuis
2020-11-13Merge remote-tracking branch 'upstream/2.3' into cleanup-headersxerus2000
2020-11-12SoundSourceProxy: Fix -Wclazy-range-loop for getSupportedFileExtensionsJan Holthuis
2020-11-12Fix a bunch of clazy-range-loop warningsJan Holthuis
2020-11-10Use #pragma once everywherexerus2000
2020-11-06Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into indexrangimproveUwe Klotz
2020-11-06Merge pull request #3057 from uklotzde/soundsourcesJan Holthuis
2020-11-02Replace <= overload with isSubrangeOf()Daniel Schürmann
2020-11-01Rename isPartOf() to isSubrangeOf()Daniel Schürmann
2020-10-29SoundSourceFLAC: Fix Werror=sign-compare for armv7hlUwe Klotz
2020-10-26SoundSourceM4A: Fix signed/unsigned char issue on aarch64/ppc64leUwe Klotz
2020-10-26Inline clampFrameIndexRange()Daniel Schürmann
2020-10-26Remove IndexRang::operator> and <, because they are not instantly understanda...Daniel Schürmann
2020-10-26Introduce IndexRange::isPartOf()Daniel Schürmann
2020-10-26Disable broken OGG decoding for libsndfile-1.0.30 on macOSUwe Klotz
2020-10-26SoundSourceProxy: Add and improve documentationUwe Klotz
2020-10-26SoundSourceProxy: Simplify initializationUwe Klotz
2020-10-26SoundSourceProxy: Allow to select a single providerUwe Klotz
2020-10-26Verify that SoundSource providers are prioritized as expectedUwe Klotz
2020-10-26Use nullptr instead of empty initializer listUwe Klotz
2020-10-26Rename typedefsUwe Klotz
2020-10-26Fix debug assertion for unreachable codeUwe Klotz
2020-10-26Use Q_UNUSEDUwe Klotz
2020-10-26Serato import: Guess MP3 timing offset for primary decoderUwe Klotz
2020-10-26SoundSourceProviderRegistry: Use display name as identifierUwe Klotz
2020-10-26SoundSourceProvider: Expose display name as constantUwe Klotz
2020-10-26SoundSource: Define various constants and constexprsUwe Klotz
2020-10-26Adjust priority of SoundSourceMediaFoundationUwe Klotz
2020-10-26Adjust priority of SoundSourceCoreAudioUwe Klotz
2020-10-19SoundSourceFFmpeg: Replace std::string with QStringUwe Klotz