Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support devices with multiple framerate options in get_max_fps (#1224) | Matthew Egeler | 2022-05-17 | 1 | -2/+20 |
| | |||||
* | Fix calculation of best camera framerate | foucault | 2022-05-17 | 1 | -1/+3 |
| | | | | | | When the algorithm iterates over all the available v4l2 capabilities it tries to determine the best framerate for each one of YUYV (video/x-raw) modes presented by the hardware (best_fraction, line 357 in device.vala). Regardless of what's determined to be the "best" YUYV mode from within the conditional right after (line 385) the best fractional framerate will always point to the last iterated framerate, which might be an extremely low one, like 7 or 5 FPS. When the framerate is then stored in the Gst.Structure (line 394) the fractional framerate will always be that last value which might be different than the correct one as calculated by best_fps (line 386). This workaround solves this issue by only updating best_fraction when the conditional in line 385 is satisfied. from issue #1195 | ||||
* | Prepare http-files plugin for libsoup-3 support | Marvin W | 2022-04-09 | 3 | -33/+60 |
| | | | | | Note: ice plugin still depends on libsoup-2.4 and one can't have both in the same process, so this remains disabled by default | ||||
* | Fix build of tests | Marvin W | 2022-04-08 | 1 | -2/+2 |
| | |||||
* | Allow cancellation of file transfers | Marvin W | 2022-03-30 | 2 | -6/+46 |
| | |||||
* | set a generic MIME type for encrypted file (#1213) | Nkwuda Sunday Cletus | 2022-03-23 | 1 | -1/+1 |
| | |||||
* | Fix build on Vala < 0.50 and pre-release Vala versions | Marvin W | 2022-03-16 | 1 | -2/+1 |
| | |||||
* | QR-code: Actually use Uri.join if glib version supports it | fiaxh | 2022-03-09 | 1 | -6/+6 |
| | |||||
* | OMEMO QR code: URI-escape the JID | mjk | 2022-02-26 | 1 | -1/+17 |
| | |||||
* | OMEMO: Make QR code "scalable" in accordance with GDK_SCALE | mjk | 2022-02-25 | 1 | -2/+4 |
| | | | | | The QR code is now generated at the required resolution instead of being stretched for display with linear filtering. | ||||
* | Qrencode: Break out upsampling into a separate function | mjk | 2022-02-25 | 1 | -16/+35 |
| | |||||
* | OMEMO: Make QR code fixed-resolution and the quiet zone ISO-conformant | mjk | 2022-02-25 | 3 | -23/+29 |
| | |||||
* | RTP: clarify codec support warning | mjk | 2022-02-13 | 1 | -1/+1 |
| | |||||
* | Update translations | Translations | 2022-02-12 | 72 | -82/+82 |
| | |||||
* | Calls: Fix OMEMO in group calls | Marvin W | 2022-02-12 | 1 | -2/+62 |
| | |||||
* | Calls: Fix device selector for multi-party calls, allow picking device ↵ | Marvin W | 2022-02-12 | 4 | -28/+30 |
| | | | | before call started | ||||
* | RTP: Only display SSRC mismatch warning for GLib versions supporting ↵ | Marvin W | 2022-02-11 | 2 | -0/+7 |
| | | | | warning_once | ||||
* | RTP: Make codec and hardware support compile-time configurable | Marvin W | 2022-02-11 | 5 | -29/+84 |
| | |||||
* | Various call fixes | fiaxh | 2022-02-10 | 1 | -4/+7 |
| | | | | | | | - Don't create incoming CIM calls twice - Fix is_color check for video devices w/ multiple formats - Tolerate mismatching content creator on jingle responses - Change MUJI namespace to urn:xmpp:jingle:muji:0 | ||||
* | DTLS: Handle DTLS fingerprint in transport-info before session-accept | Marvin W | 2022-02-09 | 2 | -3/+28 |
| | |||||
* | Update translations | Translations | 2022-02-08 | 72 | -72/+72 |
| | |||||
* | Calls: Device picker | Marvin W | 2022-02-08 | 3 | -79/+100 |
| | |||||
* | 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 |
| | |