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-16FEAT(client): Plugin frameworkRobert Adam
2021-04-09MAINT: Update copyright notice to 2021 (Part II)Robert
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
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-02-27mumble/Audio.cpp: Use QElapsedTimer instead of QTime as the latter appears to...Robert Adam
2020-01-18src/mumble/Audio.cpp: Turned warning about Opus-error into actual Log-msg tha...Robert Adam
2020-01-07Auto-update LICENSE.header in source filesDavide Beatrici
2019-11-12fix build without OpusLartza
2019-10-15Remove CELT 0.11.0Davide Beatrici
2019-09-12Don't include PCH headers directlyDavide Beatrici
2019-01-25Auto-update LICENSE.header in source filesDavide Beatrici
2018-07-06Introduce OpusCodec to use Opus as shared libraryDavide 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-12-01Audio: start qtLastFetch timer in LoopUser to fix local loopback.Mikkel Krautz
2016-11-28Mumble: convert AudioInputPtr and AudioOutputPtr to use QSharedPointer instea...Mikkel Krautz
2016-05-10src/mumble: update to use LICENSE.header.Mikkel Krautz
2012-08-10Mumble: allow client to use SBCELT for CELT decoding via CONFIG(sbcelt).Mikkel Krautz
2012-08-03Add CELT kill switch to configuration. (g.s.bDisableCelt @ audio/disablecelt)Stefan Hacker
2012-06-06Audio: Move CELT codeBenjamin Jemlich
2012-06-06Audio: Remove unused CELT loading codeBenjamin Jemlich
2011-11-09Remove Qt <4.6 compatibility definesBenjamin Jemlich
2011-11-09Fix include guards and PCH includesBenjamin Jemlich
2011-10-14Add local-ignore-text-messages option.Jamie Fraser
2011-05-16Use __typeof__ CELT resolve for g++Thorvald Natvig
2011-03-18Update copyright year ranges of dev team.Thorvald Natvig
2011-02-04Add CELT 0.11.0 supportBenjamin Jemlich
2010-12-24Always set umtType to the correct versionBenjamin Jemlich
2010-12-21Add CELT 0.10.0Benjamin Jemlich
2010-11-06Replace CELT 0.8.1 with 0.9.0Benjamin Jemlich
2010-08-16Fix deadlock on codec change while recording. Various minor style fixes.Stefan Hacker
2010-08-16Possible crash fixBenjamin Jemlich
2010-08-16Add local voice recordingBenjamin Jemlich
2010-07-20Fix some gcc and cppcheck warningsBenjamin Jemlich
2010-06-21Add a wrapper for the new CELT 0.8.0 APIBenjamin Jemlich
2010-04-21Add dynload of CELT 0.8.0Thorvald Natvig
2010-03-08Unify talkstate and s/WhisperChannel/Shouting/Thorvald Natvig
2010-02-11Create isAlive() to check runstate instead of bRunning, and unify stop/start ...Thorvald Natvig
2010-01-16Update to new naming for libcelt0Thorvald Natvig
2010-01-10Clientside user informationThorvald Natvig
2010-01-05Update license to 2010Thorvald Natvig
2009-12-01Add magic 0.7.0 detectorThorvald Natvig
2009-11-07Arch-dependant library load on Win32Thorvald Natvig
2009-10-26Build CELT 0.7.0Thorvald Natvig
2009-10-20Compile new celt juggling on Intel compilerThorvald Natvig