summaryrefslogtreecommitdiff
path: root/toxav
AgeCommit message (Collapse)Author
2014-07-05Fixed msi_session being used after being freed.irungentoo
2014-07-05Merge branch 'master' of https://github.com/mannol1/toxcoreirungentoo
2014-07-05The width and height set during the video encoder initialization isirungentoo
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-05Check if call is active after getting mutex handlemannol
2014-07-05Merge branch 'mannol1-master'irungentoo
2014-07-05This might be causing problemsmannol
2014-07-05Fixed conflictsmannol
2014-07-05Make rtp & codec actions thread-safemannol
2014-07-04This seems to fix the crash that happens when changing the resolutionirungentoo
of the desktop stream to something higher than the initial one in utox.
2014-07-04Fixed out of bounds read.irungentoo
payload_type seems to be completely useless and should be removed.
2014-07-04Resolution of video can now be changed during call by passing itirungentoo
frames with a different resolution. Added function to change bitrate of video for later use.
2014-07-04Merge branch 'mannol1-master'irungentoo
2014-07-04Merge upstreammannol
2014-07-04Added getter for current call statusmannol
2014-07-03Merge branch 'master' of https://github.com/mannol1/toxcoreirungentoo
2014-07-03Fix removed missing includemannol
2014-07-03Merge branch 'mannol1-master'irungentoo
2014-07-03Resolved conflicts when merging upstreammannol
2014-07-03Removed redundant code and fixed toxav codec actions being called when call ↵mannol
inactive
2014-07-02Fixed const related warnings.irungentoo
2014-06-30Fixed video in call sometimes freezing.irungentoo
This should not happen anymore.
2014-06-28Merge branch 'mannol1-master'irungentoo
2014-06-28Removed redundant encryption and assertsmannol
2014-06-26Fixed calling msi_reject more than once possibly causing issues.irungentoo
2014-06-26Fixed possible bug if more than one ringing msi packet was sent to us.irungentoo
2014-06-26Fixed segfault that happened because calls could be hanged up moreirungentoo
than once.
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-23unrelated: got rid of some warningsnotsecure
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-23Removed hamful codemannol
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-20Merge branch 'mannol1-master'irungentoo
2014-06-20Fixed bug when adjusting queue sizemannol
2014-06-18Merge branch 'av-fix' of https://github.com/nurupo/InsertProjectNameHere ↵irungentoo
into nurupo-av-fix
2014-06-18Preparation work to make onion packets go through TCP.irungentoo
2014-06-18Removed IRC referencesMaxim Biro
2014-06-18Made av public header C++-enabledMaxim Biro
2014-06-18Fix possible nullptr dereferences in toxav/msi.cTux3 / Mlkj / !Lev.uXFMLA