summaryrefslogtreecommitdiff
path: root/toxav/toxav.c
AgeCommit message (Collapse)Author
2015-05-09Check if call supports video encoding before encoding frame.irungentoo
2015-05-05Toxav fix.irungentoo
Use stored image width instead of displayed image width.
2015-02-25toxav new api fixes.irungentoo
2015-01-04toxav_prepare_transmission: More descriptive errorTux3 / Mlkj / !Lev.uXFMLA
When trying to prepare an already active call, return av_ErrorAlreadyInCallWithPeer not av_ErrorNoCall
2014-12-17Cut one on one default audio bitrate by half.irungentoo
2014-12-16Fixed some A/V threading issues.irungentoo
Audio dropping on video calls issue should no longer happen.
2014-12-03Fixed possible threading issues.irungentoo
2014-12-03Fixed possible threading issue.irungentoo
2014-11-29Fixed bug where video didn't work anymore.irungentoo
Some other cleanups.
2014-11-29Merge branch 'mutex-1' of https://github.com/mannol/toxcoreirungentoo
2014-11-29More av cleanupmannol
2014-11-28Fixed toxav issues.irungentoo
2014-11-26Forgot to replace thisImperative
2014-11-25Fixed integer rollover bug in toxav.irungentoo
2014-11-24Merge branch 'master' of https://github.com/mannol/toxcoreirungentoo
2014-11-18av refactormannol
2014-11-112 channel audio can now be sent to groupchats.irungentoo
Some cleanups and added comments.
2014-11-11Added comments.irungentoo
2014-11-10Group audio might work now but I have not tested anything yet.irungentoo
2014-10-24Fix for memory leak. And add forgotten breakxor2003
2014-09-09spelling correctionscgar
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