summaryrefslogtreecommitdiffstats
path: root/src/engine
AgeCommit message (Expand)Author
2021-04-04Added missing virtual destructor in GainCalculatorDaniel Schürmann
2021-04-04Remove unused eject from SyncControlDaniel Schürmann
2021-04-02Adopt bpm as base bpm when enable sync with no track loadedDaniel Schürmann
2021-04-02Don't change the internal baseBpm away from the value adopted from a deckDaniel Schürmann
2021-04-02Adjust determineBpmMultiplier() that it returns the same decission independen...Daniel Schürmann
2021-03-19InternalClock: Use forward declaration for EngineChannelJan Holthuis
2021-03-17Fix debug assertion caused by BpmControlUwe Klotz
2021-03-12Split up SampleUtil::mixStereoToMono to allow vectorization in bothDaniel Schürmann
2021-03-11Add wapper trySetAndLockBeats() to stream line the track APIDaniel Schürmann
2021-03-08check bpm lock when setting beat grid of bpmDaniel Schürmann
2021-03-04make beats pointer constDaniel Schürmann
2021-03-04make TrackPointer constDaniel Schürmann
2021-03-02make setBpm() constDaniel Schürmann
2021-03-02make Beats::translate constDaniel Schürmann
2021-02-25Use -DBL_MAX as inital sample position, and fix more testsDaniel Schürmann
2021-02-25remove i prefixDaniel Schürmann
2021-02-25setCurrentSample using m_filepos_play, and fix failing test.Daniel Schürmann
2021-02-25Introduce kInitalSample as inital value not 0.0Daniel Schürmann
2021-02-25Remove unused constants from header fileDaniel Schürmann
2021-02-24EngineBuffer: Set EngineControl track sample rate/count on track loadJan Holthuis
2021-02-22Merge pull request #3615 from Be-ing/fdk-aac_rebaseJan Holthuis
2021-02-16ShoutConnection: allow AAC for ShoutcastBe
2021-02-02removed stray ;Daniel Schürmann
2021-02-02fixed shadowed varibale issueDaniel Schürmann
2021-02-02Fix second pop up in case of encoder issues during broadcasting.Daniel Schürmann
2021-02-02Prevent double message box in case of recording issues.Daniel Schürmann
2021-02-02Improve error handling when initalize the encoders for recording or broadcastingDaniel Schürmann
2021-01-31Remove unused sample layout property from SignalInfoUwe Klotz
2021-01-27Merge remote-tracking branch 'upstream/2.3' into fdkaac-encoder3Daniel Schürmann
2021-01-22Merge pull request #3579 from daschuer/lp1910814Uwe Klotz
2021-01-22ShoutConnection: Fix potential race condition on disconnectUwe Klotz
2021-01-21Campare int counter with > 0 instead of implicite bool castDaniel Schürmann
2021-01-21Reset individual preview state even when not previewing, fixes lp1910814Daniel Schürmann
2021-01-10Stop when hitting cue while plaing in DENON mode, fixes a regression since #3344Daniel Schürmann
2021-01-09fix include filesDaniel Schürmann
2021-01-08fdk-aac encoderStéphane L
2021-01-01Save CUE Sheet text as UTF-8 (#3496)Albert Aparicio Isarn
2020-12-15Replace null pointer constants (e.g. NULL, 0) with nullptrJan Holthuis
2020-12-15Add pointer qualification to auto typesJan Holthuis
2020-12-15Add missing braces around single-line statementsJan Holthuis
2020-12-15Add missing namespace commentsJan Holthuis
2020-12-12Fix inconsistent naming of hot cue "index" vs. "number"Uwe Klotz
2020-12-07Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-12-02Delete trailing/leading blank linesJan Holthuis
2020-12-02Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-12-02Clean up comments and use doxygen style (///)Jan Holthuis
2020-11-28Merge remote-tracking branch 'upstream/2.3' into stuck_hotcueDaniel Schürmann
2020-11-27Move destructor to cpp file to fix build.Daniel Schürmann
2020-11-27Merge pull request #3336 from daschuer/hotcue_focus_off_by_oneUwe Klotz