Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2014-03-07 | Fixed several bugs and added some features | mannol | |
2014-02-19 | Removed user agent header from msi and updated travis build stuff | mannol | |
2014-02-19 | Added better documentation to the api, move some defines, fixed a possible ↵ | irungentoo | |
issue. | |||
2014-02-16 | Astyled av code. | irungentoo | |
2014-02-16 | Moved event to toxav | mannol | |
2014-02-16 | Added comments... | mannol | |
2014-02-16 | Public header ready to go | mannol | |
2014-02-16 | Started adding public API | mannol | |