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
2022-01-04MAINT: Update copyright to 2022Robert Adam
2021-05-10FIX(client): Properly show currently selected audio device in settings dialogDavide Beatrici
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-06-06src/mumble: remove positional audio check in audio backendsDavide Beatrici
2020-01-07Auto-update LICENSE.header in source filesDavide Beatrici
2019-10-07Replace deprecated qSort() with std::sort()Davide 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
2018-01-02Auto-update LICENSE.header in source files.Mikkel Krautz
2017-01-08Update tree copyrights to 2017.Mikkel Krautz
2016-05-10src/mumble: update to use LICENSE.header.Mikkel Krautz
2015-11-09Use %zd for ssize_t printing in OSS.cpp.Mikkel Krautz
2014-05-10Avoid "jump to label crosses initialization" error.Christian Krause
2011-11-09Fix include guards and PCH includesBenjamin Jemlich
2011-10-09handle some cppcheck-found issues:Kissaki
2011-05-16Fix some compiler warningsThorvald Natvig
2011-05-16Get rid of unused macrosThorvald Natvig
2011-03-18Update copyright year ranges of dev team.Thorvald Natvig
2011-02-28Fixed typo: "staring" -> "starting" in OSS.cppJamie Fraser
2010-07-20Fix possible fd leak in OSS codeBenjamin Jemlich
2010-01-05Update license to 2010Thorvald Natvig
2009-05-02s/Player/User/Thorvald Natvig
2009-04-30Remove a lot of compiler warningsThorvald Natvig
2009-01-12Make canEcho const, unify XML for OS info and don't start UDP thread if the s...Thorvald Natvig
2009-01-05Update copyright for 2009Thorvald Natvig
2008-08-14Use explicit static_cast<> instead of implicit conversions for float<->int etcThorvald Natvig
2008-04-12IndentingThorvald Natvig
2008-04-12Multichannel pulseaudioThorvald Natvig
2008-04-11OSS fixesThorvald Natvig
2008-04-07Bring *nix audio backends in sync with new mixerThorvald Natvig
2008-03-25Remove config for OSS, ALSA, PulseAudio and PortAudioThorvald Natvig
2008-03-25Refactor "Basic Audio" config dialog, and remove most of the system-specific ...Thorvald Natvig
2008-03-22Fix iOutputDelay on *nixThorvald Natvig
2008-03-22Rename iDXOutputDelay to iOutputDelay and move it to the general config pane.Thorvald Natvig
2008-03-20Indenting runThorvald Natvig
2008-01-05Update copyright for 2008Thorvald Natvig
2007-11-23Better audio path detection. Fix race bug in AudioOutputThorvald Natvig
2007-11-18DeferInit -- avoids thread races for global initializersThorvald Natvig
2007-11-17IndentThorvald Natvig
2007-11-17Remember wizard settings for OSS/ALSA.Thorvald Natvig
2007-11-09More Ubuntu fixesThorvald Natvig
2007-10-16Ensure labels are updated in config widgets.Thorvald Natvig