summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-26This might improve the file transfer disconnect issue.irungentoo
2015-07-25Comment fix.irungentoo
2015-07-24Removed useless variable.irungentoo
2015-07-23Save important parts of save first.irungentoo
This might reduce the likelyness of broken saves.
2015-07-22Fixed bug.irungentoo
2015-07-21Fixed bug.irungentoo
2015-07-20Fixed some strange build issues.irungentoo
2015-07-19Pack onion path nodes in save.irungentoo
2015-07-18Fixed bug.irungentoo
2015-07-17Allow savedata to be slightly smaller than the allocated buffer.irungentoo
2015-07-16Pack connected TCP relay nodes.irungentoo
2015-07-15Added function to help calculate size of packet nodes.irungentoo
2015-07-14DHT_size now returns correct size for packed nodes.irungentoo
2015-07-14Use size define instead of sizeof.irungentoo
2015-07-13Merge branch 'instructions' of https://github.com/zetok/toxcoreirungentoo
2015-07-12Pack DHT nodes in save.irungentoo
TODO: Make DHT_size return exact size of DHT save.
2015-07-12INSTALL.md: some formatting improvements and fixesZetok Zalbavar
Note that Fedora dependencies section still needs to be actually checked by someone who runs Fedora and would know whether info is right or not.
2015-07-11Tell A/V that friend is offline when friend is deleted.irungentoo
2015-07-10Merge branch 'patch-2' of https://github.com/linux-modder/toxcoreirungentoo
2015-07-09Merge branch 'fix_segfault' of https://github.com/JFreegman/toxcoreirungentoo
2015-07-09Update INSTALL.mdCorey Sheldon
2015-07-09Update info for FedoraCorey Sheldon
--Updated calls to package manager which is now dnf by default --Mention of using /etc/ld.so.conf directly which works and in most distros *SHOULD NOT* cause global override issues
2015-07-08Merge branch 'master' of https://github.com/JFreegman/toxcoreirungentoo
2015-07-08Fix segfault caused by cleanup functions in wrong orderJfreegman
2015-07-07Link changes.irungentoo
2015-07-07Fix a couple API doc mistakesJfreegman
2015-07-06Test oob responding too.irungentoo
2015-07-05Added a TCP test for oob packets.irungentoo
2015-07-04Test fix.irungentoo
2015-07-03Fixed Tox reporting itself as being connected with TCP when using UDP only ↵irungentoo
on LAN.
2015-07-02Added a couple of checks to test.irungentoo
2015-07-01Basic tcp connections test done.irungentoo
2015-06-30Merge branch 'patch-1' of https://github.com/paragonie-scott/toxcoreirungentoo
2015-06-30Allow sending data after file is paused.irungentoo
Dissallow sending non requested data.
2015-06-30Install instructions: Use 1.0.3 tag for libsodiumScott
2015-06-29TCP connections test start.irungentoo
2015-06-28Fixed last PR.irungentoo
2015-06-28Merge branch 'master' of https://github.com/JFreegman/toxcoreirungentoo
2015-06-28Fixed bug.irungentoo
2015-06-28Removed useless parameter from new_TCP_server()irungentoo
2015-06-28Clarifications for the TCP APIJfreegman
2015-06-27Removed some comented out code.irungentoo
2015-06-26Some comment fixes.irungentoo
2015-06-25Fixed warning.irungentoo
2015-06-24Fixed make dist.irungentoo
2015-06-23Added code to net_crypto to calculate rtt.irungentoo
2015-06-22Fixed warning.irungentoo
2015-06-21Lower the chances of disconnect when transferring files.irungentoo