Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-16FORMAT: Run clang-format 10 on all source filesRobert Adam
2021-03-06REFAC: Make sure all macros are #undef'd againRobert Adam
2021-03-06REFAC(client): Remove global "g" macroRobert Adam
2021-03-02MAINT: Update copyright notice to 2021Robert Adam
2021-02-11REFAC(audio): Move echo cancellation options into an enum.Terry Geng
2021-02-11FEAT(ui, audio): Customizable platform-dependent echo canceller listTerry Geng
2021-01-12REFACTOR(client, audio): Unified interface for mic permission checkTerry Geng
2020-09-11FORMAT: Run clang-format 10 on all C/CXX source-filesRobert
2020-06-27REFAC(client): replace NULL and Q_NULLPTR with nullptrPopkornium18
2020-05-24src/Mumble/JackAudio.cpp: remove C++17 usage in JackAudioOutput::run()Davide Beatrici
2020-01-07Auto-update LICENSE.header in source filesDavide Beatrici
2019-11-11JackAudio: remove locks from realtime callbacks, various improvementsJohn Mckay
2019-10-31JackAudio: load symbols at runtimeDavide Beatrici
2019-10-08Revamp JackAudio implementationDavide Beatrici
2019-10-07Replace deprecated qSort() with std::sort()Davide Beatrici
2019-09-25Remove unneeded null pointer checkshbarker
2019-05-04JackAudio: fix segmentation fault, revamp initialization logicDavide Beatrici
2019-01-25Auto-update LICENSE.header in source filesDavide Beatrici
2018-08-02JackAudio: change disconnect_ports() so that it uses stored ports instead of ...Davide Beatrici
2018-07-08Add "--jackname" and "--jn" parameters to set a custom Jack client nameDavide Beatrici
2018-07-04JACK: don't start the server if using another backend, create only required p...Davide Beatrici
2018-07-02Jack: update license headerDavide Beatrici
2018-07-02Jack: adapt codestyleBernd Buschinski
2018-07-02Jack: fix possible crash on closeBernd Buschinski
2018-07-02Jack: add option to autostart jackserver (default on) and another one to auto...Bernd Buschinski
2018-07-02Jack: improve error checkingBernd Buschinski
2018-07-02Jack: fix possible crash on Mumble shutdownBernd Buschinski
2018-07-02Jack: make number of output channels configurable (mono/stereo)Bernd Buschinski
2018-07-02Jack: fix it always being activeBernd Buschinski
2018-07-02Jack: add stereo supportBernd Buschinski
2018-07-02Jack: convert spaces to tabs, to fit better with Mumble's coding styleBernd Buschinski
2018-07-02Jack: add initial supportMark Felder