index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxav
Age
Commit message (
Expand
)
Author
2018-08-12
Fix coding style in rtp module.
iphydf
2018-08-12
Fix style in msi.c.
iphydf
2018-08-12
Make `conferences_object` properly typed.
iphydf
2018-08-12
Fix enumerator names to comply with toxcore naming standards.
iphydf
2018-08-12
Avoid forward declaration of rtp structs.
iphydf
2018-08-12
Fix style in bwcontroller module.
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-22
Run Clang global static analysis on Travis.
iphydf
2018-07-21
Remove redundant casts to the same type.
iphydf
2018-07-21
Add github usernames to TODOs.
iphydf
2018-07-21
Synchronise parameter names in headers with those in the implementation.
iphydf
2018-07-21
Reduce nesting by doing more early returns on error.
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-07-08
Avoid side-effectful assignments in conditionals.
iphydf
2018-07-08
Remove VLA usage from `send_audio_packet`.
iphydf
2018-07-07
Call the "peer leaves" callback only once on group delete.
iphydf
2018-07-04
Add some tests for our ring_buffer implementation.
iphydf
2018-06-24
Use clang-format for C++ code.
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-20
make groupnumber uint32_t
sudden6
2018-02-11
Improve video key frame sending.
zoff99
2018-02-08
Remove csrc from the RTPHeader struct.
iphydf
2018-02-06
Format .cpp files with format-source.
iphydf
2018-02-01
Manually serialise RTPHeader struct instead of memcpy.
iphydf
2018-01-31
Change the "capabilities" field to a "flags" field.
iphydf
2018-01-30
Use nullptr as NULL pointer constant instead of NULL or 0.
iphydf
2018-01-29
Add RTP header fields for the full frame length and offset.
iphydf
2018-01-28
Avoid clashes with "build" directories on case-insensitive file systems.
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
2018-01-25
Rename some rtp header struct members to be clearer.
iphydf
2018-01-22
Publish a single public BUILD target for c-toxcore.
iphydf
2018-01-21
Make BUILD files more finely-grained.
iphydf
2018-01-21
Add comment from #629 in ring_buffer.c.
iphydf
2018-01-21
Add BUILD files for all the little tools in the repo.
iphydf
2018-01-19
Add some explanatory comments to the toxav audio code.
iphydf
2018-01-19
Use more descriptive names in bwcontroller.
iphydf
2018-01-19
Extract named constants from magic numbers in toxav/audio.c.
iphydf
2018-01-18
Use C99 standard in bazel builds.
iphydf
2018-01-18
Add bazel build scripts for c-toxcore.
iphydf
[prev]
[next]