summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-10UpdateEniz Vukovic
2015-10-10New Adaptive BR algorithm, cleanups and fixesEniz Vukovic
2015-10-09Added ommited words in commentSoumitra
2015-10-05Removed the unused autotools filesGregory Mullen (grayhatter)
Autotools requires a bunch of files that toxcore doesn't use or plan to use in the near future. By adding 'foreign' to AM_INIT_AUTOMAKE autotools stops being stupid, and works normally.
2015-10-02Editing some README phrasing, IRC channels on new lineJacob Henner
2015-10-02Adding dev irc channelJacob Henner
2015-09-28Lowered interval in onion_client.irungentoo
2015-09-19Fix broken linkduthils
Link taken from d9f88fd89ea37119cbfc64551251e33b20e507b0
2015-09-15Merge branch 'patch-1' of https://github.com/passiweinberger/toxcoreirungentoo
2015-09-15Merge branch 'patch-1' of https://github.com/anoadragon453/toxcoreirungentoo
2015-09-15Merge branch 'master' of https://github.com/Jeeppler/toxcoreirungentoo
2015-09-15Merge branch 'master' of https://github.com/tux3/toxcoreirungentoo
2015-09-14Fix PACKET_ID_OFFLINE fallinthrough PACKET_ID_NICKNAMEtux3
This fixes the PACKET_ID_OFFLINE handling code incorrectly falling through to the PACKET_ID_NICKNAME handling code This bug resulted in a friend B's name being wiped on friend A's client after B removes A Fixes tux3/qTox#1967 Fixes #1426
2015-09-09Changed Binaries/Downloads link to new Wiki pageanoadragon453
2015-09-09Increased cookie timeout.irungentoo
2015-09-09Fix ubuntu git link for libvpxPascal Weinberger
2015-09-02changed friends list to friend listJeppler
2015-09-01Merge pull request #1 from Jeeppler/Jeeppler-patch-1Jeppler
small typo change
2015-09-01small typo changeJeppler
really small change
2015-09-01small typo changeJeppler
bob -> Bob Bobs -> Bob's fixed some wired sentences
2015-08-19Merge pull request #2 from krobelus/new_apimannol
typo
2015-08-18typokrobelus
2015-08-12Increased max number of stored announce entries.irungentoo
2015-08-13Fix bug in codec initializationmannol
2015-08-11Remove useless code.irungentoo
2015-08-10Merge branch 'master' of https://github.com/randoms/toxcoreirungentoo
2015-08-09Increased timeouts.irungentoo
2015-08-09Updated with upstreammannol
2015-08-09Remove empty linesmannol
2015-08-09Fix possible double freemannol
2015-08-08Merge branch 'dragonfly' of https://github.com/mneumann/toxcoreirungentoo
2015-08-08Apply OPUS codec fixesmannol
2015-08-08Removed redundant function from video.[h|c]mannol
2015-08-08Install instructions: Use 1.0.3 tag for libsodiumrandoms
2015-08-07Removed a useless define.irungentoo
2015-08-08Fix for DragonFlyBSDMichael Neumann
2015-08-07Fixed memory leak during session cleanup and fixed naming.mannol
2015-08-06client_id -> public_keyirungentoo
2015-08-05client_id -> public_keyirungentoo
2015-08-04comp_client_id -> comp_public_keyirungentoo
2015-08-03Remove useless var.irungentoo
2015-08-02Save fixes.irungentoo
2015-08-01DHT save fixes.irungentoo
2015-07-31Merge branch 'patch-1' of https://github.com/gitgud-software/toxcoreirungentoo
2015-07-31Merge branch 'Opus-Codec-Settings' of https://github.com/JasonLocklin/toxcoreirungentoo
2015-07-31added documentationJason Locklin
2015-07-31Set packet loss percentageJason Locklin
Make the Codec resistant to up to 10% packet loss (default 0) at the expense of some bandwidth. 10% is aggressive (1-5% should be typical for voip systems, but can be higher when users are on WiFi connections. This could also be adjusted on the fly, rather than hard-coded, with feedback from the receiving client.
2015-07-31Enable in-band FECJason Locklin
In-band FEC can be used with OPUS_APPLICATION_VOIP to improve Codec robustness to packet loss and corruption. It is disabled by default: http://opus-codec.org/docs/html_api-1.0.1/group__opus__encoderctls.html#ga5b67dc832aa46c1c2f35752c46380545
2015-07-31OPUS_APPLICATION_VOIP should be usedJason Locklin
See: http://opus-codec.org/docs/html_api-1.0.1/group__opus__encoder.html#gaa89264fd93c9da70362a0c9b96b9ca88 "VOIP" rather than "AUDIO": > gives best quality at a given bitrate for voice signals. It enhances the input signal by high-pass filtering and emphasizing formants and harmonics. Optionally it includes in-band forward error correction to protect against packet loss. Use this mode for typical VoIP applications.
2015-07-30client_id -> public_keyirungentoo