Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | Rewrote audio packet queue. | irungentoo | |
Audio killing itself after 20 minutes in a call should be fixed. | |||
2014-07-23 | fix warnings | notsecure | |
2014-07-22 | Merge branch 'master' of https://github.com/mannol1/toxcore | irungentoo | |
2014-07-21 | Fixed conflicts | mannol | |
2014-07-21 | Improved protocol and cleaned code a bit | mannol | |
2014-07-12 | Set a deadline in the vpx video decoder to try to solve issues on | irungentoo | |
slow hardware. | |||
2014-07-07 | Merge branch 'split-video' of https://github.com/notsecure/toxcore | irungentoo | |
2014-07-07 | use callbacks for a/v | notsecure | |
2014-07-05 | Fixed msi_session being used after being freed. | irungentoo | |
2014-07-05 | Merge branch 'master' of https://github.com/mannol1/toxcore | irungentoo | |
2014-07-05 | The width and height set during the video encoder initialization is | irungentoo | |
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 | Check if call is active after getting mutex handle | mannol | |
2014-07-05 | Merge branch 'mannol1-master' | irungentoo | |
2014-07-05 | This might be causing problems | mannol | |
2014-07-05 | Fixed conflicts | mannol | |
2014-07-05 | Make rtp & codec actions thread-safe | mannol | |
2014-07-04 | Resolution of video can now be changed during call by passing it | irungentoo | |
frames with a different resolution. Added function to change bitrate of video for later use. | |||
2014-07-04 | Merge branch 'mannol1-master' | irungentoo | |
2014-07-04 | Merge upstream | mannol | |
2014-07-04 | Added getter for current call status | mannol | |
2014-07-03 | Merge branch 'mannol1-master' | irungentoo | |
2014-07-03 | Resolved conflicts when merging upstream | mannol | |
2014-07-03 | Removed redundant code and fixed toxav codec actions being called when call ↵ | mannol | |
inactive | |||
2014-06-30 | Fixed video in call sometimes freezing. | irungentoo | |
This should not happen anymore. | |||
2014-06-28 | Removed redundant encryption and asserts | mannol | |
2014-06-26 | Lowered video bitrate to 500kb/s and lowered audio buffer size. | irungentoo | |
2014-06-24 | Some video tweaks. | irungentoo | |
2014-06-24 | Fixed video bitrate being set way higher than it should. | irungentoo | |
Video bitrate is set in kb/s not b/s. | |||
2014-06-23 | only allow call cancel during a pending invite | Jfreegman | |
2014-06-23 | Merge branch 'notsecure-split-video' | irungentoo | |
2014-06-23 | dont rely on undefined behaviour | notsecure | |
2014-06-23 | used define instead of constant.. removed unecessary value from packet | notsecure | |
2014-06-23 | basic packet splitting for video frames | notsecure | |
2014-06-22 | Merge branch 'master' of https://github.com/mannol1/toxcore | irungentoo | |
2014-06-22 | Merged upstream | mannol | |
2014-06-21 | Added tolerance to VAD and lowered Jitter buffer default value | mannol | |
2014-06-20 | Merge branch 'tux3-cppcheck-style' | irungentoo | |
2014-06-21 | Started with VAD | mannol | |
2014-06-20 | Fix CppCheck style errors | Tux3 / Mlkj / !Lev.uXFMLA | |
#if 0 the content of toxav/msi.c : int stringify_message(MSIMessage *msg, char *dest) This function has no effect and does not seem to be used for actively waiting. Fix various other style errors, reduce scope when possible, avoid redundant writes, clarify operator priorities, etc. | |||
2014-06-18 | Removed IRC references | Maxim Biro | |
2014-06-15 | Astyled code. | irungentoo | |
2014-06-05 | Fixed bug when passing invalid call index | mannol | |
2014-06-01 | Fixed typo. | irungentoo | |
This typo doesn't actually cause any side effects unless you are like stqism and have a C library that doesn't have mempcpy(). |