summaryrefslogtreecommitdiffstats
path: root/src/encoder
AgeCommit message (Expand)Author
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-28Fix various MSVC conversion data loss warningsJan Holthuis
2020-11-24EncoderMP3: Fix conversion warnings on WindowsJan Holthuis
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-13Merge remote-tracking branch 'upstream/2.3' into cleanup-headersxerus2000
2020-11-12Fix a bunch of clazy-range-loop warningsJan Holthuis
2020-11-10Remove filename and author comment in header filesxerus2000
2020-11-10Remove long copyright headersxerus2000
2020-11-10Remove filename headersxerus2000
2020-11-10Use #pragma once everywherexerus2000
2020-11-10Remove all @author commentsxerus2000
2020-10-09Merge branch '2.3' of github.com:mixxxdj/mixxx into float-warnings-pt-3Jan Holthuis
2020-09-29replace #include "track/track.h" by "track_decl.h" in all header filesDaniel Schürmann
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
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