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-05-10FIX(client): Properly show currently selected audio device in settings dialogDavide Beatrici
2021-04-16FORMAT: Run clang-format 10 on all source filesRobert Adam
2021-03-06DOCS(client, windows): Macro wizardry around DEFINE_GUIDRobert 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-07-11src/mumble/WASAPI.cpp: fix redefinition with MinGW in protobuf's "strutil.h"Davide Beatrici
2020-06-27REFAC(client): replace NULL and Q_NULLPTR with nullptrPopkornium18
2020-01-07Auto-update LICENSE.header in source filesDavide Beatrici
2019-10-07Replace deprecated qSort() with std::sort()Davide Beatrici
2019-09-12Add missing includes for "no-pch" buildDavide Beatrici
2019-09-12Don't include PCH headers directlyDavide Beatrici
2019-03-05Include "Global.h" after "Mumble.pb.h", to avoid a redefinition issue with pr...Davide Beatrici
2019-01-25Auto-update LICENSE.header in source filesDavide Beatrici
2019-01-14WASAPI: print log message when the OS blocks access to the microphoneDavide Beatrici
2018-01-02Auto-update LICENSE.header in source files.Mikkel Krautz
2017-06-04WASAPI, Settings: expose 'wasapi/role' setting to allow users to set WASAPI r...Mikkel Krautz
2017-04-25Reduce variable scopeJan Klass
2017-04-25Check for null before pointer useJan Klass
2017-03-17WASAPI.cpp: Fix cross-initialization problemDavide Beatrici
2017-03-17WASAPI.cpp: Manually define GUIDsDavide Beatrici
2017-03-15Merge PR #2935: WASAPI.cpp: Remove unused "numFramesLeft" variableMikkel Krautz
2017-03-15WASAPI.cpp: Remove unused "numFramesLeft" variableDavide Beatrici
2017-03-13WASAPI.cpp: Fix wrong print formatDavide Beatrici
2017-01-08Update tree copyrights to 2017.Mikkel Krautz
2016-07-05WASAPI: remove unnecessary Timer.h and User.h includes in WASAPI.cpp.Mikkel Krautz
2016-05-10src/mumble: update to use LICENSE.header.Mikkel Krautz
2015-03-16Fix double free in WASAPI no positional audio fallback code-pathStefan Hacker
2015-03-14Address review concerns to mix format check changesStefan Hacker
2015-03-10Simplify and extend mix format check in WASAPI.cppStefan Hacker
2015-03-09Fix handling of WAVEFORMATEX in WASAPI backend.Stefan Hacker
2012-11-16Add WASAPINotificationClient code to reset audio in reaction to deviceStefan Hacker
2012-02-26Misc fixesBenjamin Jemlich
2011-11-09Fix include guards and PCH includesBenjamin Jemlich
2011-11-03WASAPI: write the correct variable to the logBenjamin Jemlich
2011-11-02WASAPI: use a function to open the devicesBenjamin Jemlich
2011-11-02WASAPI: add more error loggingBenjamin Jemlich
2011-11-02WASAPI: ask WASAPI if it supports our modified format and fall back to the mi...Benjamin Jemlich
2011-11-02WASAPI: move ducking opt-out to a separate functionBenjamin Jemlich
2011-11-02WASAPI: unify exclusive & shared mode rendering loopBenjamin Jemlich
2011-10-27Request 2 output channels on Windows without PABenjamin Jemlich
2011-10-09handle some cppcheck-found issues:Kissaki
2011-08-21Split up and refactor WASAPIOutput::setVolumes function to get rid ofStefan Hacker
2011-05-13Fix: Ducking events attenuate Mumble (Win7) (#3294588)Stefan Hacker
2011-03-18Update copyright year ranges of dev team.Thorvald Natvig
2011-01-09Added information to the warnings, to help trace problems on windows systemsMark-Willem Jansen
2010-07-20Fix some gcc and cppcheck warningsBenjamin Jemlich