aboutsummaryrefslogtreecommitdiff
path: root/plugins/rtp/src/plugin.vala
Commit message (Collapse)AuthorAgeFilesLines
* Fix video for cameras with rotated imageMarvin W2023-04-221-2/+2
|
* Port from GTK3 to GTK4fiaxh2022-07-271-1/+1
|
* Support devices with multiple framerate options in get_max_fps (#1224)Matthew Egeler2022-05-171-2/+20
|
* Calls: Fix device selector for multi-party calls, allow picking device ↵Marvin W2022-02-121-13/+10
| | | | before call started
* 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
* Calls: Device pickerMarvin W2022-02-081-73/+76
|
* Various call UI/UX improvementsfiaxh2022-02-071-1/+2
|
* RTP: Less log spamMarvin W2021-12-181-8/+0
|
* Add maximum bitrate and adjust video resolution based on bitrateMarvin W2021-11-151-1/+0
|
* RTP: Only start gstreamer pipeline once neededMarvin W2021-11-101-48/+66
|
* Fix compiler warnings ('Switch does not handle .. of enum ..')fiaxh2021-10-121-0/+2
|
* Fix webcam framerate selectionMarvin W2021-05-011-5/+1
|
* Correctly handle missing webrtc-audio-processingMarvin W2021-05-011-2/+3
|
* Echo CancellationMarvin W2021-05-011-2/+3
|
* Handle non-existant call supportfiaxh2021-04-291-0/+16
|
* Video optimizationsMarvin W2021-04-291-0/+14
|
* GStreamer compatMarvin W2021-04-111-1/+3
|
* Remove unnecessary debug codeMarvin W2021-04-011-4/+0
|
* Fix device manager usage for GStreamer 1.16Marvin W2021-03-261-2/+12
|
* Add RTP implementation as pluginMarvin W2021-03-211-0/+413