Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-02 | Adding dev irc channel | Jacob Henner | |
2015-09-28 | Lowered interval in onion_client. | irungentoo | |
2015-09-19 | Fix broken link | duthils | |
Link taken from d9f88fd89ea37119cbfc64551251e33b20e507b0 | |||
2015-09-15 | Merge branch 'patch-1' of https://github.com/passiweinberger/toxcore | irungentoo | |
2015-09-15 | Merge branch 'patch-1' of https://github.com/anoadragon453/toxcore | irungentoo | |
2015-09-15 | Merge branch 'master' of https://github.com/Jeeppler/toxcore | irungentoo | |
2015-09-15 | Merge branch 'master' of https://github.com/tux3/toxcore | irungentoo | |
2015-09-14 | Fix PACKET_ID_OFFLINE fallinthrough PACKET_ID_NICKNAME | tux3 | |
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-09 | Changed Binaries/Downloads link to new Wiki page | anoadragon453 | |
2015-09-09 | Increased cookie timeout. | irungentoo | |
2015-09-09 | Fix ubuntu git link for libvpx | Pascal Weinberger | |
2015-09-02 | changed friends list to friend list | Jeppler | |
2015-09-01 | Merge pull request #1 from Jeeppler/Jeeppler-patch-1 | Jeppler | |
small typo change | |||
2015-09-01 | small typo change | Jeppler | |
really small change | |||
2015-09-01 | small typo change | Jeppler | |
bob -> Bob Bobs -> Bob's fixed some wired sentences | |||
2015-08-19 | Merge pull request #2 from krobelus/new_api | mannol | |
typo | |||
2015-08-18 | typo | krobelus | |
2015-08-12 | Increased max number of stored announce entries. | irungentoo | |
2015-08-13 | Fix bug in codec initialization | mannol | |
2015-08-11 | Remove useless code. | irungentoo | |
2015-08-10 | Merge branch 'master' of https://github.com/randoms/toxcore | irungentoo | |
2015-08-09 | Increased timeouts. | irungentoo | |
2015-08-09 | Updated with upstream | mannol | |
2015-08-09 | Remove empty lines | mannol | |
2015-08-09 | Fix possible double free | mannol | |
2015-08-08 | Merge branch 'dragonfly' of https://github.com/mneumann/toxcore | irungentoo | |
2015-08-08 | Apply OPUS codec fixes | mannol | |
2015-08-08 | Removed redundant function from video.[h|c] | mannol | |
2015-08-08 | Install instructions: Use 1.0.3 tag for libsodium | randoms | |
2015-08-07 | Removed a useless define. | irungentoo | |
2015-08-08 | Fix for DragonFlyBSD | Michael Neumann | |
2015-08-07 | Fixed memory leak during session cleanup and fixed naming. | mannol | |
2015-08-06 | client_id -> public_key | irungentoo | |
2015-08-05 | client_id -> public_key | irungentoo | |
2015-08-04 | comp_client_id -> comp_public_key | irungentoo | |
2015-08-03 | Remove useless var. | irungentoo | |
2015-08-02 | Save fixes. | irungentoo | |
2015-08-01 | DHT save fixes. | irungentoo | |
2015-07-31 | Merge branch 'patch-1' of https://github.com/gitgud-software/toxcore | irungentoo | |
2015-07-31 | Merge branch 'Opus-Codec-Settings' of https://github.com/JasonLocklin/toxcore | irungentoo | |
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 | |