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-09-10CHANGE(client): Drop support for all legacy codecsRobert Adam
2022-03-27REFAC: Consistently format constexpr VAR_NAMESRobert Adam
2022-03-27CHANGE: Use Protobuf for UDP messagesRobert Adam
2022-02-06BUILD(client): Remove USE_OPUS defineKlemens Nanni
2022-01-04MAINT: Update copyright to 2022Robert Adam
2021-06-14FEAT(client): Add interaural delayEpicalert
2021-04-16FORMAT: Run clang-format 10 on all source filesRobert Adam
2021-03-06BUILD(cmake): Always define _USE_MATH_DEFINESRobert 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-07-02FEAT(client): Indicate talking users when locally mutedRobert 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/AudioOutputSpeech: Set disable-phase-inversion flag on Opus to pro...Terry Geng
2020-05-29src/mumble: Stereo opus audio decode supportTerry Geng
2020-04-24src/mumble/AudioOutputSpeech.cpp: Set talking state to passive in destructorRobert Adam
2020-04-16Feature: Channel ListenersRobert Adam
2020-04-09src: Use enum values instead of magic numbers for speech flagsRobert Adam
2020-01-07Auto-update LICENSE.header in source filesDavide Beatrici
2019-11-12fix build without OpusLartza
2019-09-21Merge PR #3806: Renamed AudioOutputUser::needSamplesDavide Beatrici
2019-09-21renamed AudioOutputUser::needSamples to AudioOutputUser::prepareSampleBufferRobert Adam
2019-09-12Add missing includes for "no-pch" buildDavide Beatrici
2019-09-12Don't include PCH headers directlyDavide Beatrici
2019-01-25Auto-update LICENSE.header in source filesDavide Beatrici
2018-12-20Fix crash when Opus is not availableDavide Beatrici
2018-07-06Introduce OpusCodec to use Opus as shared libraryDavide Beatrici
2018-01-02Auto-update LICENSE.header in source files.Mikkel Krautz
2017-02-26AudioOutputSpeech: only process Speex packets as Speex.Mikkel Krautz
2017-01-08Update tree copyrights to 2017.Mikkel Krautz
2016-05-10src/mumble: update to use LICENSE.header.Mikkel Krautz
2015-12-30Remove all REPORT_JITTER-related code.Mikkel Krautz
2014-02-05mumble: fix Mumble-SA-2014-002 (CVE-2014-0045).Mikkel Krautz
2014-02-05mumble: fix Mumble-SA-2014-001 (CVE-2014-0044).Mikkel Krautz
2013-10-23Fix various compiler warnings with VS2010Stefan Hacker
2012-10-24refacs; initialization, var-scope reduction, replace c-style casts, rm unusedKissaki
2012-08-04Fix Opus encoding for end of speech frames as well as bandwidth display.Stefan Hacker
2012-06-06Audio: Move CELT codeBenjamin Jemlich
2012-06-05AudioOutputSpeech: Fix noise problems in Opus modeBenjamin Jemlich
2012-03-20Save one more byte in the Opus terminatorBenjamin Jemlich
2012-03-20Improve Opus terminator flagBenjamin Jemlich
2011-11-24AudioOutputSpeech: Use the correct buffer size for the resamplerBenjamin Jemlich
2011-11-22AudioOutputSpeech: Fix output buffer size calculationsBenjamin Jemlich
2011-11-22AudioOutputSpeech: Use a buffer on the heap for the resamplerBenjamin Jemlich
2011-11-22Add terminator packet for Opus streamsBenjamin Jemlich
2011-11-22Split AudioOutput.h/cppBenjamin Jemlich