toxcore/toxav
iphydf b3889f0f05
Remove VLA usage from send_audio_packet.
Also use `net_pack_u16` in that function instead of manual ntohs+memcpy
and `net_unpack_u16` in its receiving counterpart.
2018-07-08 13:59:37 +00:00
..
audio.c Add Logger to various net_crypto functions. 2018-06-24 19:17:32 +00:00
audio.h Add Logger to various net_crypto functions. 2018-06-24 19:17:32 +00:00
BUILD.bazel Add some tests for our ring_buffer implementation. 2018-07-04 10:37:46 +00:00
bwcontroller.c Move system header includes from network.h to network.c 2018-05-20 15:42:42 +00:00
bwcontroller.h Improve video key frame sending. 2018-02-11 23:31:46 +00:00
groupav.c Remove VLA usage from send_audio_packet. 2018-07-08 13:59:37 +00:00
groupav.h Add Logger to various net_crypto functions. 2018-06-24 19:17:32 +00:00
Makefile.inc Setup autotools to read .so version info from a separate file 2017-01-18 11:20:07 +01:00
msi.c Add Logger to various net_crypto functions. 2018-06-24 19:17:32 +00:00
msi.h Add Logger to various net_crypto functions. 2018-06-24 19:17:32 +00:00
ring_buffer_test.cc Add some tests for our ring_buffer implementation. 2018-07-04 10:37:46 +00:00
ring_buffer.c Use nullptr as NULL pointer constant instead of NULL or 0. 2018-01-30 23:35:50 +00:00
ring_buffer.h Add some tests for our ring_buffer implementation. 2018-07-04 10:37:46 +00:00
rtp_test.cc Use clang-format for C++ code. 2018-06-24 20:17:53 +00:00
rtp.c Add Logger to various net_crypto functions. 2018-06-24 19:17:32 +00:00
rtp.h Add Logger to various net_crypto functions. 2018-06-24 19:17:32 +00:00
toxav_old.c make groupnumber uint32_t 2018-02-20 20:58:54 +01:00
toxav.api.h make groupnumber uint32_t 2018-02-20 20:58:54 +01:00
toxav.c Fix a bunch of compiler warnings and remove suppressions. 2018-02-24 22:20:22 +00:00
toxav.h make groupnumber uint32_t 2018-02-20 20:58:54 +01:00
video.c Add Logger to various net_crypto functions. 2018-06-24 19:17:32 +00:00
video.h Add Logger to various net_crypto functions. 2018-06-24 19:17:32 +00:00