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

github.com/Morlunk/Jumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-01Remove protocol handlers before audio handler shutdown.mutable_settingsAndrew Comminos
2015-04-01Improve audio synchronization, handler recreation.Andrew Comminos
2015-04-01Continued progress in consolidating reconfiguration.Andrew Comminos
2015-03-31Initial progress on a single point for service reconfiguration.Andrew Comminos
2015-03-20Translation update.Andrew Comminos
2015-03-20New AudioHandler talking and mute/deafen mechanics.Andrew Comminos
2015-02-18Added tests, CELT 7 encoder termination.Andrew Comminos
2015-01-23Greatly improved TCP connection handling.Andrew Comminos
2015-01-21Fix issue with sample rates not divisible into 10ms frames.Andrew Comminos
2015-01-20Clean up reconnect code a bit.Andrew Comminos
2015-01-20If connectivity is lost, wait until network returns before reconnect polling.Andrew Comminos
2015-01-20Safer disconnect logic.Andrew Comminos
2015-01-20Refactored connection state, report disconnection issues. API breakage.Andrew Comminos
2015-01-17Broadcast 'connecting' state, TCP disconnect fixes.Andrew Comminos
2015-01-17Be more liberal with auto-reconnect cases. Add disconnect reason.Andrew Comminos
2015-01-04Translation update.Andrew Comminos
2015-01-04Report current bandwidth being used by AudioHandler.Andrew Comminos
2014-12-24Workaround Lollipop bluetooth NPE.Andrew Comminos
2014-12-24Clear texture when we receive a new texture hash.Andrew Comminos
2014-12-24Update encoder tests.Andrew Comminos
2014-12-24Fixed CELT7 encoding size reporting.Andrew Comminos
2014-12-24Implement bitrate support for CELT, fixed Opus termination.Andrew Comminos
2014-12-24Safer AudioInput threading.Andrew Comminos
2014-12-21Listen for ServerSync to set max bandwidth in AudioHandler.Andrew Comminos
2014-12-19Implement rudimentary audio bandwidth detection.Andrew Comminos
2014-12-19Properly clean up encoder state upon codec change.Andrew Comminos
2014-12-19Add encoder lock to prevent concurrent access to encoder state.Andrew Comminos
2014-12-10Fixed Opus termination issue.Andrew Comminos
2014-12-09Initial transition to more modular encoding process.Andrew Comminos
2014-12-09Updated for Android Studio 1.0.Andrew Comminos
2014-12-01Use more thorough detection of sample rates.Andrew Comminos
2014-11-17Updated translations.Andrew Comminos
2014-10-28Fixed PacketBuffer.bufferBlock not actually skipping.Andrew Comminos
2014-10-18Changed methods of access to user/channel tree. Added avatar support.Andrew Comminos
2014-10-18Updated support library version. Fixed protocol string.Andrew Comminos
2014-10-12Use System.arraycopy for buffer shifts.Andrew Comminos
2014-09-04Prevent buffer underruns by pausing audio track.concurrent-decodeAndrew Comminos
2014-09-04Parallelize decode process.Andrew Comminos
2014-08-31Optimize decoding with use of native buffers.Andrew Comminos
2014-08-31Optimize usage of PacketBuffer.Andrew Comminos
2014-08-31Shutdown ping thread gracefully.Andrew Comminos
2014-08-31Dispatch UDP packets on a separate receive thread. Improve thread lifeAndrew Comminos
2014-08-30Refactor PacketDataStream into ByteBuffer-based PacketBuffer.Andrew Comminos
2014-08-24DRY out custom SC PKCS12 provider.Andrew Comminos
2014-08-24Use custom SpongyCastle libs with better PKCS12 parse support. FixesAndrew Comminos
2014-08-22Properly disable preprocessor if checked.Andrew Comminos
2014-08-22Improved voice packet construction, using proper encoded size.Andrew Comminos
2014-08-21Synchronize access to jitter buffer puts.Andrew Comminos
2014-08-18Add option for disabling speex preprocessor.Andrew Comminos
2014-08-17Add support for local ignore history.Andrew Comminos