summaryrefslogtreecommitdiff
path: root/toxav/rtp.c
AgeCommit message (Expand)Author
2020-04-09Use public API for sending in RTP.zoff99
2020-04-07Remove newlines from the end of LOGGER format strings.iphydf
2020-03-14Fix up comments a bit to start being more uniform.iphydf
2020-03-14Use spdx license identifier instead of GPL blurb.iphydf
2020-03-02Upgrade bazel to 2.1.1.iphydf
2018-09-19Fix typosyangfl
2018-08-19make Mono_Time an argument to current_time_monotoniczugz (tox)
2018-08-12Fix coding style in rtp module.iphydf
2018-08-12Fix enumerator names to comply with toxcore naming standards.iphydf
2018-07-09Factor out time keeping code into its own module: mono_time.c.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-11Improve video key frame sending.zoff99
2018-02-08Remove csrc from the RTPHeader struct.iphydf
2018-02-01Manually serialise RTPHeader struct instead of memcpy.iphydf
2018-01-30Use nullptr as NULL pointer constant instead of NULL or 0.iphydf
2018-01-25Rename some rtp header struct members to be clearer.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-11-19Fix typoyangfl
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
2017-01-19Update license headers and remove redundant file name comment.iphydf
2016-12-03rename messenger function, prepend m_Gregory Mullen (grayhatter)
2016-11-20Fix NULL pointer dereference in log callsMaxim Biro
2016-09-24Make toxcore code C++ compatible.iphydf
2016-09-19Revert "Make ToxAV stateless"iphydf
2016-09-17Make ToxAV statelessGregory Mullen (grayhatter)
2016-09-13Add some astyle options to make it do more.iphydf
2016-09-13Group #include directives in 3-4 groups.iphydf
2016-09-06Improve static and const correctness.iphydf
2016-09-02Do not use `else` after `return`.iphydf
2016-09-01Sort #includes in all source files.iphydf
2016-08-31Add braces to all if statements.iphydf
2016-08-27Move logging to a callback.iphydf
2016-08-18Fix some compiler warnings.iphydf
2015-11-11fix BWController misspellingTibor Stolz
2015-11-04Prevent debug message from spamming stdoutJfreegman
2015-11-03Astyle.irungentoo
2015-10-10New Adaptive BR algorithm, cleanups and fixesEniz Vukovic
2015-08-09Updated with upstreammannol
2015-08-07Fixed memory leak during session cleanup and fixed naming.mannol