Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-14 | Merge pull request #3 from zetok/newav-file-modes | mannol | |
Fix file modes | |||
2015-10-14 | Fix file modes | Zetok Zalbavar | |
revert changes to it from 4f76a8c89eea77ebc190a324ad128e3c7dda298c | |||
2015-10-13 | Fix typo and change logger config option | Eniz Vukovic | |
2015-10-12 | Return removed groupchats code | Eniz Vukovic | |
2015-10-11 | Test should not assert when hangup fails | Eniz Vukovic | |
2015-10-11 | Remove old comment | Eniz Vukovic | |
2015-10-10 | Update | Eniz Vukovic | |
2015-10-10 | New Adaptive BR algorithm, cleanups and fixes | Eniz Vukovic | |
2015-08-19 | Merge pull request #2 from krobelus/new_api | mannol | |
typo | |||
2015-08-18 | typo | krobelus | |
2015-08-13 | Fix bug in codec initialization | mannol | |
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-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 | |
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 | |