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-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-09-11FIX(code): MacOS error with celtRobert 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*: stereo sample playback supportTerry Geng
2020-05-29src/mumble: Stereo opus audio decode supportTerry Geng
2020-04-16Feature: Channel ListenersRobert Adam
2020-01-07Auto-update LICENSE.header in source filesDavide Beatrici
2019-09-21renamed AudioOutputUser::needSamples to AudioOutputUser::prepareSampleBufferRobert Adam
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-08Update tree copyrights to 2017.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
2013-06-04add path (sub-src) to header guard defineKissaki
2013-06-04Prepend Projectname to header guard definesKissaki
2012-02-18Include <stdint.h> instead of the HAVE_STDINT_H hack.Mikkel Krautz
2012-02-18OS X: Build fixes for Xcode 4.3 (mostly PCH-related)Mikkel Krautz
2011-11-22AudioOutputSpeech: Fix output buffer size calculationsBenjamin Jemlich
2011-11-22AudioOutputSpeech: Use a buffer on the heap for the resamplerBenjamin Jemlich
2011-11-22Split AudioOutput.h/cppBenjamin Jemlich