summaryrefslogtreecommitdiffstats
path: root/src/track
AgeCommit message (Expand)Author
2022-01-16Merge pull request #4610 from uklotzde/taglib-id3v2Jan Holthuis
2022-01-16Merge branch '2.3' of github.com:mixxxdj/mixxxJan Holthuis
2022-01-15SeratoMarkers2: Always skip trailing null byte when parsing stringJan Holthuis
2022-01-15SeratoMarkers(2): Cast size to quint32 during serializationJan Holthuis
2022-01-11Rename functionUwe Klotz
2022-01-10TagLib::ID3v2: Add const qualifiers to loop variablesUwe Klotz
2022-01-10TagLib::ID3v2: Use range-based for loops and downcastFrame()Uwe Klotz
2022-01-08Merge pull request #4605 from uklotzde/export-track-metadata-paramsUwe Klotz
2022-01-08ID3v2 parsing: Improve readability and log warningsUwe Klotz
2022-01-07Beats deserialization: Fix misleading warning logs if no data availableUwe Klotz
2022-01-06Export track metadata: Pass synchronization parameters explicitlyUwe Klotz
2022-01-05Linearize control flow in TrackRecord::checkSourceSyncStatus()Uwe Klotz
2021-12-08Remove unneeded space between double closing angle bracketsJan Holthuis
2021-12-06Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2021-12-06TrackRef: Use implicitly defined copy constructor and assignment operatorUwe Klotz
2021-11-20Add missing const qualifiers to isDirty()Uwe Klotz
2021-11-11Beats: Add some commentsJan Holthuis
2021-11-11Beats: Use "last marker" term instead of "end marker"Jan Holthuis
2021-11-10Merge pull request #4499 from Holzhaus/newbeats-translate-assertDaniel Schürmann
2021-11-09Beats: Improve position variable name in `tryTranslate`Jan Holthuis
2021-11-05Beats: Remove leftover qWarning from debuggingJan Holthuis
2021-11-03Beats: Round positions to lower frame boundary on translateJan Holthuis
2021-11-02Beats: Rename cearliest/clatest to cbegin/cendJan Holthuis
2021-11-02Beats: Let clastmarker() point to the marker, not the beat behind itJan Holthuis
2021-11-02Beats: Rename cbegin/cend to cfirstmarker/clastmarkerJan Holthuis
2021-10-29Merge pull request #4411 from Holzhaus/newbeats-iteratorDaniel Schürmann
2021-10-26Beats: Add comments for iterator methods (cbegin/cend/cearliest/clatest)Jan Holthuis
2021-10-26Beats: Remove legacy BeatIterator class in favor of std::iteratorJan Holthuis
2021-10-26Beats: Remove leftover qWarning() from debuggingJan Holthuis
2021-10-25Merge branch 'main' of github.com:mixxxdj/mixxx into newbeatsJan Holthuis
2021-10-23TrackDAO: Load a single track by URLUwe Klotz
2021-10-23Merge pull request #4366 from daschuer/fuzzy_beatsOwen Williams
2021-10-21Beats: Don't return arithmetic average from getBpmInRange()Jan Holthuis
2021-10-21Merge pull request #4361 from Holzhaus/getbpminrangeDaniel Schürmann
2021-10-21Beats: Skip additional marker insertion if beats are beatgrid-compatibleJan Holthuis
2021-10-21Beats: Fix Serato BeatGrid importJan Holthuis
2021-10-21Beats: Add methods to access underlying data structures as testsJan Holthuis
2021-10-21Beats: Merge new beats implementation into abstract Beats classJan Holthuis
2021-10-21Beats: Remove old BeatMap/BeatGrid classesJan Holthuis
2021-10-21Beats: Use new beats implementation for beatgridsJan Holthuis
2021-10-21Beats: Implement BPM scalingJan Holthuis
2021-10-21Beats: Implement methods to create object from const tempo or beat vectorJan Holthuis
2021-10-21Beats: Add new unified beats implementationJan Holthuis
2021-10-20Beats: Clarify that getBpmAroundPosition returns the arithmetic averageJan Holthuis
2021-10-20Beats: Fix wrong comment stating that getBpmInRage returns average BPMJan Holthuis
2021-10-17Merge branch 'main' of git@github.com:mixxxdj/mixxx.git into track-metadata-syncUwe Klotz
2021-10-17Qt6: Add missing explicit conversions to QUuidUwe Klotz
2021-10-15Merge branch 'main' of git@github.com:mixxxdj/mixxx.git into track-metadata-syncUwe Klotz
2021-10-15Beats: Refactor getBpm() into getBpmInRange(startPos, endPos)Jan Holthuis
2021-10-15Merge pull request #4409 from Holzhaus/beats-scale-nullptrDaniel Schürmann