Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumblekit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-23Merge pull request #64: Modernize project configHEADmasterRobert Adam
2021-01-23fix warning: implicit converstion from int to short turns value to -32768Andreas Hubel
2021-01-23fix warnings: set ARCHS = arm64Andreas Hubel
2021-01-23update project settingsAndreas Hubel
2019-07-10Merge PR #62: Fix memory leak in MKConnection allocating MKCryptStateDavide Beatrici
2019-07-10Fix memory leak in MKConnection allocating MKCryptStateSean Eby
2017-09-08Merge PR #59: Add SKIP_INSTALL = YES to our Base.xcconfigs.Mikkel Krautz
2017-09-08Add SKIP_INSTALL = YES to our Base.xcconfigs.Mikkel Krautz
2017-09-03Merge PR #58: Do not set kAUVoiceIOProperty_VoiceProcessingQuality on audio unitMikkel Krautz
2017-09-03Do not set kAUVoiceIOProperty_VoiceProcessingQuality on audio unitEmilio Pavia
2017-09-03Merge PR #44: Fix a bug with buffer size calculation in the AudioUnit inputCa...Mikkel Krautz
2017-09-03Merge PR #57: MKConnection: use kCFStreamSocketSecurityLevelNegotiatedSSL for...Mikkel Krautz
2017-09-03Merge PR #56: MKServices: use HTTPS for publist service.Mikkel Krautz
2017-09-03MKConnection: use kCFStreamSocketSecurityLevelNegotiatedSSL for kCFStreamSSLL...Mikkel Krautz
2017-09-03Merge PR #54: MKCryptState: fix initialization of CryptState class.Mikkel Krautz
2017-09-03MKServices: use tabs for all indentation.Mikkel Krautz
2017-09-03MKServices: use HTTPS for publist service.Mikkel Krautz
2017-07-29MKCryptState: fix initialization of CryptState class.Mikkel Krautz
2016-11-28Merge PR #46: Fixed memset not setting entire array 0Mikkel Krautz
2016-11-28Merge PR #50: Add .travis.yml.Mikkel Krautz
2016-11-28Add .travis.yml.Mikkel Krautz
2016-11-27Merge PR #49: Update MumbleKit to Xcode 8.1 defaults.Mikkel Krautz
2016-11-27Update MumbleKit to Xcode 8.1 defaults.Mikkel Krautz
2016-02-24Fixed memset not setting entire array 0Steven-xu94
2015-11-26Fix a bug with buffer size calculation in the AudioUnit inputCallbackEmilio Pavia
2015-10-20Use GitHub as the remote for submodules 3rdparty/opus and 3rdparty/speex, dro...David Tagatac
2014-04-06Base.xcconfig: update all Base.xcconfigs to add armv7s to ARCHS.Mikkel Krautz
2014-04-06MKConnection: silence deprecation warning for kSecTrustResultConfirm.Mikkel Krautz
2014-04-06MumbleKit: build on arm64.Mikkel Krautz
2014-03-11MKAudio: handle RouteConfigurationChange in AudioSession route change callback.Mikkel Krautz
2014-03-11MumbleKit.xcodeproj: update for Xcode 5.Mikkel Krautz
2014-03-103rdparty: update .xcodeprojs to Xcode 5 defaults.Mikkel Krautz
2014-01-29MKAudioOutputSpeech: fix handling of malformed Opus packets.Mikkel Krautz
2014-01-26MKAudioInput: increase size of the encode output buffer to 960 bytes.Mikkel Krautz
2014-01-263rdparty/protobuf: sync with HEAD.Mikkel Krautz
2014-01-26LICENSE: update copyright years to include 2014.Mikkel Krautz
2014-01-263rdparty/openssl: update to OpenSSL 1.0.0l.Mikkel Krautz
2014-01-26MKAudio: add missing setDelegate: and delegate methods.Mikkel Krautz
2014-01-263rdparty/opusbuild, 3rdparty/celt-0.7.0, 3rdparty/celt-0.7.0-build: build CEL...Mikkel Krautz
2014-01-263rdparty/opus, 3rdparty/opusbuild: update to Opus 1.1.Mikkel Krautz
2013-11-23MKAudio: add support for querying the audio mixer for debug info.Mikkel Krautz
2013-09-17MKCertificate: add +certificatesWithPKCS12:password: method; export raw data ...Mikkel Krautz
2013-09-17MKAudio, MKAudioInput: add a setting to force CELT mode when using Opus.Mikkel Krautz
2013-09-17MKAudio: add preferReceiverOverSpeaker setting.Mikkel Krautz
2013-09-17MKVoiceProcessingDevice: fix flakey VPIO on iOS 7 when built with the iOS 6.1...Mikkel Krautz
2013-06-19src, doc: switch to Doxygen for MumbleKit documentation.Mikkel Krautz
2013-06-13MKAudioInput: limit sidetone processing to 48KHz mic sampling rates.Mikkel Krautz
2013-06-12MKAudioInput: fix peakSignal miscalculation when resampling.Mikkel Krautz
2013-06-12MKAudioInput: correctly preprocess resampled frames.Mikkel Krautz
2013-06-12MKAudioInput: fix mic boost memory corruption when resampling.Mikkel Krautz