summaryrefslogtreecommitdiffstats
path: root/src/encoder
AgeCommit message (Expand)Author
2021-02-09EncoderFdkAac: use #pragma onceBe
2021-02-04EncoderFdkAac: prefer external libraries that may support HE-AACBe
2021-02-04EncoderFdkAac: change m_library to a std::unique_ptrBe
2021-02-04EncoderFdkAac: update name of BUTT DLLBe
2021-02-04remove useless commentDaniel Schürmann
2021-02-04Use more QStringLiteralDaniel Schürmann
2021-02-04replace isNull() with isEmpty()Daniel Schürmann
2021-02-02Update error message.Daniel Schürmann
2021-02-02Fix redundant message box when fdk-aac is not installed.Daniel Schürmann
2021-02-02Improve error handling when initalize the encoders for recording or broadcastingDaniel Schürmann
2021-02-02Replace QString::nullDaniel Schürmann
2021-02-02Check for SBR supportDaniel Schürmann
2021-02-01Check return value from aacEncoder_SetParamDaniel Schürmann
2021-02-01Avoid log spam when probing fdkaac librariesDaniel Schürmann
2021-02-01Re-enabled Quality slider for AAC recordingDaniel Schürmann
2021-01-21Fix file extensions during recording.Daniel Schürmann
2021-01-11link libshout-idjc against pthreadDaniel Schürmann
2021-01-10Avoid extra buffer for sample conversionDaniel Schürmann
2021-01-10Try loading libfdk-aac.so.2 firstDaniel Schürmann
2021-01-09clazy fixesDaniel Schürmann
2021-01-09fix line breakDaniel Schürmann
2021-01-09fix loading of libfdk-aac if no symlink without a version is providedDaniel Schürmann
2021-01-08fdk-aac encoderStéphane L
2020-12-15Replace null pointer constants (e.g. NULL, 0) with nullptrJan Holthuis
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-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