summaryrefslogtreecommitdiff
path: root/toxav/toxav.c
AgeCommit message (Collapse)Author
2014-08-05memset call to zero when killing call.irungentoo
2014-08-04Merge branch 'master' of https://github.com/mannol1/toxcoreirungentoo
Conflicts: toxav/toxav.c
2014-08-04Set pointer to NULL when freeing to fix issue.irungentoo
2014-08-04Fixed threading bug.irungentoo
2014-08-04Merge branch 'notsecure-split-video'irungentoo
2014-08-04one decoding thread per callnotsecure
2014-08-04Update with upstreammannol
2014-08-04Fix some toxav warningsmannol
2014-08-03remove unneeded printf's/prevent stdout spamJfreegman
2014-08-02Increase dequeue queue size to 16 to prevent stuttering.irungentoo
2014-08-02Merge branch 'mannol1-master'irungentoo
2014-08-02Added userdata pointer to audio/video callbacksmannol
2014-08-01Disable decode deadline, fixed build error.irungentoo
2014-08-01Merge branch 'notsecure-split-video'irungentoo
2014-08-01audio/video decoding on separate thread with a queuenotsecure
2014-07-31fix initialization ordernotsecure
2014-07-31decode video on separate threadnotsecure
2014-07-29Size parameter is now checked in toxav_send_audio().irungentoo
Cleaned up code a bit.
2014-07-27Initialize codec session with right values.irungentoo
Audio decoder and encoder channel values are sepparate values, the decoder should be set to the number of channels the other peer has his encoder set.
2014-07-26Merge branch 'mannol1-master'irungentoo
2014-07-27Fixed buffer overflowmannol
2014-07-27Fixed tests and conflictsmannol
2014-07-26Make codec settings dynamicmannol
2014-07-24Fixed some issues with queue.irungentoo
disconnecting then reconnecting right away should no longer kill audio transmission.
2014-07-24Increased default jitter buffer size by 1.irungentoo
2014-07-24Rewrote audio packet queue.irungentoo
Audio killing itself after 20 minutes in a call should be fixed.
2014-07-23fix warningsnotsecure
2014-07-22Merge branch 'master' of https://github.com/mannol1/toxcoreirungentoo
2014-07-21Fixed conflictsmannol
2014-07-21Improved protocol and cleaned code a bitmannol
2014-07-12Set a deadline in the vpx video decoder to try to solve issues onirungentoo
slow hardware.
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-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 '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-06-30Fixed video in call sometimes freezing.irungentoo
This should not happen anymore.
2014-06-28Removed redundant encryption and assertsmannol