summaryrefslogtreecommitdiff
path: root/toxav/group.c
AgeCommit message (Expand)Author
2016-09-24Make toxcore code C++ compatible.iphydf
2016-09-16Ensure that all TODOs have an owner.iphydf
2016-09-13Group #include directives in 3-4 groups.iphydf
2016-09-02Do not use `else` after `return`.iphydf
2016-09-01Sort #includes in all source files.iphydf
2016-08-31Add braces to all if statements.iphydf
2016-08-27Move logging to a callback.iphydf
2015-10-10New Adaptive BR algorithm, cleanups and fixesEniz Vukovic
2015-03-19Fix build warning.irungentoo
2015-03-19Fixed group audio issues when getting an old audio packet.irungentoo
2014-12-28Use same jbuf size for group as for one on one chats.irungentoo
2014-11-25Fixed possible issue.irungentoo
2014-11-22Enable use of lower sample rates for group chats.irungentoo
2014-11-20Fixed small issue where group audio would jumble up sometimes at start of str...irungentoo
2014-11-17Cut bitrate by half for 1 channel audio.irungentoo
2014-11-15Increased audio packet queue size by 2.irungentoo
2014-11-11Cleaned up some code, made group av clean up properly after itselfirungentoo
2014-11-112 channel audio can now be sent to groupchats.irungentoo
2014-11-10Audio group chats still have some small issues.irungentoo
2014-11-10Group audio might work now but I have not tested anything yet.irungentoo
2014-11-09Basic audio packet parsing code.irungentoo
2014-11-08Group audio starting to take shape.irungentoo
2014-11-07First commit of actual A/V code for group chats.irungentoo