Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Update translations | Translations | 2021-09-25 | 70 | -70/+70 |
| | |||||
* | Update translations | Translations | 2021-09-24 | 70 | -139/+175 |
| | |||||
* | Use own STUN fallback server | fiaxh | 2021-08-09 | 1 | -3/+3 |
| | | | | fixes #1078 | ||||
* | Don't remove characters after '#' in filename | fiaxh | 2021-06-07 | 1 | -1/+2 |
| | |||||
* | RTP: Handle missing rtp pay/depay elements | Marvin W | 2021-05-15 | 2 | -14/+16 |
| | |||||
* | Move crypto-vala to shared library | Marvin W | 2021-05-14 | 9 | -1416/+0 |
| | |||||
* | RTP: Fix GStreamer version check | Marvin W | 2021-05-14 | 1 | -1/+1 |
| | |||||
* | Calls: Use vp8depay.wait-for-keyframe only with GStreamer 1.16+ | Marvin W | 2021-05-11 | 1 | -1/+3 |
| | |||||
* | Merge remote-tracking branch 'origin/feature/calls' | fiaxh | 2021-05-11 | 40 | -412/+5720 |
|\ | |||||
| * | Calls: Indicate whether OMEMO key is verified | fiaxh | 2021-05-11 | 5 | -8/+66 |
| | | |||||
| * | Support voice processing on GStreamer 0.14 | Marvin W | 2021-05-02 | 3 | -19/+27 |
| | | |||||
| * | Use the same DTLS fingerprint in all contents. Display audio+video enc keys ↵ | fiaxh | 2021-05-01 | 3 | -18/+42 |
| | | | | | | | | in UI if they differ. | ||||
| * | Improve call wording, cleanup | fiaxh | 2021-05-01 | 3 | -9/+8 |
| | | |||||
| * | Fix webcam framerate selection | Marvin W | 2021-05-01 | 3 | -10/+35 |
| | |