aboutsummaryrefslogtreecommitdiff
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Fix video for cameras with rotated imageMarvin W2023-04-224-15/+122
|
* Build: Adjust to never build with libsignal-protocol-cMarvin W2023-04-222-48/+4
|
* Bind soup session lifetime to File provider/sender lifetimeMarvin W2023-03-222-6/+6
| | | | Required since libsoup 3.4. Fixes #1395
* Fix C binding for gst_video_frame_get_dataMarvin W2023-03-201-0/+1
| | | | Fixes #1267
* Consider stream readable when EOS is reached.Marvin W2023-03-021-1/+1
| | | | Fixes #1373
* Fix some memory leaksfiaxh2023-02-271-10/+31
|
* Update translationsTranslations2023-02-0773-71/+122
|
* OMEMO: Make device list publicfiaxh2023-02-051-6/+9
|
* Fix buildfiaxh2023-01-282-2/+0
|
* Remove nl_BE from LINGUAS files and appdata file (fixup d0a00e1)fiaxh2023-01-282-2/+0
|
* Remove Dutch (Belgium) translation, fallback to DutchTranslations2023-01-282-408/+0
| | | | fixes #1231
* Update translationsTranslations2023-01-2876-2465/+2547
|
* Fix QR code being displayed way too smallfiaxh2023-01-282-6/+8
| | | | fixes #1278
* Fix compiler warningsfiaxh2022-12-301-1/+0
|
* HTTP: Make LimitInputStream pollable for better async compatibilityMarvin W2022-11-041-1/+20
| | | | Fixes #1307
* Automatically select appropriate libsoup versionMarvin W2022-11-033-13/+12
|
* DTLS: Use ECDSA keyMarvin W2022-10-282-2/+3
|
* OMEMO QR code: Switch to paintable, fix cssfiaxh2022-09-182-8/+7
|
* RTP: Use gstreamers new VideoFrame.mapMarvin W2022-08-212-2/+2341
|
* RTP: Use latest gstreamer vapi if vala version older than 0.56.1Marvin W2022-08-214-27/+1132
|
* CMake: Fix version checksMarvin W2022-08-211-4/+4
|
* Gtk4 bug fixes and improvementsMarvin W2022-07-272-0/+11
|
* Improve Gtk4 portfiaxh2022-07-277-18/+17
|
* Video for GTK4Marvin W2022-07-273-96/+178
|
* Port from GTK3 to GTK4fiaxh2022-07-2723-537/+454
|
* Support devices with multiple framerate options in get_max_fps (#1224)Matthew Egeler2022-05-171-2/+20
|
* Fix calculation of best camera frameratefoucault2022-05-171-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 supportMarvin W2022-04-093-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 testsMarvin W2022-04-081-2/+2
|
* Allow cancellation of file transfersMarvin W2022-03-302-6/+46
|
* set a generic MIME type for encrypted file (#1213)Nkwuda Sunday Cletus2022-03-231-1/+1
|
* Fix build on Vala < 0.50 and pre-release Vala versionsMarvin W2022-03-161-2/+1
|
* QR-code: Actually use Uri.join if glib version supports itfiaxh2022-03-091-6/+6
|
* OMEMO QR code: URI-escape the JIDmjk2022-02-261-1/+17
|
* OMEMO: Make QR code "scalable" in accordance with GDK_SCALEmjk2022-02-251-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 functionmjk2022-02-251-16/+35
|
* OMEMO: Make QR code fixed-resolution and the quiet zone ISO-conformantmjk2022-02-253-23/+29
|
* RTP: clarify codec support warningmjk2022-02-131-1/+1
|
* Update translationsTranslations2022-02-1272-82/+82
|
* Calls: Fix OMEMO in group callsMarvin W2022-02-121-2/+62
|
* Calls: Fix device selector for multi-party calls, allow picking device ↵Marvin W2022-02-124-28/+30
| | | | before call started
* RTP: Only display SSRC mismatch warning for GLib versions supporting ↵Marvin W2022-02-112-0/+7
| | | | warning_once
* RTP: Make codec and hardware support compile-time configurableMarvin W2022-02-115-29/+84
|
* Various call fixesfiaxh2022-02-101-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-acceptMarvin W2022-02-092-3/+28
|
* Update translationsTranslations2022-02-0872-72/+72
|
* Calls: Device pickerMarvin W2022-02-083-79/+100
|
* Update translationsTranslations2022-02-0874-70/+415
|
* Various call UI/UX improvementsfiaxh2022-02-072-5/+13
|
* RTP: Use two channels for OpusMarvin W2022-02-061-1/+1
| | | | Fixes: #1189