summaryrefslogtreecommitdiffstats
path: root/src/encoder/encoderopus.cpp
AgeCommit message (Expand)Author
2021-07-19fix type warningDaniel Schürmann
2021-07-08Encoder: Use mixxx::audio::SampleRate type instead of intJan Holthuis
2021-05-20Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2021-05-19Use fixed-size integer types for audio stream propertiesUwe Klotz
2021-03-20Qt 5.12: Delete obsolete QT_VERSION_CHECK workaroundsUwe Klotz
2021-02-02Improve error handling when initalize the encoders for recording or broadcastingDaniel Schürmann
2020-12-15Add missing braces around single-line statementsJan Holthuis
2020-12-15Add missing namespace commentsJan Holthuis
2020-12-02Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-10Remove filename headersxerus2000
2020-09-25encoder/encoderopus: Replace double math with int mathJan Holthuis
2020-09-25encoder/encoderopus: Add missing casts to intJan Holthuis
2020-05-28Work around QRandomGenerator not being available on Qt 5.9Jan Holthuis
2020-05-28Use QRandomGenerator instead of qrand/qsrandJan Holthuis
2019-03-26Fix misc. typos and whitespaceluz.paz
2019-01-10help tr to find the textDaniel Schürmann
2019-01-08encoderopus: minor fixesStéphane Lepin
2019-01-08encoderopus: use cpp-style castsStéphane Lepin
2019-01-08Merge branch 'opus-encoder' of github.com:Palakis/mixxx into opus-encoderStéphane Lepin
2019-01-08encoderopus: fix minor issuesStéphane Lepin
2019-01-08encoderopus: fix indentStéphane Lepin
2019-01-08opus(encoder): keep opus constants in one placeStéphane Lepin
2018-12-31Opus encoderStéphane Lepin