| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | 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 |
|/ |
|
* | Update translations | Translations | 2021-10-13 | 70 | -175/+175 |
* | Fix compiler warnings ('Type `uint8[]' can not be used for a GLib.Object prop... | fiaxh | 2021-10-12 | 2 | -3/+9 |
* | 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 ret... | fiaxh | 2021-10-12 | 2 | -2/+2 |
* | 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 |
* | 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 i... | fiaxh | 2021-05-01 | 3 | -18/+42 |
| * | Improve call wording, cleanup | fiaxh | 2021-05-01 | 3 | -9/+8 |
| * | Fix webcam framerate selection | Marvin W | 2021-05-01 | 3 | -10/+35 |
| * | Correctly handle missing webrtc-audio-processing | Marvin W | 2021-05-01 | 2 | -3/+6 |
| * | Echo Cancellation | Marvin W | 2021-05-01 | 5 | -16/+356 |
| * | Add support for OMEMO call encryption | fiaxh | 2021-04-29 | 11 | -402/+605 |
| * | Handle non-existant call support | fiaxh | 2021-04-29 | 3 | -3/+20 |
| * | Video optimizations | Marvin W | 2021-04-29 | 8 | -116/+1014 |
| * | Fix bad syntax in gnutls vapi, add libsrtp2 dependency to CI builds | fiaxh | 2021-04-12 | 1 | -1/+1 |
| * | ICE: Require libnice 0.1.15 or newer | Marvin W | 2021-04-12 | 1 | -1/+1 |
| * | Handle DTLS edge-cases | Marvin W | 2021-04-12 | 2 | -3/+20 |
| * | Handle broken VAPI in older vala | Marvin W | 2021-04-11 | 1 | -2/+19 |
| * | Fix custom vapi integration | Marvin W | 2021-04-11 | 4 | -15/+10 |
| * | Fix usage of old libnice versions | Marvin W | 2021-04-11 | 3 | -6/+7 |
| * | Fix warnings | fiaxh | 2021-04-11 | 2 | -8/+7 |
| * | GStreamer compat | Marvin W | 2021-04-11 | 3 | -10/+30 |
| * | Fix dtls pull_timeout_function, fix cyclic references | fiaxh | 2021-04-09 | 2 | -6/+12 |