Commit Graph

3730 Commits

Author SHA1 Message Date
Jeppler
2a49086e8f Merge pull request #1 from Jeeppler/Jeeppler-patch-1
small typo change
2015-09-01 21:47:04 +02:00
Jeppler
49c1f5cb5d small typo change
really small change
2015-09-01 21:46:08 +02:00
Jeppler
060a8fb9fd small typo change
bob -> Bob
Bobs -> Bob's

fixed some wired sentences
2015-09-01 21:42:20 +02:00
mannol
bc4a60c8a5 Merge pull request #2 from krobelus/new_api
typo
2015-08-19 12:05:43 +02:00
krobelus
4ca82235a0 typo 2015-08-18 21:28:25 +02:00
irungentoo
8f12f49ece
Increased max number of stored announce entries. 2015-08-12 23:18:55 -04:00
mannol
bf5e9b89d2 Fix bug in codec initialization 2015-08-13 00:19:24 +02:00
irungentoo
2b837d2aed
Remove useless code. 2015-08-11 23:54:05 -04:00
irungentoo
6fb8e8cd6e
Merge branch 'master' of https://github.com/randoms/toxcore 2015-08-10 23:51:13 -04:00
irungentoo
6098440e8b
Increased timeouts. 2015-08-09 21:47:54 -04:00
mannol
c641b0fceb Updated with upstream 2015-08-09 12:39:21 +02:00
mannol
0be0e88f3e Remove empty lines 2015-08-09 12:02:52 +02:00
mannol
12d3f9396b Fix possible double free 2015-08-09 11:57:39 +02:00
irungentoo
2ab3b14731
Merge branch 'dragonfly' of https://github.com/mneumann/toxcore 2015-08-08 21:38:23 -04:00
mannol
6ab4308581 Apply OPUS codec fixes 2015-08-08 18:01:36 +02:00
mannol
3c8cae72d0 Removed redundant function from video.[h|c] 2015-08-08 17:45:24 +02:00
randoms
f83f064234 Install instructions: Use 1.0.3 tag for libsodium 2015-08-08 13:53:05 +08:00
irungentoo
6cb8ff4d65
Removed a useless define. 2015-08-07 20:53:53 -04:00
Michael Neumann
caebc5303a Fix for DragonFlyBSD 2015-08-08 01:45:55 +02:00
mannol
657a57b406 Fixed memory leak during session cleanup and fixed naming. 2015-08-07 02:04:04 +02:00
irungentoo
4d28630d49
client_id -> public_key 2015-08-06 11:50:25 -04:00
irungentoo
540db7ec37
client_id -> public_key 2015-08-05 22:02:32 -04:00
irungentoo
1ef94e58cf
comp_client_id -> comp_public_key 2015-08-04 21:59:39 -04:00
irungentoo
443e23fcf6
Remove useless var. 2015-08-03 20:57:48 -04:00
irungentoo
87b11024cd
Save fixes. 2015-08-02 21:16:08 -04:00
irungentoo
7e964d4370
DHT save fixes. 2015-08-01 21:29:00 -04:00
irungentoo
65f32bf916
Merge branch 'patch-1' of https://github.com/gitgud-software/toxcore 2015-07-31 23:59:25 -04:00
irungentoo
87c9ac242b
Merge branch 'Opus-Codec-Settings' of https://github.com/JasonLocklin/toxcore 2015-07-31 23:36:19 -04:00
Jason Locklin
f05fdae055 added documentation 2015-07-31 11:11:32 -04:00
Jason Locklin
ef086a5897 Set packet loss percentage
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 11:08:51 -04:00
Jason Locklin
bcb864af4a Enable in-band FEC
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 11:01:32 -04:00
Jason Locklin
06c72f83d7 OPUS_APPLICATION_VOIP should be used
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-31 10:50:37 -04:00
irungentoo
23fbdf4ddf
client_id -> public_key 2015-07-30 21:24:38 -04:00
irungentoo
dfc154cc9e
client_id -> public_key 2015-07-29 22:39:56 -04:00
irungentoo
c989c246ea
client_id -> public_key 2015-07-28 22:17:45 -04:00
Gitgud Software
0ec5539de2 Fix libVPX git repository
The libVPX repository has been moved, as specified here:

http://www.webmproject.org/code/
2015-07-27 15:52:44 -04:00
irungentoo
fa5df6aa17
client_id -> public_key 2015-07-27 15:23:32 -04:00
irungentoo
5def57afcf
This might improve the file transfer disconnect issue. 2015-07-26 22:01:19 -04:00
irungentoo
63ecb77556
Comment fix. 2015-07-25 23:34:42 -04:00
irungentoo
e196a47f38
Removed useless variable. 2015-07-24 23:58:29 -04:00
irungentoo
efcb66ab1a
Save important parts of save first.
This might reduce the likelyness of broken saves.
2015-07-23 23:33:54 -04:00
irungentoo
1de2ef78cf
Fixed bug. 2015-07-22 22:55:52 -04:00
irungentoo
ba857a203a
Fixed bug. 2015-07-21 21:49:37 -04:00
irungentoo
553f3ea513
Fixed some strange build issues. 2015-07-20 22:21:53 -04:00
irungentoo
05ad1234d2
Pack onion path nodes in save. 2015-07-19 11:50:08 -04:00
irungentoo
defdc879f0
Fixed bug. 2015-07-18 22:14:04 -04:00
irungentoo
db88dc7b45
Allow savedata to be slightly smaller than the allocated buffer. 2015-07-17 22:51:14 -04:00
irungentoo
6ecf2941ac
Pack connected TCP relay nodes. 2015-07-16 22:58:47 -04:00
irungentoo
17af629d1f
Added function to help calculate size of packet nodes. 2015-07-15 23:31:35 -04:00
irungentoo
f15cb89a95
DHT_size now returns correct size for packed nodes. 2015-07-14 22:52:48 -04:00