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
2014-04-06MumbleKit: build on arm64.Mikkel Krautz
2014-01-29MKAudioOutputSpeech: fix handling of malformed Opus packets.Mikkel Krautz
2013-02-07MKAudioInput, MKAudioOutputSpeech: port various Opus fixes from desktop Mumble.Mikkel Krautz
2012-06-12MKAudioOutputSpeech: use new Opus terminator flag when counting frames as well.Mikkel Krautz
2012-06-12MKAudioInput, MKAudioOutputSpeech: new Opus header (embedded terminator)Mikkel Krautz
2012-03-13MKAudioOutputSpeech: make jitterLock usage more consistent.Mikkel Krautz
2012-03-13MKAudioOutputUserPrivate: cleanups.Mikkel Krautz
2012-03-13MKAudioOutputSpeech: get rid of private struct.Mikkel Krautz
2012-03-11Clean up MumbleKit copyright headers.Mikkel Krautz
2012-03-11Opus implementation.Mikkel Krautz
2011-11-18Convert tabs to 4 spaces, to be in sync with Xcode 4 defaults.Mikkel Krautz
2011-08-07Fix MumbleKit warnings.Mikkel Krautz
2011-07-31Make more headers private.Mikkel Krautz
2011-07-30Don't expose ivars in class @interfaces in public headers.Mikkel Krautz
2010-10-05Broadcast MKUser talkState changes in MKServerModelDelegate instead of via NS...Mikkel Krautz
2010-10-05More or less complete UserState handlers for MKServerModel.Mikkel Krautz
2010-08-26Also remember to free MKAudioOutputSpeech's private struct.Mikkel Krautz
2010-08-26Fix fadeIn/fadeOut leak.Mikkel Krautz
2010-06-26Oops. Fix name of private struct in MKAudioOutputSpeech.Mikkel Krautz
2010-06-10Speex support.Mikkel Krautz
2010-06-09Remove some unneeded implementation details from our public headers.Mikkel Krautz
2010-06-07Fix dealloc call order in NSObject subclasses.Mikkel Krautz
2010-06-03Update .xcodeproj's to iPhone SDK 3.2. Always deliver MumbleKit notifications...Mikkel Krautz
2010-05-26Add MKUserTalkStateChanged notification and fix channel handling on user join.Mikkel Krautz
2010-04-23Add VoiceDataHandler to MKConnection. MKServerModel consumes voice data and p...Mikkel Krautz
2010-03-17Initial split from mumble-iphoneos git repo.Mikkel Krautz