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-01-12FEAT(client, mac): Prompt user for microphone permission if not grantedTerry Geng
2020-09-11FORMAT: Run clang-format 10 on all C/CXX source-filesRobert
2020-06-08src/mumble/CoreAudio: resize buffer outside audio callback, for CoreAudioTerry Geng
2020-06-06src/mumble/CoreAudio: Reformatted files.Terry Geng
2020-06-06src/CoreAudio: update CoreAudio API, remove deprecated API calls.Terry Geng
2020-01-07Auto-update LICENSE.header in source filesDavide Beatrici
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-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
2015-11-21CoreAudio: use '#pragma GCC' to be compatible with both GCC and Clang.Mikkel Krautz
2015-11-15CoreAudio: make it build with -Werror.Mikkel Krautz
2011-11-09Fix include guards and PCH includesBenjamin Jemlich
2011-10-09handle some cppcheck-found issues:Kissaki
2011-03-18Update copyright year ranges of dev team.Thorvald Natvig
2010-12-03CoreAudio: Use AudioUnitPropertyListener instead of AUEventListener to listen...Mikkel Krautz
2010-12-03CoreAudio: Restart AudioInput/AudioOutput on stream format changes.Mikkel Krautz
2010-07-26Don't stop device initialization in CoreAudio in cases where reading BufferFr...Mikkel Krautz
2010-07-26Fix typo in CoreAudio.Mikkel Krautz
2010-07-26Zero out AudioBufList in CoreAudioInput constructor. Could lead to nasty cras...Mikkel Krautz
2010-07-20Fix some gcc and cppcheck warningsBenjamin Jemlich
2010-01-05Update license to 2010Thorvald Natvig
2009-11-20Revert AudioDevice{set,get} parameter change in CoreAudio.Mikkel Krautz
2009-11-13CoreAudio: Allow devices to run even if they have to use their default buffer...Mikkel Krautz
2009-11-13Add buffer range debugging to CoreAudio. Fix isInput parameter for setting bu...Mikkel Krautz
2009-11-06Allow Default Device in CoreAudio to be translated.Mikkel Krautz
2009-10-27Re-add bRunning to CoreAudio. encodeAudioFrame() uses it to determine if Audi...Mikkel Krautz
2009-10-25Indent, changelog and submodule updateThorvald Natvig
2009-10-24Remove superfluous bRunning's from CoreAudio.Mikkel Krautz
2009-10-24Don't sleep in CoreAudio thread when waiting for output data. Clashes with Te...Mikkel Krautz
2009-10-22CoreAudio audio backend for OSX.Mikkel Krautz