summaryrefslogtreecommitdiffstats
path: root/src/sources
AgeCommit message (Expand)Author
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
2020-10-19SoundSourceFFmpeg: Recite the api docs of av_strerror()Uwe Klotz
2020-10-16Merge branch '2.3' into 2.3_ffmpegUwe Klotz
2020-10-16Merge pull request #3125 from Holzhaus/float-warnings-pt-6Daniel Schürmann
2020-10-09Merge branch '2.3' of github.com:mixxxdj/mixxx into float-warnings-pt-6Jan Holthuis
2020-10-05ReadAheadFrameBuffer: Rename functionUwe Klotz
2020-10-05SoundSourceFFmpeg: Fix error loggingUwe Klotz
2020-09-30Include track_decl.h in coverartutils.hUwe Klotz
2020-09-28Externalize forward declarations for Track objectUwe Klotz
2020-09-27SoundSourceFFmpeg: Fix lead-out range calculationUwe Klotz
2020-09-27SoundSourceFFmpeg: Reset pointer to nullptr on closeUwe Klotz
2020-09-27SoundSourceFFmpeg: Fix error loggingUwe Klotz