summaryrefslogtreecommitdiff
path: root/toxav/rtp.c
AgeCommit message (Expand)Author
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
2015-07-20Fixed some strange build issues.irungentoo
2015-06-30Implement handling capability change on rtp levelmannol
2015-05-07Fixed inconsistenciesmannol
2015-04-30Added many test and fixed various warningsmannol
2015-04-29Donemannol
2015-04-28working av new apimannol
2015-04-27Almooooooostmannol
2015-04-26Almost donemannol
2015-04-22Finished refactoringmannol
2015-04-21Final touchupsmannol
2015-04-17Updated with upstreammannol
2015-04-16The pretty basic adaptive bitrate is *working*mannol
2015-04-13Started custom RTCPmannol
2015-03-22Some progressmannol
2015-02-26Added different error codes for custom packet functions in Messenger.irungentoo
2015-02-26Changes to custom packet functions in Messenger.irungentoo
2015-02-21New msi protocolmannol
2015-02-17Added 2 new headers into msi for buffer controlmannol
2015-02-17Updated types in Messenger callbacks to fit with the ones in the new api.irungentoo