Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-31 | added documentation | Jason Locklin | |
2015-07-31 | Set packet loss percentage | Jason 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-31 | Enable in-band FEC | Jason 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-31 | OPUS_APPLICATION_VOIP should be used | Jason 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-30 | client_id -> public_key | irungentoo | |
2015-07-29 | client_id -> public_key | irungentoo | |
2015-07-28 | client_id -> public_key | irungentoo | |
2015-07-27 | Fix libVPX git repository | Gitgud Software | |
The libVPX repository has been moved, as specified here: http://www.webmproject.org/code/ | |||
2015-07-27 | client_id -> public_key | irungentoo | |
2015-07-26 | This might improve the file transfer disconnect issue. | irungentoo | |
2015-07-25 | Comment fix. | irungentoo | |
2015-07-24 | Removed useless variable. | irungentoo | |
2015-07-23 | Save important parts of save first. | irungentoo | |
This might reduce the likelyness of broken saves. | |||
2015-07-22 | Fixed bug. | irungentoo | |
2015-07-21 | Fixed bug. | irungentoo | |
2015-07-20 | Fixed some strange build issues. | irungentoo | |
2015-07-19 | Pack onion path nodes in save. | irungentoo | |
2015-07-18 | Fixed bug. | irungentoo | |
2015-07-17 | Allow savedata to be slightly smaller than the allocated buffer. | irungentoo | |
2015-07-16 | Pack connected TCP relay nodes. | irungentoo | |
2015-07-15 | Added function to help calculate size of packet nodes. | irungentoo | |
2015-07-14 | DHT_size now returns correct size for packed nodes. | irungentoo | |
2015-07-14 | Use size define instead of sizeof. | irungentoo | |
2015-07-13 | Merge branch 'instructions' of https://github.com/zetok/toxcore | irungentoo | |
2015-07-12 | Pack DHT nodes in save. | irungentoo | |
TODO: Make DHT_size return exact size of DHT save. | |||
2015-07-12 | INSTALL.md: some formatting improvements and fixes | Zetok 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-11 | Tell A/V that friend is offline when friend is deleted. | irungentoo | |
2015-07-10 | Merge branch 'patch-2' of https://github.com/linux-modder/toxcore | irungentoo | |
2015-07-10 | Fixed CALL_STATE naming | mannol | |
2015-07-09 | Merge branch 'fix_segfault' of https://github.com/JFreegman/toxcore | irungentoo | |
2015-07-09 | Update INSTALL.md | Corey Sheldon | |
2015-07-09 | Update info for Fedora | Corey 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-09 | Merge branch 'new_api' of github.com:mannol/toxcore into new_api | mannol | |
2015-07-09 | Fixed documentation. | mannol | |
2015-07-08 | Merge branch 'master' of https://github.com/JFreegman/toxcore | irungentoo | |
2015-07-08 | Fix segfault caused by cleanup functions in wrong order | Jfreegman | |
2015-07-09 | Merge pull request #1 from GrayHatter/patch-4 | mannol | |
send_message() is too global to be non-static | |||
2015-07-08 | send_message() is too global to be non-static | GrayHatter | |
2015-07-07 | Link changes. | irungentoo | |
2015-07-07 | Fix a couple API doc mistakes | Jfreegman | |
2015-07-06 | Test oob responding too. | irungentoo | |
2015-07-05 | Added a TCP test for oob packets. | irungentoo | |
2015-07-04 | Test fix. | irungentoo | |
2015-07-03 | Fixed Tox reporting itself as being connected with TCP when using UDP only ↵ | irungentoo | |
on LAN. | |||
2015-07-02 | Added a couple of checks to test. | irungentoo | |
2015-07-01 | Basic tcp connections test done. | irungentoo | |
2015-07-01 | Fixed missing include toxav_old.h | mannol | |
2015-06-30 | Merge branch 'patch-1' of https://github.com/paragonie-scott/toxcore | irungentoo | |
2015-06-30 | Allow sending data after file is paused. | irungentoo | |
Dissallow sending non requested data. | |||
2015-06-30 | Install instructions: Use 1.0.3 tag for libsodium | Scott | |