summaryrefslogtreecommitdiff
path: root/toxav/toxav.c
AgeCommit message (Expand)Author
2020-05-17Format comments according to tokstyle's requirements.iphydf
2020-05-03Fix a bug in savedata loading when malloc fails.iphydf
2020-04-09Use public API for sending in RTP.zoff99
2020-04-08Use public API for sending in BWC.zoff99
2020-04-07Remove newlines from the end of LOGGER format strings.iphydf
2020-04-07Change ToxAVCall struct mutex to a more distinct name.zoff99
2020-04-07Create own instance of MonoTime for ToxAV.zoff99
2020-04-05Stop using Messenger's mono_time in bandwidth controller.zoff99
2020-03-18Make function defns match their decls regarding storage class.iphydf
2020-03-18Mark file-local function definitions as `static`.iphydf
2020-03-14Avoid casting back and forth between void-ptr.iphydf
2020-03-14Standardise on having a comma at the end of enums.iphydf
2020-03-14Use spdx license identifier instead of GPL blurb.iphydf
2019-11-21fix missing mutexsudden6
2019-11-21fix ToxAV mutex released to earlysudden6
2018-09-21Fix using uninitialized mutex on call end.Mick Sayson
2018-09-19Fix typosyangfl
2018-08-26Update copyright to 2018.iphydf
2018-08-19make Mono_Time an argument to current_time_monotoniczugz (tox)
2018-08-14Fix style in toxav.c.iphydf
2018-08-13Fix ToxAv's use of `struct Tox`.iphydf
2018-08-12Fix enumerator names to comply with toxcore naming standards.iphydf
2018-08-12Remove all uses of the PAIR macro in toxav.iphydf
2018-08-12Remove last use of the `MIN` macro.iphydf
2018-08-04Make a separate `struct Tox` containing the Messenger.iphydf
2018-07-21Add github usernames to TODOs.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-02-24Fix a bunch of compiler warnings and remove suppressions.iphydf
2018-02-11Improve video key frame sending.zoff99
2018-01-30Use nullptr as NULL pointer constant instead of NULL or 0.iphydf
2018-01-28Make audio/video bit rates "properties"xhe
2018-01-25Split bit_rate_set(), one for audio, one for video.xhe
2017-12-17Split video payload into multiple packets when >65kmannol
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-21Use after free reported in #278 occurs because toxav_kill()mannol
2016-11-20Fix NULL pointer dereference in log callsMaxim Biro
2016-09-28v0.0.0 => v0.0.1Gregory Mullen (grayhatter)
2016-09-24Make toxcore code C++ compatible.iphydf
2016-09-19Revert "Make ToxAV stateless"iphydf
2016-09-17Make ToxAV statelessGregory Mullen (grayhatter)
2016-09-16Ensure that all TODOs have an owner.iphydf
2016-09-13Add some astyle options to make it do more.iphydf
2016-09-13Group #include directives in 3-4 groups.iphydf
2016-09-02Do not use `else` after `return`.iphydf
2016-09-01Match parameter names in declarations with their definitions.iphydf
2016-08-31Add braces to all if statements.iphydf