index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxav
/
toxav.c
Age
Commit message (
Expand
)
Author
2020-04-07
Create own instance of MonoTime for ToxAV.
zoff99
2020-04-05
Stop using Messenger's mono_time in bandwidth controller.
zoff99
2020-03-18
Make function defns match their decls regarding storage class.
iphydf
2020-03-18
Mark file-local function definitions as `static`.
iphydf
2020-03-14
Avoid casting back and forth between void-ptr.
iphydf
2020-03-14
Standardise on having a comma at the end of enums.
iphydf
2020-03-14
Use spdx license identifier instead of GPL blurb.
iphydf
2019-11-21
fix missing mutex
sudden6
2019-11-21
fix ToxAV mutex released to early
sudden6
2018-09-21
Fix using uninitialized mutex on call end.
Mick Sayson
2018-09-19
Fix typos
yangfl
2018-08-26
Update copyright to 2018.
iphydf
2018-08-19
make Mono_Time an argument to current_time_monotonic
zugz (tox)
2018-08-14
Fix style in toxav.c.
iphydf
2018-08-13
Fix ToxAv's use of `struct Tox`.
iphydf
2018-08-12
Fix enumerator names to comply with toxcore naming standards.
iphydf
2018-08-12
Remove all uses of the PAIR macro in toxav.
iphydf
2018-08-12
Remove last use of the `MIN` macro.
iphydf
2018-08-04
Make a separate `struct Tox` containing the Messenger.
iphydf
2018-07-21
Add github usernames to TODOs.
iphydf
2018-07-12
Style fixes in TCP code; remove MIN and PAIR from util.h.
iphydf
2018-07-09
Factor out time keeping code into its own module: mono_time.c.
iphydf
2018-02-24
Fix a bunch of compiler warnings and remove suppressions.
iphydf
2018-02-11
Improve video key frame sending.
zoff99
2018-01-30
Use nullptr as NULL pointer constant instead of NULL or 0.
iphydf
2018-01-28
Make audio/video bit rates "properties"
xhe
2018-01-25
Split bit_rate_set(), one for audio, one for video.
xhe
2017-12-17
Split video payload into multiple packets when >65k
mannol
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-21
Use after free reported in #278 occurs because toxav_kill()
mannol
2016-11-20
Fix NULL pointer dereference in log calls
Maxim Biro
2016-09-28
v0.0.0 => v0.0.1
Gregory Mullen (grayhatter)
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-16
Ensure that all TODOs have an owner.
iphydf
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-02
Do not use `else` after `return`.
iphydf
2016-09-01
Match parameter names in declarations with their definitions.
iphydf
2016-08-31
Add braces to all if statements.
iphydf
2016-08-27
Move logging to a callback.
iphydf
2016-08-12
Check code formatting on Travis.
iphydf
2016-02-13
added the dropped ;
Gregory Mullen (GrayHatter)
2016-02-13
missed a line tox to toxav
Gregory Mullen (GrayHatter)
2016-02-13
update the compatablity function to match the macro
Gregory Mullen (GrayHatter)
2016-02-13
SemVer toxav too
Gregory Mullen (GrayHatter)
[next]