Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update translations | Translations | 2022-02-08 | 74 | -70/+415 |
| | |||||
* | Various call UI/UX improvements | fiaxh | 2022-02-07 | 2 | -5/+13 |
| | |||||
* | RTP: Use two channels for Opus | Marvin W | 2022-02-06 | 1 | -1/+1 |
| | | | | Fixes: #1189 | ||||
* | RTP: Add support for G.722 | Marvin W | 2022-02-06 | 2 | -5/+11 |
| | |||||
* | Use uppercase hex for DTLS fingerprints | Marvin W | 2022-02-06 | 1 | -1/+1 |
| | |||||
* | RTP: Restrict number of recaps to save resources | Marvin W | 2022-02-06 | 1 | -5/+8 |
| | |||||
* | Update translations | Translations | 2022-02-02 | 70 | -76/+79 |
| | |||||
* | RTP: Workaround drawing issues on resolution change | Marvin W | 2022-01-27 | 1 | -24/+87 |
| | |||||
* | Small cleanup | fiaxh | 2022-01-23 | 1 | -2/+2 |
| | |||||
* | RTP: VAAPI seems to not support VBR and low-power mode at the same time | Marvin W | 2022-01-21 | 1 | -1/+1 |
| | |||||
* | RTP: Use VP8 wait-for-keyframe only for GStreamer 1.18+ | Marvin W | 2022-01-21 | 2 | -3/+7 |
| | |||||
* | Only process PEP messages from bare JIDs | fiaxh | 2022-01-10 | 1 | -1/+2 |
| | |||||
* | Remove GStreamer dependencies from main | Marvin W | 2022-01-09 | 1 | -25/+9 |
| | | | | Fixes #1060 | ||||
* | Fixes for older valac versions | Marvin W | 2021-12-25 | 2 | -3/+8 |
| | |||||
* | Fix build with older Vala compilers | Marvin W | 2021-12-23 | 2 | -2/+13 |
| | | | | | - Older versions seem to assume a wrong type for Nice messages - Older versions have broken bindings for Gst.Value.set_fraction | ||||
* | Merge branch groupcalls | fiaxh | 2021-12-23 | 10 | -418/+883 |
|\ | |||||
| * | RTP: Disable VP9 | Marvin W | 2021-12-19 | 1 | -0/+1 |
| | | |||||
| * | RTP: Improve screen resolution update logic | Marvin W | 2021-12-19 | 2 | -25/+30 |
| | | |||||
| * | DTLS: Use own thread for connection establishment | Marvin W | 2021-12-19 | 1 | -22/+30 |
| | | |||||
| * | RTP: Less log spam | Marvin W | 2021-12-18 | 3 | -88/+0 |
| | | |||||
| * | SRTP: Do not continue processing data after encrypt/decrypt failed | Marvin W | 2021-12-18 | 3 | -37/+87 |
| | | | | | | | | RTP: Copy less | ||||
| * | RTP: Correctly handle timestamp after re-enabling a stream | Marvin W | 2021-12-18 | 2 | -3/+14 |
| | | |||||
| * | ICE: Use non-blocking send | Marvin W | 2021-12-18 | 1 | -8/+14 |
| | | |||||
| * | ICE: Run receiver in own thread | Marvin W | 2021-12-18 | 1 | -1/+14 |
| | | |||||
| * | Improve call details dialog + small multi-party call fixes | fiaxh | 2021-11-15 | 1 | -1/+1 |
| | | |||||
| * | Optimize encoder for low cpu usage | Marvin W | 2021-11-15 | 1 | -5/+5 |
| | | |||||
| * | Add maximum bitrate and adjust video resolution based on bitrate | Marvin W | 2021-11-15 | 4 | -12/+111 |
| | | |||||
| * | Log probe for decode QOS | Marvin W | 2021-11-11 | 1 | -0/+40 |
| | | |||||
| * | Limit REMB target bitrate to 2x maximum actually seen value | Marvin W | 2021-11-11 | 1 | -32/+48 |
| | | |||||
| * | Display target bitrates in connection details UI | fiaxh | 2021-11-11 | 1 | -9/+8 |
| | | |||||
| * | Fix REMB calculation | Marvin W | 2021-11-10 | 1 | -2/+5 |
| | | |||||
| * | Make elements sync to get proper qos data | Marvin W | 2021-11-10 | 2 | -3/+3 |
| | | |||||
| * | Register local ip address handler for raw udp | Marvin W | 2021-11-10 | 1 | -1/+6 |
| | | |||||
| * | Log when DTLS-SRTP has errors | Marvin W | 2021-11-10 | 1 | -2/+6 |
| | | |||||
| * | ICE: Report transferred bytes for UI | Marvin W | 2021-11-10 | 1 | -16/+8 |
| | | |||||
| * | RTP: Make opus mono-channel | Marvin W | 2021-11-10 | 1 | -2/+2 |
| | | |||||
| * | DTLS: throw exceptions from SRTP | Marvin W | 2021-11-10 | 1 | -22/+12 |
| | | |||||
| * | RTP: Only start gstreamer pipeline once needed | Marvin W | 2021-11-10 | 1 | -48/+66 |
| | | |||||
| * | RTP: Encode with device | Marvin W | 2021-11-10 | 2 | -174/+413 |
| | | |||||
| * | Split payloader off encoder chain | Marvin W | 2021-11-10 | 1 | -4/+39 |
| | | |||||
| * | Improve codec support | Marvin W | 2021-11-10 | 1 | -4/+7 |
| | | |||||
| * | Crop video to match widget ratio | Marvin W | 2021-11-10 | 1 | -29/+45 |
| | | |||||
* | | Update translations | Translations | 2021-12-18 | 70 | -110/+138 |
| | | |||||
* | | Remove ContentFilters | fiaxh | 2021-12-09 | 5 | -48/+8 |
|/ | | | | fixes #1129 #573 | ||||
* | Update translations | Translations | 2021-10-13 | 70 | -175/+175 |
| | |||||
* | Fix compiler warnings ('Type `uint8[]' can not be used for a GLib.Object ↵ | fiaxh | 2021-10-12 | 2 | -3/+9 |
| | | | | property') | ||||
* | Fix compiler warnings ('Switch does not handle .. of enum ..') | fiaxh | 2021-10-12 | 2 | -0/+4 |
| | |||||
* | Fix misc compiler warnings | fiaxh | 2021-10-12 | 1 | -1/+1 |
| | |||||
* | Fix compiler warnings ('assignment .. from incompatible pointer type') by ↵ | fiaxh | 2021-10-12 | 2 | -2/+2 |
| | | | | returning non-const after_actions in OrderListener | ||||
* | Fix compiler warnings ('[GtkChild] fields must be declared as `unowned'') | fiaxh | 2021-10-12 | 4 | -38/+38 |
| |