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-04-16FEAT(client): Plugin frameworkRobert Adam
2021-04-09MAINT: Update copyright notice to 2021 (Part II)Robert
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-09-08FIX(client, audio): Streamline noise cancel chainFederico Terraneo
2020-05-26src/mumble/AudioInput: Fix echo cancellation, added options to dump input aud...Federico Terraneo
2020-04-07src/mumble/AudioInput: Fix racecondition for g.iTargetRobert Adam
2020-01-07Auto-update LICENSE.header in source filesDavide Beatrici
2019-09-20Implement & auto-select Opus' low delay modetrudnorx
2019-01-25Auto-update LICENSE.header in source filesDavide Beatrici
2018-07-07Add RNNoise supportmain()
2018-07-06Introduce OpusCodec to use Opus as shared libraryDavide Beatrici
2018-01-02Auto-update LICENSE.header in source files.Mikkel Krautz
2017-05-20AudioInput, Settings: add 'audio/inputchannelmask' setting for selecting whic...Mikkel Krautz
2017-05-09Added a "Undo Idle action upon activity" setting.Andrew Johnson
2017-01-21Audio, AudioInput, AudioOutput: add proper documentation about AudioInput and...Mikkel Krautz
2017-01-21Revert PR #2674: Mumble: convert AudioInputPtr and AudioOutputPtr to use QSha...Mikkel Krautz
2017-01-08Update tree copyrights to 2017.Mikkel Krautz
2016-11-28Mumble: convert AudioInputPtr and AudioOutputPtr to use QSharedPointer instea...Mikkel Krautz
2016-07-05mumble: add various Q_DECL_OVERRIDE declarations to fix the macOS build.Mikkel Krautz
2016-05-10src/mumble: update to use LICENSE.header.Mikkel Krautz
2015-12-12AudioInput: ensure our encoders are reset correctly when using > 1 frame per ...Mikkel Krautz
2014-09-20Introduce use of Q_DECL_OVERRIDE and Q_DECL_FINAL into the codebase.Stefan Hacker
2013-12-29Fix accidental CBR limit for large Opus frames.Stefan Hacker
2013-06-04add path (sub-src) to header guard defineKissaki
2013-06-04Prepend Projectname to header guard definesKissaki
2012-08-04Redesign idle action configuration and add a mute idle action.Stefan Hacker
2012-06-06Audio: Move CELT codeBenjamin Jemlich
2012-05-18AudioInput: Add codec switching code which supports OpusBenjamin Jemlich
2012-05-18Remove Speex encoding codeBenjamin Jemlich
2012-03-20Fix Opus frame counter in AudioInputBenjamin Jemlich
2012-02-18OS X: Build fixes for Xcode 4.3 (mostly PCH-related)Mikkel Krautz
2011-11-21Fix some Opus FIXMEs and add a few new onesBenjamin Jemlich
2011-11-09Fix include guards and PCH includesBenjamin Jemlich
2011-11-06Add basic Opus supportBenjamin Jemlich
2011-05-14Add and remove some forward declares from header filesBenjamin Jemlich
2011-03-18Update copyright year ranges of dev team.Thorvald Natvig
2011-02-26Split AudioInput::encodeAudioFrameBenjamin Jemlich
2010-10-05Remove unused code, spotted by rawnarBenjamin Jemlich
2010-07-17Use noise-filtered amplitude for VADNicos Gollan
2010-06-02Experimental WASAPI exclusive input modeThorvald Natvig
2010-02-24Clientside idletimer counts keypresses, and deafens instead of mutesThorvald Natvig
2010-02-11Indent, changelog, submodule and language updateThorvald Natvig
2010-02-11Create isAlive() to check runstate instead of bRunning, and unify stop/start ...Thorvald Natvig
2010-01-05Update license to 2010Thorvald Natvig
2009-12-28Show and react immediately to tranmission changes in audiowizardThorvald Natvig