Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-17 | Some video encoding improvements. | irungentoo | |
2014-08-04 | Fix some toxav warnings | mannol | |
2014-07-27 | Reduced max size of queue. | irungentoo | |
2014-07-27 | Initialize 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-24 | Fixed crash. | irungentoo | |
2014-07-24 | Fixed some issues with queue. | irungentoo | |
disconnecting then reconnecting right away should no longer kill audio transmission. | |||
2014-07-24 | Rewrote audio packet queue. | irungentoo | |
Audio killing itself after 20 minutes in a call should be fixed. | |||
2014-07-19 | remove this too | stal | |
2014-07-19 | declare calculate_sum_sq static inline | stal | |
2014-07-05 | Merge branch 'master' of https://github.com/mannol1/toxcore | irungentoo | |
2014-07-05 | The width and height set during the video encoder initialization is | irungentoo | |
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-05 | Merge branch 'mannol1-master' | irungentoo | |
2014-07-05 | Fixed conflicts | mannol | |
2014-07-05 | Make rtp & codec actions thread-safe | mannol | |
2014-07-04 | This seems to fix the crash that happens when changing the resolution | irungentoo | |
of the desktop stream to something higher than the initial one in utox. | |||
2014-07-04 | Resolution of video can now be changed during call by passing it | irungentoo | |
frames with a different resolution. Added function to change bitrate of video for later use. | |||
2014-07-03 | Merge branch 'mannol1-master' | irungentoo | |
2014-07-03 | Removed redundant code and fixed toxav codec actions being called when call ↵ | mannol | |
inactive | |||
2014-06-26 | Lowered video bitrate to 500kb/s and lowered audio buffer size. | irungentoo | |
2014-06-24 | Some video tweaks. | irungentoo | |
2014-06-22 | Merge branch 'master' of https://github.com/mannol1/toxcore | irungentoo | |
2014-06-22 | Merged upstream | mannol | |
2014-06-21 | Added tolerance to VAD and lowered Jitter buffer default value | mannol | |
2014-06-21 | Started with VAD | mannol | |