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
2013-06-12MKAudioInput: set MKAudioDevice input block after calling initializeMixer.Mikkel Krautz
2013-05-14MKAudio: add MKAudioDelegate for controlling MKAudio state change decisions.Mikkel Krautz
2013-04-04MKAudioInput: set MKAudioDevice input to NULL before releasing it.Emilio Pavia
2013-02-15MumbleKit: update AUTHORS and CONTRIBUTORS to include everyone from the Git h...Mikkel Krautz
2013-02-10MKConnection: remove left over NSLog output.Mikkel Krautz
2013-02-10MKConnection: serialize sendVoiceData onto the MKConnection thread.Mikkel Krautz
2013-02-10MKConnectionController: remove; replace with 'main connection for audio' conc...Mikkel Krautz
2013-02-07MKAudioInput, MKAudioOutputSpeech: port various Opus fixes from desktop Mumble.Mikkel Krautz
2013-02-07MKAudioOutputSidetone: assign to self in init.Mikkel Krautz
2013-02-06MKCertificate: support for both SHA1 and SHA256 digests.Mikkel Krautz
2013-02-063rdparty/openssl: sync with openssl-mirror.Mikkel Krautz
2013-02-063rdparty/openssl, 3rdparty/opensslbuild: update to OpenSSL 1.0.0k.Mikkel Krautz
2013-02-03MKiOSAudioDevice: suppress render error when running in the ssimulator.Mikkel Krautz
2013-01-29MKTextMessage: don't process empty links.Mikkel Krautz
2013-01-273rdparty/opus: use same commit as desktop Mumble.Mikkel Krautz
2012-12-24MumbleKit: update OS X build to be usable.Mikkel Krautz
2012-12-24MKAudioOutput: query device for numberOfOutputChannels, not numberOfInputChan...Mikkel Krautz
2012-12-21MKAudio: use stub MKAudioDevice to fix OS X build.Mikkel Krautz
2012-12-213rdparty/protobuf: unbreak Base.xcconfig by using correctly formatted comments.Mikkel Krautz
2012-12-21cfg, 3rdparty: update build to work in directories with spaces in them.Mikkel Krautz
2012-11-19MKServerModel: propagate server text messages properly.Mikkel Krautz
2012-10-26MKConnection: emit (simple, for now) error for EOF.Mikkel Krautz
2012-10-20Added a primitive CNG and VAD Timed gateAntonio Tuzzi
2012-10-04MKAudio: rework device management to improve support for iOS 6's new VoicePro...Mikkel Krautz
2012-09-23Update .xcodeprojs, inhibit warnings from 3rdparty libs.Mikkel Krautz
2012-09-193rdparty/openssl: sync.Mikkel Krautz
2012-09-18cfg, 3rdparty: fix xcconfigs to use iOS 5 deployment target.Mikkel Krautz
2012-09-18MKAudio: disable echo cancellation on iOS 6; VPIO is broken.Mikkel Krautz
2012-09-18cfg: build for armv7 only.Mikkel Krautz
2012-06-19Add administrative features (set/retrieve groups and ACLs, channel creation).Emilio Pavia
2012-06-16MKAudioInput, MKAudio: remove old method definitions.Mikkel Krautz
2012-06-15MKAudioOutputSidetone: add clamping step, for more flexible volume settings.Mikkel Krautz
2012-06-15MKAudio*: add sidetone option.Mikkel Krautz
2012-06-13MKAudio: make MixWithOthers work again, after Bluetooth support was added; al...Mikkel Krautz
2012-06-13MKAudioInput, MKConnection: Opus codec-switching.Mikkel Krautz
2012-06-12MKAudioInput: reset Opus encoder state for new streams.Mikkel Krautz
2012-06-12MKAudioInput: only set Opus terminator bit for *actual* terminators.Mikkel Krautz
2012-06-12MKAudioInput: don't encode until we know whether the frame is to be transmitted.Mikkel Krautz
2012-06-12MKAudioOutputSpeech: use new Opus terminator flag when counting frames as well.Mikkel Krautz
2012-06-12MKAudioInput: port Opus frame counting code from desktop client.Mikkel Krautz
2012-06-12MKAudioInput, MKAudioOutputSpeech: new Opus header (embedded terminator)Mikkel Krautz
2012-05-05MKServerModel: handle SeverSync w/o welcomeText.Mikkel Krautz
2012-05-03MumbleKit: documentation fixes.Mikkel Krautz
2012-05-03docs: once again, fix syndocs.Mikkel Krautz
2012-05-02Fix Mac OS X build.Jeremy Knope
2012-04-10MKServerModel: show correct talk state for continuous xmit mode.Mikkel Krautz
2012-04-08MKDistinguishedNameParser: various fixes.Mikkel Krautz
2012-04-08doc: update syncdocs script.Mikkel Krautz
2012-04-08MKDistinguishedNameParser: remove putch/getch buffering.Mikkel Krautz
2012-04-08MKCertificate, MKDistinguishedNameParser: implement and use DN parser.Mikkel Krautz