Commit Graph

2532 Commits

Author SHA1 Message Date
Jin^eLD 4fa115e6d0 Fixed documentation comment errors 2014-07-13 20:01:06 +03:00
irungentoo 72858076f5 Set a deadline in the vpx video decoder to try to solve issues on
slow hardware.
2014-07-12 23:24:47 -04:00
irungentoo 0eb874d6ba Merge branch 'split-video' of https://github.com/notsecure/toxcore 2014-07-12 23:18:46 -04:00
irungentoo 21e797ac90 Fixed some small TCP issues. 2014-07-11 13:30:10 -04:00
notsecure a5d2775c25 . 2014-07-11 10:23:40 -04:00
irungentoo 7ab4ae7a6e Merge branch 'patch-1' of https://github.com/mrshu/toxcore 2014-07-10 18:31:20 -04:00
irungentoo 271f03a717 Call now gets terminated when other person times out. 2014-07-10 18:20:07 -04:00
irungentoo 1d6c393473 Made TCP a bit more solid.
TCP ping requests in TCP_client should have a higher success rate.
2014-07-10 18:15:55 -04:00
notsecure a754cb5437 Merge branch 'master' of https://github.com/irungentoo/toxcore into split-video 2014-07-10 10:34:48 -04:00
notsecure e2d388b137 fix send rate going up when peer disconnects 2014-07-10 10:34:38 -04:00
Marek Šuppa f89f189e30 wintox has been renamned to uTox 2014-07-10 03:48:33 +02:00
irungentoo e334188353 Merge branch 'fun-bootstrap-node-info' of https://github.com/nurupo/InsertProjectNameHere 2014-07-09 21:01:53 -04:00
irungentoo aa26a07668 Merge branch 'patch-4' of https://github.com/stqism/ToxCore 2014-07-09 20:49:03 -04:00
irungentoo 422ff3b77b TCP should be a bit more solid.
When a TCP ping request is recieved, try to send the response until
success instead of just dropping it if sending the response fails on
the first try.
2014-07-09 20:11:01 -04:00
Sean aeb12283f6 People are getting confused... 2014-07-09 14:37:46 -07:00
Maxim Biro 5e1ae35034 Added a script to query DHT bootstrap node info 2014-07-09 14:00:16 -04:00
irungentoo bd4c142e38 Fixed some timer related issues. 2014-07-08 14:39:23 -04:00
irungentoo 7ce9816e40 Fixed threading bug that could cause segfaults. 2014-07-08 12:04:13 -04:00
irungentoo 9874173d71 Fixed deadlock. 2014-07-08 11:51:27 -04:00
irungentoo 2772bffeeb Fixed possible out of bounds read. 2014-07-08 10:38:48 -04:00
irungentoo 95d737cb5f Fixed segfault and other possible bugs in msi.c
toxav should no longer have weird behaviour when a dead call times out.
2014-07-07 23:19:56 -04:00
irungentoo 909db02941 Merge branch 'split-video' of https://github.com/notsecure/toxcore 2014-07-07 19:55:06 -04:00
irungentoo b4f43b4222 Fixed overflow bug. 2014-07-07 19:49:01 -04:00
notsecure b90ecb377d locks in test 2014-07-07 18:47:49 -04:00
notsecure c527979daa make autotests compile 2014-07-07 17:37:05 -04:00
notsecure 3d4de767fe use callbacks for a/v 2014-07-07 16:10:10 -04:00
irungentoo 738bc56da7 Merge branch 'toxxxer-patch-1' 2014-07-06 19:54:19 -04:00
toxxxer 35813b41b1 Update for OS X build instruction 2014-07-06 23:54:13 +02:00
irungentoo f9f3a810c0 Typo fix. 2014-07-06 13:29:25 -04:00
irungentoo 18c0a7f80d Merge branch 'kyconny-patch-1' 2014-07-06 13:25:36 -04:00
kyle condon a13bc5e70c Update ping_array.c
Change calloc call on line 138 from empty_array->entries = calloc(size * sizeof(Ping_Array_Entry), 1);, to empty_array->entries = calloc(size, sizeof(Ping_Array_Entry));
2014-07-06 09:55:46 +01:00
irungentoo 04b1b2cfd4 Merge branch 'del-failed-groupchats' of https://github.com/JFreegman/ProjectTox-Core 2014-07-05 22:29:30 -04:00
irungentoo dfa483ba0d Fixed msi_session being used after being freed. 2014-07-05 21:49:47 -04:00
Jfreegman d8406db113 delete groupchat when join fails 2014-07-05 19:47:13 -04:00
irungentoo 9d154029cb Merge branch 'master' of https://github.com/mannol1/toxcore 2014-07-05 17:31:06 -04:00
irungentoo 5b60c8f3d3 Merge branch 'patch-5' of https://github.com/mouseym/ProjectTox-Core 2014-07-05 17:25:23 -04:00
irungentoo 65b4c026f4 The width and height set during the video encoder initialization is
now described as the maximum width and height of images.

This is to work around what appears to be a bug in libvpx where the
resolution of the stream can be decreased but increasing it above
its originally set value introduces memory corruption.
2014-07-05 14:36:19 -04:00
mannol 77c7a3e103 Check if call is active after getting mutex handle 2014-07-05 19:27:31 +02:00
irungentoo bdb00322e3 Fixed bug when loading friends list already containing an added friend. 2014-07-05 12:46:58 -04:00
irungentoo a51f6bbd69 Merge branch 'mannol1-master' 2014-07-05 12:25:30 -04:00
mannol 9af7c335e7 This might be causing problems 2014-07-05 17:36:12 +02:00
mannol ebdc236d51 Fixed conflicts 2014-07-05 15:13:55 +02:00
mannol 8b9d3992a4 Make rtp & codec actions thread-safe 2014-07-05 15:11:25 +02:00
irungentoo 7f1e5ff720 This seems to fix the crash that happens when changing the resolution
of the desktop stream to something higher than the initial one in utox.
2014-07-04 20:20:47 -04:00
irungentoo 83b9fbc1dc Fixed out of bounds read.
payload_type seems to be completely useless and should be removed.
2014-07-04 19:09:50 -04:00
irungentoo 9f164b4563 Resolution of video can now be changed during call by passing it
frames with a different resolution.

Added function to change bitrate of video for later use.
2014-07-04 17:41:02 -04:00
irungentoo 705fceb2e0 Merge branch 'mannol1-master' 2014-07-04 13:28:47 -04:00
mannol a8fa360547 Merge upstream 2014-07-04 18:17:24 +02:00
mannol 94b9dfdfbf Added getter for current call status 2014-07-04 18:16:53 +02:00
mouseym d7500bcc9b Some extra fixes. 2014-07-04 09:10:54 +01:00