Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-31 | added documentation | Jason Locklin | |
2015-07-31 | Set packet loss percentage | Jason Locklin | |
Make the Codec resistant to up to 10% packet loss (default 0) at the expense of some bandwidth. 10% is aggressive (1-5% should be typical for voip systems, but can be higher when users are on WiFi connections. This could also be adjusted on the fly, rather than hard-coded, with feedback from the receiving client. | |||
2015-07-31 | Enable in-band FEC | Jason Locklin | |
In-band FEC can be used with OPUS_APPLICATION_VOIP to improve Codec robustness to packet loss and corruption. It is disabled by default: http://opus-codec.org/docs/html_api-1.0.1/group__opus__encoderctls.html#ga5b67dc832aa46c1c2f35752c46380545 | |||
2015-07-31 | OPUS_APPLICATION_VOIP should be used | Jason Locklin | |
See: http://opus-codec.org/docs/html_api-1.0.1/group__opus__encoder.html#gaa89264fd93c9da70362a0c9b96b9ca88 "VOIP" rather than "AUDIO": > gives best quality at a given bitrate for voice signals. It enhances the input signal by high-pass filtering and emphasizing formants and harmonics. Optionally it includes in-band forward error correction to protect against packet loss. Use this mode for typical VoIP applications. | |||
2015-07-20 | Fixed some strange build issues. | irungentoo | |
2015-07-10 | Fixed CALL_STATE naming | mannol | |
2015-07-09 | Merge branch 'new_api' of github.com:mannol/toxcore into new_api | mannol | |
2015-07-09 | Fixed documentation. | mannol | |
2015-07-08 | send_message() is too global to be non-static | GrayHatter | |
2015-07-01 | Fixed missing include toxav_old.h | mannol | |
2015-06-30 | Implement handling capability change on rtp level | mannol | |
2015-06-27 | Added support for old groupchats | mannol | |
2015-06-27 | Renamed TOXAV_CALL_STATE to TOXAV_FRIEND_CALL_STATE | mannol | |
2015-06-27 | Added explanation about how audio callback works | mannol | |
2015-06-27 | Added payload turning off by setting bit rate to 0 | mannol | |
2015-06-25 | Random fixes | mannol | |
2015-06-13 | Fixed sample size in callback and other stuff | mannol | |
2015-06-05 | Forgot about this | mannol | |
2015-06-05 | Rebased on master and removed alpha channel (again) | mannol | |
2015-05-22 | Updated with master | mannol | |
2015-05-12 | Fix bug | mannol | |
2015-05-09 | Check if call supports video encoding before encoding frame. | irungentoo | |
2015-05-07 | Fixed inconsistencies | mannol | |
2015-05-05 | Toxav fix. | irungentoo | |
Use stored image width instead of displayed image width. | |||
2015-05-01 | Fixed* api comments and some bugs | mannol | |
2015-04-30 | Merge branch 'new_api' of github.com:mannol/toxcore into new_api | mannol | |
2015-04-30 | Added many test and fixed various warnings | mannol | |
2015-04-29 | Fixed typo | krobelus | |
2015-04-29 | Done | mannol | |
2015-04-28 | working av new api | mannol | |
2015-04-27 | Almooooooost | mannol | |
2015-04-26 | Almost done | mannol | |
2015-04-22 | Finished refactoring | mannol | |
2015-04-21 | Final touchups | mannol | |
2015-04-20 | Add extern "C" | mannol | |
2015-04-18 | Update comment | mannol | |
2015-04-18 | Fix toxav callback | mannol | |
2015-04-17 | Updated with upstream | mannol | |
2015-04-17 | Update latest | mannol | |
2015-04-16 | The pretty basic adaptive bitrate is *working* | mannol | |
2015-04-13 | Started custom RTCP | mannol | |
2015-04-11 | Random fixes | mannol | |
2015-04-09 | Make it possible to decode mono audio with stereo decoder | mannol | |
2015-04-08 | Video works now | mannol | |
2015-04-07 | Video works but there is one deadlock left and video replay is slow | mannol | |
2015-04-02 | Video preview works (lmao) | mannol | |
2015-03-29 | A little CS cleanup | mannol | |
2015-03-28 | Improvement in test and removed some bloat from CS | mannol | |
2015-03-25 | Merge branch 'new_api' of github.com:mannol/toxcore into new_api | mannol | |
2015-03-25 | Consistency with core api | Dubslow | |