summaryrefslogtreecommitdiff
path: root/toxav/toxav.c
AgeCommit message (Collapse)Author
2014-06-26Lowered video bitrate to 500kb/s and lowered audio buffer size.irungentoo
2014-06-24Some video tweaks.irungentoo
2014-06-24Fixed video bitrate being set way higher than it should.irungentoo
Video bitrate is set in kb/s not b/s.
2014-06-23only allow call cancel during a pending inviteJfreegman
2014-06-23Merge branch 'notsecure-split-video'irungentoo
2014-06-23dont rely on undefined behaviournotsecure
2014-06-23used define instead of constant.. removed unecessary value from packetnotsecure
2014-06-23basic packet splitting for video framesnotsecure
2014-06-22Merge branch 'master' of https://github.com/mannol1/toxcoreirungentoo
2014-06-22Merged upstreammannol
2014-06-21Added tolerance to VAD and lowered Jitter buffer default valuemannol
2014-06-20Merge branch 'tux3-cppcheck-style'irungentoo
2014-06-21Started with VADmannol
2014-06-20Fix CppCheck style errorsTux3 / 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-18Removed IRC referencesMaxim Biro
2014-06-15Astyled code.irungentoo
2014-06-05Fixed bug when passing invalid call indexmannol
2014-06-01Fixed 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-25Merge branch 'mannol1-Multicalls' into multi-avirungentoo
2014-05-24Tests works and some fixesmannol
2014-05-17Fixed thismannol
2014-05-16This works.mannol
2014-05-10This should workmannol
2014-05-03Bunch of random changesmannol
2014-04-27Yeah many callsmannol
2014-04-08Drop typedef redeclarationsDmitrij D. Czarkoff
C99 doesn't permit redeclaring typedefs in the same scope.
2014-04-07Bug fixmannol
2014-04-06Codec settingsmannol
2014-04-05Added testmannol
2014-03-22Clare case fixmannol
Wot fix
2014-03-11Added custom callback data and capability identifiermannol
2014-03-07Fixed several bugs and added some featuresmannol
2014-02-19Removed user agent header from msi and updated travis build stuffmannol
2014-02-19Added better documentation to the api, move some defines, fixed a possible ↵irungentoo
issue.
2014-02-16Astyled av code.irungentoo
2014-02-16Moved event to toxavmannol
2014-02-16Added comments...mannol
2014-02-16Public header ready to gomannol
2014-02-16Started adding public APImannol