summaryrefslogtreecommitdiff
path: root/toxav
AgeCommit message (Expand)Author
2018-07-22Run Clang global static analysis on Travis.iphydf
2018-07-21Remove redundant casts to the same type.iphydf
2018-07-21Add github usernames to TODOs.iphydf
2018-07-21Synchronise parameter names in headers with those in the implementation.iphydf
2018-07-21Reduce nesting by doing more early returns on error.iphydf
2018-07-12Style fixes in TCP code; remove MIN and PAIR from util.h.iphydf
2018-07-09Factor out time keeping code into its own module: mono_time.c.iphydf
2018-07-08Avoid side-effectful assignments in conditionals.iphydf
2018-07-08Remove VLA usage from `send_audio_packet`.iphydf
2018-07-07Call the "peer leaves" callback only once on group delete.iphydf
2018-07-04Add some tests for our ring_buffer implementation.iphydf
2018-06-24Use clang-format for C++ code.iphydf
2018-06-24Add Logger to various net_crypto functions.iphydf
2018-06-16Only check full rtp offset if RTP_LARGE_FRAME is setRobin Lindén
2018-05-20Move system header includes from network.h to network.ciphydf
2018-04-17Improve network error reporting on WindowsMaxim Biro
2018-03-16Remove the use of the 'hh' format specifier.iphydf
2018-03-09Don't set RTP_LARGE_FRAME on rtp audio packetsRobin Lindén
2018-03-09Don't throw away rtp packets from old ToxcoreRobin Lindén
2018-02-24Fix a bunch of compiler warnings and remove suppressions.iphydf
2018-02-20make groupnumber uint32_tsudden6
2018-02-11Improve video key frame sending.zoff99
2018-02-08Remove csrc from the RTPHeader struct.iphydf
2018-02-06Format .cpp files with format-source.iphydf
2018-02-01Manually serialise RTPHeader struct instead of memcpy.iphydf
2018-01-31Change the "capabilities" field to a "flags" field.iphydf
2018-01-30Use nullptr as NULL pointer constant instead of NULL or 0.iphydf
2018-01-29Add RTP header fields for the full frame length and offset.iphydf
2018-01-28Avoid clashes with "build" directories on case-insensitive file systems.iphydf
2018-01-28Make audio/video bit rates "properties"xhe
2018-01-25Split bit_rate_set(), one for audio, one for video.xhe
2018-01-25Rename some rtp header struct members to be clearer.iphydf
2018-01-22Publish a single public BUILD target for c-toxcore.iphydf
2018-01-21Make BUILD files more finely-grained.iphydf
2018-01-21Add comment from #629 in ring_buffer.c.iphydf
2018-01-21Add BUILD files for all the little tools in the repo.iphydf
2018-01-19Add some explanatory comments to the toxav audio code.iphydf
2018-01-19Use more descriptive names in bwcontroller.iphydf
2018-01-19Extract named constants from magic numbers in toxav/audio.c.iphydf
2018-01-18Use C99 standard in bazel builds.iphydf
2018-01-18Add bazel build scripts for c-toxcore.iphydf
2018-01-14Add random_u16 function and rename the others to match.iphydf
2018-01-13Remove useless if statementendoffile78
2018-01-10Fix formatting in some C files.iphydf
2017-12-17Split video payload into multiple packets when >65kmannol
2017-11-19Fix typoyangfl
2017-06-04Add a monolith_test that includes all toxcore sources.iphydf
2017-02-26Add part of platform-independent network API implementationDiadlo
2017-01-28Add VLA compatibility macro for C89-ish compilers.iphydf
2017-01-26Add platform-independent Socket and IP implementationDiadlo