Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-12 | Having two buffers for audio isn't really good. | irungentoo | |
2014-12-12 | Fixed video packet assembling. | irungentoo | |
Video should look better now. | |||
2014-12-09 | Merge branch 'more_consistent_custom_packet_handlers' of ↵ | irungentoo | |
https://github.com/wrouesnel/toxcore | |||
2014-12-09 | Change prototype for custom_packet_handler functions | Will Rouesnel | |
Change the custom_packet_handler callback function interface to be consistent with other callback interfaces. The new interface takes the Messenger object calling as the first parameter, and moves the user data object to be the last parameter. This makes it comparable to the callbacks for file transfer and the like, and should simplify building interfaces. The new prototype is: int (*)(Messenger *m, int32_t friendnumber, const uint8_t *data, uint32_t len, void *object) | |||
2014-12-07 | Fixed possible issue with wrong size being passed to opus_decode(). | irungentoo | |
2014-12-03 | Fixed possible threading issues. | irungentoo | |
2014-12-03 | Fixed possible threading issue. | irungentoo | |
2014-11-29 | Jbuff fixes. | irungentoo | |
2014-11-29 | Fixed bug where video didn't work anymore. | irungentoo | |
Some other cleanups. | |||
2014-11-29 | Merge branch 'mutex-1' of https://github.com/mannol/toxcore | irungentoo | |
2014-11-29 | More av cleanup | mannol | |
2014-11-28 | Fixed toxav issues. | irungentoo | |
2014-11-26 | Actually fixed build issue. | irungentoo | |
2014-11-26 | Fixed build issue. | irungentoo | |
2014-11-26 | Forgot to replace this | Imperative | |
2014-11-26 | Fixed some fatal spelling mistakes | Imperative | |
2014-11-25 | Fixed integer rollover bug in toxav. | irungentoo | |
2014-11-25 | Fixed possible issue. | irungentoo | |
2014-11-24 | Merge branch 'master' of https://github.com/mannol/toxcore | irungentoo | |
2014-11-22 | Enable use of lower sample rates for group chats. | irungentoo | |
2014-11-20 | Fixed small issue where group audio would jumble up sometimes at start of ↵ | irungentoo | |
stream. | |||
2014-11-18 | av refactor | mannol | |
2014-11-17 | Cut bitrate by half for 1 channel audio. | irungentoo | |
2014-11-15 | Increased audio packet queue size by 2. | irungentoo | |
2014-11-11 | Cleaned up some code, made group av clean up properly after itself | irungentoo | |
when the group is killed. | |||
2014-11-11 | 2 channel audio can now be sent to groupchats. | irungentoo | |
Some cleanups and added comments. | |||
2014-11-11 | Added comments. | irungentoo | |
2014-11-10 | Audio group chats still have some small issues. | irungentoo | |
2014-11-10 | Group audio might work now but I have not tested anything yet. | irungentoo | |
2014-11-09 | Basic audio packet parsing code. | irungentoo | |
2014-11-08 | Group audio starting to take shape. | irungentoo | |
Some issues still left to solve. | |||
2014-11-07 | First commit of actual A/V code for group chats. | irungentoo | |
2014-10-25 | Fixed possible threading issues. | irungentoo_trip | |
2014-10-25 | Merge branch 'toxav-uaf' of https://github.com/tux3/toxcore | irungentoo_trip | |
# # Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit. | |||
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-24 | Fix for memory leak. And add forgotten break | xor2003 | |
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 | |