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
2020-09-11FORMAT: Run clang-format 10 on all C/CXX source-filesRobert
2020-08-13FIX(client): Compile error without manual pluginRobert Adam
2020-07-09FEAT(manual-plugin): Show speaker's positionRobert Adam
2020-06-08src/AudioOutput: resize buffer outside audio callback, for PulseAudioTerry Geng
2020-06-04src/mumble/AudioOutput*: replace NULL with nullptr, reformat filesTerry Geng
2020-06-04src/mumble/AudioOutput: initialize stereo panning factor when initialization ...Terry Geng
2020-05-29src/mumble: Stereo opus audio decode supportTerry Geng
2020-01-07Auto-update LICENSE.header in source filesDavide Beatrici
2019-01-25Auto-update LICENSE.header in source filesDavide Beatrici
2018-01-02Auto-update LICENSE.header in source files.Mikkel Krautz
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
2014-09-20Introduce use of Q_DECL_OVERRIDE and Q_DECL_FINAL into the codebase.Stefan Hacker
2014-02-13Fix assumptions in alignment fix by reintroducing silence heuristic.Stefan Hacker
2014-02-13Modify VoiceRecorder to be able to properly abort a recording.Stefan Hacker
2014-02-13Fix multi-track recordings going out of alignment on long recordingsStefan Hacker
2013-06-04add path (sub-src) to header guard defineKissaki
2013-06-04Prepend Projectname to header guard definesKissaki
2011-11-22Split AudioOutput.h/cppBenjamin Jemlich
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
2010-08-16Add basic recording logicBenjamin Jemlich
2010-07-20Fix some gcc and cppcheck warningsBenjamin Jemlich
2010-06-02Experimental WASAPI exclusive input modeThorvald 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-10-18Clientside celt juggling library loadThorvald Natvig
2009-09-27Fix CustomElements.h/cpp license headers and update some others.Stefan Hacker
2009-09-17Unify browsing for sound files.Stefan Hacker
2009-08-31Customizable sound for PTT Audio Cue.Stefan Hacker
2009-08-21Low bandwidth modeThorvald Natvig
2009-08-18Volatile the iMixerFreqThorvald Natvig
2009-08-02Various jitter fixes, and audio fadeThorvald Natvig
2009-06-08Replace AudioSine with samplesThorvald Natvig
2009-05-31Indent, changelog and submodule updateThorvald Natvig
2009-05-31SoundFile class which wraps QFile to allow resource-based samplesThorvald Natvig
2009-05-31.ui based AudioWizardThorvald Natvig
2009-05-21Use libsndfile for audio file processing.Stefan Hacker
2009-05-03Replace speex event sound support with celt support.Stefan Hacker