summaryrefslogtreecommitdiff
path: root/toxav/codec.h
AgeCommit message (Collapse)Author
2014-08-04Fix some toxav warningsmannol
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-24Rewrote audio packet queue.irungentoo
Audio killing itself after 20 minutes in a call should be fixed.
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-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-03Removed redundant code and fixed toxav codec actions being called when call ↵mannol
inactive
2014-06-22Merge branch 'master' of https://github.com/mannol1/toxcoreirungentoo
2014-06-21Added tolerance to VAD and lowered Jitter buffer default valuemannol
2014-06-21Started with VADmannol