summaryrefslogtreecommitdiffstats
path: root/src/encoder
AgeCommit message (Expand)Author
2020-05-28Work around QRandomGenerator not being available on Qt 5.9Jan Holthuis
2020-05-28Use QRandomGenerator instead of qrand/qsrandJan Holthuis
2020-05-27Encoder: make use of override feature to silence clang warningsDaniel Schürmann
2020-04-28Fix various typosluz.paz
2020-02-01Fix error prone recording settings prefs designUwe Klotz
2020-01-21encoder/encoderrecordingsettings: Add missing override to setCompressionJan Holthuis
2020-01-07we dont use const in value parametersDaniel Schürmann
2020-01-07Add a default implementation of use.. functions and add a DEBUG_ASSERT if thi...Daniel Schürmann
2019-12-29add a new createEncoder function that returns an encoder independent from Use...Daniel Schürmann
2019-12-29move getFormat to EncoderSettings interfaceDaniel Schürmann
2019-12-29EncoderBroadcastSettings inherits EncoderSettings directlyDaniel Schürmann
2019-12-29Split out EncoderRecordingSettingsDaniel Schürmann
2019-12-29Removed unused functionsDaniel Schürmann
2019-12-29Use QString instead of Encoder::FormatDaniel Schürmann
2019-12-29Move inline functions into class definitionDaniel Schürmann
2019-11-11Delete redundant virtual keywordsUwe Klotz
2019-03-26Fix misc. typos and whitespaceluz.paz
2019-01-12Fix the build when opus is disabled and add Opus streaming/recording to the c...RJ Skerry-Ryan
2019-01-10help tr to find the textDaniel Schürmann
2019-01-10Add missing includeDaniel 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-08encoderopussettings: fix minor issuesSté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
2018-10-16Fix mismatched malloc/free vs new/delete issue. Found with clang-tidy.RJ Skerry-Ryan
2018-10-16Declare classes that call virtual functions in their construction/destructor ...RJ Skerry-Ryan
2018-10-15Merge branch 'master' into qt5-legacyRJ Skerry-Ryan
2018-10-01Misc. typo and whitespace fixesluz.paz
2018-09-19Merge pull request #1802 from rryan/lameDaniel Schürmann
2018-09-17Remove runtime dynamic loading of libmp3lame in favor of compile-time linking.RJ Skerry-Ryan
2018-09-15Remove QT_DISABLE_DEPRECATED_BEFORE and fix all Qt 5 compatibility issues.RJ Skerry-Ryan
2018-08-27fix typo: substract -> subtractnikolas
2018-06-12Source typosluz.paz
2018-05-28Merge branch 'lv2_support2' into effect_blacklistingKshitij Gupta
2018-05-25Coding standards conformancekshitij98
2018-04-23Merge branch '2.1'RJ Skerry-Ryan
2018-04-23Fix FFmpeg build issues caused by version dependenciesUwe Klotz
2018-04-06Typo fixes luzpaz
2018-01-23Delete obsolete initializationsUwe Klotz
2017-11-18Merge remote-tracking branch 'upstream/master' into multi-broadcastingStéphane Lepin
2017-11-14spelling: Unsuported -> UnsupportedNico Schlömer
2017-08-15Encoder API: update commentStéphane Lepin
2017-07-06Various fixesStéphane Lepin
2017-06-23BroadcastSettings: implement model and remove get/setCurrentProfilePalakis
2017-06-20BroadcastProfile: replace use of QSharedPointer with std::unique_ptrPalakis
2017-06-20Use a QSharedPointer smart pointer for instances of BroadcastProfilePalakis