summaryrefslogtreecommitdiffstats
path: root/src/encoder
AgeCommit message (Expand)Author
2021-09-27Promote simple const variables to constexprtcoyvwac
2021-09-19remove obsolete getPrimaryScreen compatibility functionBe
2021-07-19fix type warningDaniel Schürmann
2021-07-08Encoder: Use mixxx::audio::SampleRate type instead of intJan Holthuis
2021-06-29Fix misc. typosluz paz
2021-06-12Delete obsolete comments referencing Ubuntu Bionic 18.04Uwe Klotz
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-05-18CMake: Add -Wformat=2 and -Wundef warningsJan Holthuis
2021-03-20Qt 5.12: Delete obsolete QT_VERSION_CHECK workaroundsUwe Klotz
2021-03-16EncoderFdkAac: Fix broken detection on Ubuntu 18.04 (lp1919073)Jan Holthuis
2021-03-16EncoderFdkAac: Improve error reportingJan Holthuis
2021-03-13Avoid duplicated call to sf_write_int()Daniel Schürmann
2021-03-13Improve convertFloat32ToIntFormatDaniel Schürmann
2021-03-13Add date based version number to the list of affected Ubuntu versions.Daniel Schürmann
2021-03-12Implement a working clamping code to work around the broken code in libsndfil...Daniel Schürmann
2021-02-16Encoder: fix build with OPUS=OFFBe
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