summaryrefslogtreecommitdiffstats
path: root/src/sources
AgeCommit message (Expand)Author
2022-01-06SoundSourceProxy: Use SyncTrackMetadataParamsUwe Klotz
2022-01-06Export track metadata: Pass synchronization parameters explicitlyUwe Klotz
2022-01-06SoundSource: Fix broken file type detection if file suffix is misleadingJan Holthuis
2022-01-02SoundSourceProxy: Restructure control flow using early returns on errorUwe Klotz
2022-01-02SoundSourceProxy: Remove redundant keyword and reword commentUwe Klotz
2022-01-02Reduce nestingDaniel Schürmann
2022-01-02Rename function to findProviderAndInitSoundSource() and initSoundSourceWithPr...Daniel Schürmann
2021-12-31Decouple openSoundSource() from openAudioSource()Daniel Schürmann
2021-12-31Decouple testing form normal SoundSourceProxy constructorDaniel Schürmann
2021-12-30Close audio source explicitly to drop open file handlesUwe Klotz
2021-12-30SoundSourceProxy: Do not manage open/close state of AudioSourceUwe Klotz
2021-12-30Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2021-12-29Fix preprocessor directiveUwe Klotz
2021-12-29Keep the class invariants of SoundSourceProxy validUwe Klotz
2021-12-29Delete redundant std::move() invocationUwe Klotz
2021-12-28Improve control flow and commentsDaniel Schürmann
2021-12-28Improve variable namingDaniel Schürmann
2021-12-28Replace Sleep() by QThread::msleep()Daniel Schürmann
2021-12-23Close track file after reading stream data before metadata exportDaniel Schürmann
2021-12-23Added a retry loop in case of a temprary ERROR_SHARING_VIOLATIONDaniel Schürmann
2021-12-23Handle ERROR_SHARING_VIOLATION and ERROR_ACCESS_DENIEDDaniel Schürmann
2021-12-23Use dedicated ReplaceFileW API function when relpacing the track after writingDaniel Schürmann
2021-10-15Merge branch 'main' of git@github.com:mixxxdj/mixxx.git into track-metadata-syncUwe Klotz
2021-10-13explicitly convert QStrings to QFileInfosBe
2021-10-12Merge branch 'main' of git@github.com:mixxxdj/mixxx.git into track-metadata-syncUwe Klotz
2021-10-12Merge branch 'main' of git@github.com:mixxxdj/mixxx.git into track-metadata-syncUwe Klotz
2021-10-12Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2021-10-09Fix type detection of AIFF files with shortened suffix .aifUwe Klotz
2021-10-07SoundSourceMP3: Log recoverable errors as info instead of warningUwe Klotz
2021-10-06Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2021-10-05Fix handling of MIME types returned for unknown or missing filesUwe Klotz
2021-10-05Add comment about distinction of empty stringsUwe Klotz
2021-10-05Fix uppercase and whitespace handling when detecting file typesUwe Klotz
2021-10-05Detect MIME type and deduce expected file extension and typeUwe Klotz
2021-09-27Promote simple const variables to constexprtcoyvwac
2021-09-18replace QRegEx with QRegularExpressionBe
2021-09-16Library Prefs: Reword and explain Serato metadata synchronizationUwe Klotz
2021-09-16Only re-import Serato tags if Serato metadata export is enabledUwe Klotz
2021-09-05DB: Update track metadata from file tags if outdatedUwe Klotz
2021-09-04Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2021-09-04Merge pull request #4245 from uklotzde/lp1934785-soundsourceffmpegJan Holthuis
2021-08-28SoundSourceOpus: Fix invocation of inherited methodUwe Klotz
2021-08-28Require TagLib 1.11 or newerUwe Klotz
2021-08-28SoundSourceFFmpeg: Verify and document redundant loop conditionUwe Klotz
2021-08-28SoundSourceFFmpeg: Verify decoded frame flagsUwe Klotz
2021-08-26FFmpeg: Ignore inaudible samples before start of streamUwe Klotz
2021-08-25SoundSourceFFmpeg: Fix typos and namingUwe Klotz
2021-08-25ReadAheadFrameBuffer: Add debugging option for analysisUwe Klotz
2021-08-16Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2021-08-16Fix logger nameUwe Klotz