summaryrefslogtreecommitdiffstats
path: root/src/sources
AgeCommit message (Expand)Author
2021-03-11Preferences: Allow enabling/disabling Serato Metadata exportJan Holthuis
2021-03-09SoundSourceMediaFoundation: Disable debug assertionUwe Klotz
2021-02-22Merge pull request #3615 from Be-ing/fdk-aac_rebaseJan Holthuis
2021-02-16SoundSourceSndFile: do not support ogg for libsndfile >= 1.0.30Be
2021-02-12Abort update of track metadata after unsuccessful metadata importUwe Klotz
2021-02-05Merge pull request #3612 from daschuer/soundsourceproxyUwe Klotz
2021-02-04Read metadata again from the track if import from file failsDaniel Schürmann
2021-02-04SoundSourceMediaFoundation: add aac to list of supported file typesBe
2021-02-04Merge pull request #3613 from uklotzde/libfaad2Daniel Schürmann
2021-02-03SoundSourceCoreAudio: add aac to list of supported file extensionsBe
2021-02-04Fix loadling of libfaad2 on FedoraUwe Klotz
2021-02-03Make sure title from file fall back works also when reload metadataDaniel Schürmann
2021-02-01SoundSourceProxy: Early exit after partial metadata importUwe Klotz
2021-01-31Make sure a track has at least a title after import metadata.Daniel Schürmann
2021-01-31Remove unused sample layout property from SignalInfoUwe Klotz
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