index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxav
/
rtp.c
Age
Commit message (
Expand
)
Author
2020-03-14
Fix up comments a bit to start being more uniform.
iphydf
2020-03-14
Use spdx license identifier instead of GPL blurb.
iphydf
2020-03-02
Upgrade bazel to 2.1.1.
iphydf
2018-09-19
Fix typos
yangfl
2018-08-19
make Mono_Time an argument to current_time_monotonic
zugz (tox)
2018-08-12
Fix coding style in rtp module.
iphydf
2018-08-12
Fix enumerator names to comply with toxcore naming standards.
iphydf
2018-07-09
Factor out time keeping code into its own module: mono_time.c.
iphydf
2018-06-24
Add Logger to various net_crypto functions.
iphydf
2018-06-16
Only check full rtp offset if RTP_LARGE_FRAME is set
Robin Lindén
2018-05-20
Move system header includes from network.h to network.c
iphydf
2018-04-17
Improve network error reporting on Windows
Maxim Biro
2018-03-16
Remove the use of the 'hh' format specifier.
iphydf
2018-03-09
Don't set RTP_LARGE_FRAME on rtp audio packets
Robin Lindén
2018-03-09
Don't throw away rtp packets from old Toxcore
Robin Lindén
2018-02-24
Fix a bunch of compiler warnings and remove suppressions.
iphydf
2018-02-11
Improve video key frame sending.
zoff99
2018-02-08
Remove csrc from the RTPHeader struct.
iphydf
2018-02-01
Manually serialise RTPHeader struct instead of memcpy.
iphydf
2018-01-30
Use nullptr as NULL pointer constant instead of NULL or 0.
iphydf
2018-01-25
Rename some rtp header struct members to be clearer.
iphydf
2018-01-14
Add random_u16 function and rename the others to match.
iphydf
2018-01-13
Remove useless if statement
endoffile78
2018-01-10
Fix formatting in some C files.
iphydf
2017-11-19
Fix typo
yangfl
2017-02-26
Add part of platform-independent network API implementation
Diadlo
2017-01-28
Add VLA compatibility macro for C89-ish compilers.
iphydf
2017-01-26
Add platform-independent Socket and IP implementation
Diadlo
2017-01-19
Update license headers and remove redundant file name comment.
iphydf
2016-12-03
rename messenger function, prepend m_
Gregory Mullen (grayhatter)
2016-11-20
Fix NULL pointer dereference in log calls
Maxim Biro
2016-09-24
Make toxcore code C++ compatible.
iphydf
2016-09-19
Revert "Make ToxAV stateless"
iphydf
2016-09-17
Make ToxAV stateless
Gregory Mullen (grayhatter)
2016-09-13
Add some astyle options to make it do more.
iphydf
2016-09-13
Group #include directives in 3-4 groups.
iphydf
2016-09-06
Improve static and const correctness.
iphydf
2016-09-02
Do not use `else` after `return`.
iphydf
2016-09-01
Sort #includes in all source files.
iphydf
2016-08-31
Add braces to all if statements.
iphydf
2016-08-27
Move logging to a callback.
iphydf
2016-08-18
Fix some compiler warnings.
iphydf
2015-11-11
fix BWController misspelling
Tibor Stolz
2015-11-04
Prevent debug message from spamming stdout
Jfreegman
2015-11-03
Astyle.
irungentoo
2015-10-10
New Adaptive BR algorithm, cleanups and fixes
Eniz Vukovic
2015-08-09
Updated with upstream
mannol
2015-08-07
Fixed memory leak during session cleanup and fixed naming.
mannol
2015-07-20
Fixed some strange build issues.
irungentoo
2015-06-30
Implement handling capability change on rtp level
mannol
[next]