Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Change calloc call on line 138 from empty_array->entries = calloc(size * sizeof(Ping_Array_Entry), 1);, to empty_array->entries = calloc(size, sizeof(Ping_Array_Entry));
|
|
https://github.com/JFreegman/ProjectTox-Core
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
of the desktop stream to something higher than the initial one in utox.
|
|
payload_type seems to be completely useless and should be removed.
|
|
frames with a different resolution.
Added function to change bitrate of video for later use.
|
|
|
|
|
|
|
|
|
|
Removed unnecessary steps, added support for A/V libs in core and missing dependencies.
|
|
|
|
|
|
|
|
|
|
|
|
inactive
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This should not happen anymore.
|
|
|
|
|
|
|
|
|
|
|
|
carry it.
|
|
|
|
|
|
|
|
https://github.com/nurupo/InsertProjectNameHere
|
|
|