summaryrefslogtreecommitdiff
path: root/toxav
AgeCommit message (Collapse)Author
2014-07-22Fixed warning.irungentoo
2014-07-22Merge branch 'master' of https://github.com/mannol1/toxcoreirungentoo
2014-07-21This should fix test failingmannol
2014-07-21Fixed conflictsmannol
2014-07-21Improved protocol and cleaned code a bitmannol
2014-07-19Merge branch 'lllllllleeeeeeeeellllll' of ↵irungentoo
https://github.com/stal888/ProjectTox-Core
2014-07-19remove this toostal
2014-07-19declare calculate_sum_sq static inlinestal
2014-07-19Set some functions as static, fixed warning.irungentoo
2014-07-12Set a deadline in the vpx video decoder to try to solve issues onirungentoo
slow hardware.
2014-07-10Call now gets terminated when other person times out.irungentoo
2014-07-08Fixed some timer related issues.irungentoo
2014-07-08Fixed threading bug that could cause segfaults.irungentoo
2014-07-08Fixed deadlock.irungentoo
2014-07-07Fixed segfault and other possible bugs in msi.cirungentoo
toxav should no longer have weird behaviour when a dead call times out.
2014-07-07Merge branch 'split-video' of https://github.com/notsecure/toxcoreirungentoo
2014-07-07use callbacks for a/vnotsecure
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