Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-12 | Add and use CMake build script | iphydf | |
Also, fix the hstox build that was taking half an hour. It now takes 5 minutes. Also, perform distcheck on travis to ensure that make dist works. It's not actually failing the build at the moment due to broken tests. | |||
2016-08-12 | Check code formatting on Travis. | iphydf | |
We run astyle on Travis and check if there is a diff. The build terminates if git finds a difference. | |||
2016-08-10 | Silence/fix some compiler warnings. | iphydf | |
Some of these (like the incompatible pointers one) are really annoying for later refactoring. | |||
2016-03-09 | Added astyled toxav.h to match toxav.in.h | derive | |
2016-02-13 | added the dropped ; | Gregory Mullen (GrayHatter) | |
2016-02-13 | missed a line tox to toxav | Gregory Mullen (GrayHatter) | |
2016-02-13 | update the compatablity function to match the macro | Gregory Mullen (GrayHatter) | |
2016-02-13 | SemVer toxav too | Gregory Mullen (GrayHatter) | |
2016-01-13 | Fix issue #1497 | Eniz Vukovic | |
2015-12-15 | Fixed use of it after free. | irungentoo | |
2015-11-29 | Fix error reporting in toxav_call() | Eniz Vukovic | |
2015-11-19 | Merge branch 'master' of https://github.com/helium-software/toxcore | irungentoo | |
2015-11-17 | Mannol toxav fix. | irungentoo | |
2015-11-11 | fix BWController misspelling | Tibor Stolz | |
2015-11-04 | Prevent debug message from spamming stdout | Jfreegman | |
2015-11-03 | Astyle. | irungentoo | |
2015-11-03 | Fix compile error on mingw | Eniz Vukovic | |
2015-10-31 | Revert "Removed mutex operations" | Eniz Vukovic | |
2015-10-26 | Fix possible misalignment of RTP header | Eniz Vukovic | |
2015-10-24 | Fix misplaced log message. | mannol | |
2015-10-24 | Add synchronization protection for send_frame API functions | Eniz Vukovic | |
2015-10-23 | Removed mutex operations | Eniz Vukovic | |
2015-10-23 | Added mutex lock+unlock. | irungentoo | |
Should it be also added to the other parts of this function? | |||
2015-10-23 | Fixed error in last commit. | irungentoo | |
2015-10-23 | Fixed some memory related bugs. | irungentoo | |
2015-10-23 | Fix docs | mannol | |
2015-10-23 | Fix setting resolution for vpx v1.4 (or newer i suppose) | Eniz Vukovic | |
2015-10-13 | Fix typo and change logger config option | Eniz Vukovic | |
2015-10-12 | Return removed groupchats code | Eniz Vukovic | |
2015-10-11 | Remove old comment | Eniz Vukovic | |
2015-10-10 | Update | Eniz Vukovic | |
2015-10-10 | New Adaptive BR algorithm, cleanups and fixes | Eniz Vukovic | |
2015-08-18 | typo | krobelus | |
2015-08-13 | Fix bug in codec initialization | mannol | |
2015-08-09 | Updated with upstream | mannol | |
2015-08-09 | Remove empty lines | mannol | |
2015-08-09 | Fix possible double free | mannol | |
2015-08-08 | Apply OPUS codec fixes | mannol | |
2015-08-08 | Removed redundant function from video.[h|c] | mannol | |
2015-08-07 | Fixed memory leak during session cleanup and fixed naming. | mannol | |
2015-07-31 | Merge branch 'Opus-Codec-Settings' of https://github.com/JasonLocklin/toxcore | irungentoo | |
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 | |