summaryrefslogtreecommitdiffstats
path: root/src/sources
AgeCommit message (Expand)Author
2020-03-10Merge pull request #2535 from uklotzde/1865957_taglib_empty_file_tagsDaniel Schürmann
2020-03-07Handle FLAC files with no file tags but only a picture listUwe Klotz
2020-03-07TagLib: Fix detection of empty or missing file tagsUwe Klotz
2020-02-28Extract guessing of cover art from CoverArtCacheUwe Klotz
2020-02-16Merge pull request #2129 from uklotzde/soundsourcecoreaudio_cue_shiftDaniel Schürmann
2020-01-04Cache possible covers from last folderUwe Klotz
2020-01-03Use CoverArtUtils::guessCoverInfo() when updating track from sourceUwe Klotz
2020-01-03Use CoverInfoRelative instead of CoverInfoUwe Klotz
2019-12-31Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into dev_library_me...Uwe Klotz
2019-12-30Merge branch '2.2' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2019-12-30use static_cast<WavpackContext*>(m_wpc)Daniel Schürmann
2019-12-30Prevent infinite loop when decoding corrupt MP3 filesUwe Klotz
2019-12-30don't use WavpackContext in the public soundsourcewv interfaceDaniel Schürmann
2019-12-23Use QStringLiteralUwe Klotz
2019-12-18Import and merge missing track metadata from file tagsUwe Klotz
2019-12-09Fix various typosluz.paz
2019-11-21Move export of track metadata from TrackCollection into LibraryUwe Klotz
2019-11-21Lift enum into global namespaceUwe Klotz
2019-10-27FFmpeg: Reject files with unknown/unlimited durationUwe Klotz
2019-10-20Adjust priority of SoundSourceProviderCoreAudioUwe Klotz
2019-10-20Fix cue shift/offset for files with leading framesUwe Klotz
2019-10-18Merge branch '2.2' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2019-10-05Fix debug assertions while decoding corrupt filesUwe Klotz
2019-10-05Recover from FLAC deocding errorsUwe Klotz
2019-10-04Adjust (inaccurate) audio stream length during read operationsUwe Klotz
2019-09-28Move file name parsing into TrackInfoUwe Klotz
2019-09-28More restrictive artist/title parsing from file namesUwe Klotz
2019-09-15Avoid debug assertion if file has disappearedUwe Klotz
2019-09-14Merge pull request #1356 from uklotzde/ffmpeg31Be
2019-09-08Extract resampling of decoded frame into functionUwe Klotz
2019-09-08Add comment about unrecoverable seek errorsUwe Klotz
2019-09-08Add comment about sample-accurate seeking in the streamUwe Klotz
2019-09-08Add constant and comment about pre-allocated codec sample bufferUwe Klotz
2019-09-08Add comment about desired channel count and layoutUwe Klotz
2019-09-08Add comments about how each decoded frame is processedUwe Klotz
2019-09-08Extract code for initializing resampling into functionUwe Klotz
2019-09-08Extract code for consuming the next packet into functionUwe Klotz
2019-09-08Add note about MP3 preroll frames on seekingUwe Klotz
2019-09-08Fix formatting of commentsUwe Klotz
2019-09-08Fix debug assertion for some MP3 VBR filesUwe Klotz
2019-09-08Extract buffering/seeking functions to improve readabilityUwe Klotz
2019-09-02Merge pull request #2258 from uklotzde/reference_decoder_priorityDaniel Schürmann
2019-09-02Adjust priorities for libsndfileUwe Klotz
2019-09-02Increase priority of reference decoders from DEFAULT to HIGHERUwe Klotz
2019-09-01Increase priority of reference decoders from DEFAULT to HIGHERUwe Klotz
2019-09-01Change priority from LOWER to LOWESTUwe Klotz
2019-07-08Rename SoundSource providerUwe Klotz
2019-07-08Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into ffmpeg31Uwe Klotz
2019-07-08Merge branch '2.2' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2019-07-03Replace SoundSourceFFmpeg with new implementation for FFmpeg 4.xUwe Klotz