Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-25 | Fix use-after-free of toxav's TimerHandler | Tux3 / Mlkj / !Lev.uXFMLA | |
If msi.c:timer_terminate_session frees "handler", then when msi.c:timer_poll's thread resumes, there WILL be a use after free of "handler", with a likely segfault. This use after free causes a crash in qTox, see tux3/qTox#534 | |||
2014-10-17 | Some video encoding improvements. | irungentoo | |
2014-10-17 | Trying to fix TimerHandler *handler memory leak | xor2003 | |
2014-09-30 | Rework toxav/rtp.c to use ntohl/htonl and ntohs/htons | sin | |
Now we can also remove the helper routines from toxcore/util.[ch]. | |||
2014-09-21 | Fixed memory leak. | irungentoo | |
2014-09-10 | Fix exceptional leak in msi.c | Tux3 / Mlkj / !Lev.uXFMLA | |
2014-09-09 | spelling corrections | cgar | |
2014-08-05 | memset call to zero when killing call. | irungentoo | |
2014-08-04 | Merge branch 'master' of https://github.com/mannol1/toxcore | irungentoo | |
Conflicts: toxav/toxav.c | |||
2014-08-04 | Set pointer to NULL when freeing to fix issue. | irungentoo | |
2014-08-04 | Fixed threading bug. | irungentoo | |
2014-08-04 | Merge branch 'notsecure-split-video' | irungentoo | |
2014-08-04 | one decoding thread per call | notsecure | |
2014-08-04 | Update with upstream | mannol | |
2014-08-04 | Fix some toxav warnings | mannol | |
2014-08-03 | remove unneeded printf's/prevent stdout spam | Jfreegman | |
2014-08-02 | Increase dequeue queue size to 16 to prevent stuttering. | irungentoo | |
2014-08-02 | Merge branch 'mannol1-master' | irungentoo | |
2014-08-02 | Added userdata pointer to audio/video callbacks | mannol | |
2014-08-01 | Disable decode deadline, fixed build error. | irungentoo | |
2014-08-01 | Merge branch 'notsecure-split-video' | irungentoo | |
2014-08-01 | audio/video decoding on separate thread with a queue | notsecure | |
2014-07-31 | fix initialization order | notsecure | |
2014-07-31 | decode video on separate thread | notsecure | |
2014-07-29 | Size parameter is now checked in toxav_send_audio(). | irungentoo | |
Cleaned up code a bit. | |||
2014-07-28 | Fixed segfault. | irungentoo | |
2014-07-27 | Reduced max size of queue. | irungentoo | |
2014-07-27 | Initialize codec session with right values. | irungentoo | |
Audio decoder and encoder channel values are sepparate values, the decoder should be set to the number of channels the other peer has his encoder set. | |||
2014-07-26 | Merge branch 'mannol1-master' | irungentoo | |
2014-07-27 | Fixed buffer overflow | mannol | |
2014-07-27 | Fixed tests and conflicts | mannol | |
2014-07-26 | Make codec settings dynamic | mannol | |
2014-07-25 | Start sequence number at zero instead of one. | irungentoo | |
2014-07-24 | Fixed crash. | irungentoo | |
2014-07-24 | Fixed some issues with queue. | irungentoo | |
disconnecting then reconnecting right away should no longer kill audio transmission. | |||
2014-07-24 | Increased default jitter buffer size by 1. | irungentoo | |
2014-07-24 | Merge branch 'master' of https://github.com/mannol1/toxcore | irungentoo | |
2014-07-24 | Rewrote audio packet queue. | irungentoo | |
Audio killing itself after 20 minutes in a call should be fixed. | |||
2014-07-23 | dark forces were very active, so to say... | mannol | |
2014-07-23 | fix warnings | notsecure | |
2014-07-23 | fix mannol | notsecure | |
2014-07-22 | Fixed warning. | irungentoo | |
2014-07-22 | Merge branch 'master' of https://github.com/mannol1/toxcore | irungentoo | |
2014-07-21 | This should fix test failing | mannol | |
2014-07-21 | Fixed conflicts | mannol | |
2014-07-21 | Improved protocol and cleaned code a bit | mannol | |
2014-07-19 | Merge branch 'lllllllleeeeeeeeellllll' of ↵ | irungentoo | |
https://github.com/stal888/ProjectTox-Core | |||
2014-07-19 | remove this too | stal | |
2014-07-19 | declare calculate_sum_sq static inline | stal | |
2014-07-19 | Set some functions as static, fixed warning. | irungentoo | |