toxcore/toxav
iphydf b588e0fdd3
Replace void* with RingBuffer* to avoid conversions.
`vbuf_raw` is always a `RingBuffer*` so there is no need to pretend it
could ever be anything else (as indicated by it being a pointer to
void).
2016-09-23 11:41:11 +01:00
..
audio.c Revert "Make ToxAV stateless" 2016-09-19 21:53:40 +01:00
audio.h Revert "Make ToxAV stateless" 2016-09-19 21:53:40 +01:00
bwcontroller.c Revert "Make ToxAV stateless" 2016-09-19 21:53:40 +01:00
bwcontroller.h Revert "Make ToxAV stateless" 2016-09-19 21:53:40 +01:00
group.c Ensure that all TODOs have an owner. 2016-09-16 12:06:02 +01:00
group.h Group #include directives in 3-4 groups. 2016-09-13 00:32:02 +01:00
Makefile.inc fix BWController misspelling 2015-11-11 10:33:03 +01:00
msi.c Revert "Make ToxAV stateless" 2016-09-19 21:53:40 +01:00
msi.h Revert "Make ToxAV stateless" 2016-09-19 21:53:40 +01:00
rtp.c Revert "Make ToxAV stateless" 2016-09-19 21:53:40 +01:00
rtp.h Add some astyle options to make it do more. 2016-09-13 01:07:02 +01:00
toxav_old.c Group #include directives in 3-4 groups. 2016-09-13 00:32:02 +01:00
toxav.c Revert "Make ToxAV stateless" 2016-09-19 21:53:40 +01:00
toxav.h Revert "Make ToxAV stateless" 2016-09-19 21:53:40 +01:00
video.c Revert "Make ToxAV stateless" 2016-09-19 21:53:40 +01:00
video.h Replace void* with RingBuffer* to avoid conversions. 2016-09-23 11:41:11 +01:00