Age | Commit message (Collapse) | Author | |
---|---|---|---|
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(). | |||
2014-05-25 | Merge branch 'mannol1-Multicalls' into multi-av | irungentoo | |
2014-05-24 | Tests works and some fixes | mannol | |
2014-05-17 | Fixed this | mannol | |
2014-05-16 | This works. | mannol | |
2014-05-10 | This should work | mannol | |
2014-05-03 | Bunch of random changes | mannol | |
2014-04-27 | Yeah many calls | mannol | |
2014-04-08 | Drop typedef redeclarations | Dmitrij D. Czarkoff | |
C99 doesn't permit redeclaring typedefs in the same scope. | |||
2014-04-07 | Bug fix | mannol | |
2014-04-06 | Codec settings | mannol | |
2014-04-05 | Added test | mannol | |
2014-03-22 | Clare case fix | mannol | |
Wot fix | |||
2014-03-11 | Added custom callback data and capability identifier | mannol | |