summaryrefslogtreecommitdiff
path: root/toxav
AgeCommit message (Expand)Author
2018-02-08Remove csrc from the RTPHeader struct.iphydf
2018-02-06Format .cpp files with format-source.iphydf
2018-02-01Manually serialise RTPHeader struct instead of memcpy.iphydf
2018-01-31Change the "capabilities" field to a "flags" field.iphydf
2018-01-30Use nullptr as NULL pointer constant instead of NULL or 0.iphydf
2018-01-29Add RTP header fields for the full frame length and offset.iphydf
2018-01-28Avoid clashes with "build" directories on case-insensitive file systems.iphydf
2018-01-28Make audio/video bit rates "properties"xhe
2018-01-25Split bit_rate_set(), one for audio, one for video.xhe
2018-01-25Rename some rtp header struct members to be clearer.iphydf
2018-01-22Publish a single public BUILD target for c-toxcore.iphydf
2018-01-21Make BUILD files more finely-grained.iphydf
2018-01-21Add comment from #629 in ring_buffer.c.iphydf
2018-01-21Add BUILD files for all the little tools in the repo.iphydf
2018-01-19Add some explanatory comments to the toxav audio code.iphydf
2018-01-19Use more descriptive names in bwcontroller.iphydf
2018-01-19Extract named constants from magic numbers in toxav/audio.c.iphydf
2018-01-18Use C99 standard in bazel builds.iphydf
2018-01-18Add bazel build scripts for c-toxcore.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-12-17Split video payload into multiple packets when >65kmannol
2017-11-19Fix typoyangfl
2017-06-04Add a monolith_test that includes all toxcore sources.iphydf
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
2017-01-18Setup autotools to read .so version info from a separate fileSergey 'Jin' Bostandzhyan
2016-12-21Use after free reported in #278 occurs because toxav_kill()mannol
2016-12-03rename messenger function, prepend m_Gregory Mullen (grayhatter)
2016-11-20Fix a memory leak in GroupAVMaxim Biro
2016-11-20Fix NULL pointer dereference in log callsMaxim Biro
2016-11-20Add NONE enumerator to bit mask.iphydf
2016-10-29Rename some internal "group chat" things to "conference".iphydf
2016-10-28toxav renaming: group.{h,c} -> groupav.{h,c}Dmytro Vorobiov
2016-10-02Rebuild apidsl'd headers in cmake.iphydf
2016-10-01Minor documentation fixes.iphydf
2016-09-30Remove return after no-return situation (and other cleanups).iphydf
2016-09-28v0.0.0 => v0.0.1Gregory Mullen (grayhatter)
2016-09-25Work around bug in opencv3 headers.iphydf
2016-09-24Move ring buffer out of toxcore/util into toxav.iphydf
2016-09-24Make toxcore code C++ compatible.iphydf
2016-09-24Minor cleanups: unused vars, unreachable code, static globals.iphydf
2016-09-23Replace `void*` with `RingBuffer*` to avoid conversions.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