Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix video for cameras with rotated image | Marvin W | 2023-04-22 | 1 | -4/+24 |
| | |||||
* | 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 | ||||
* | Calls: Fix device selector for multi-party calls, allow picking device ↵ | Marvin W | 2022-02-12 | 1 | -5/+10 |
| | | | | before call started | ||||
* | RTP: Make codec and hardware support compile-time configurable | Marvin W | 2022-02-11 | 1 | -1/+0 |
| | |||||
* | Calls: Device picker | Marvin W | 2022-02-08 | 1 | -4/+24 |
| | |||||
* | RTP: Improve screen resolution update logic | Marvin W | 2021-12-19 | 1 | -22/+24 |
| | |||||
* | RTP: Less log spam | Marvin W | 2021-12-18 | 1 | -40/+0 |
| | |||||
* | RTP: Correctly handle timestamp after re-enabling a stream | Marvin W | 2021-12-18 | 1 | -1/+5 |
| | |||||
* | Add maximum bitrate and adjust video resolution based on bitrate | Marvin W | 2021-11-15 | 1 | -2/+83 |
| | |||||
* | RTP: Encode with device | Marvin W | 2021-11-10 | 1 | -75/+260 |
| | |||||
* | Fix webcam framerate selection | Marvin W | 2021-05-01 | 1 | -2/+31 |
| | |||||
* | Correctly handle missing webrtc-audio-processing | Marvin W | 2021-05-01 | 1 | -1/+3 |
| | |||||
* | Echo Cancellation | Marvin W | 2021-05-01 | 1 | -12/+18 |
| | |||||
* | Video optimizations | Marvin W | 2021-04-29 | 1 | -4/+5 |
| | |||||
* | GStreamer compat | Marvin W | 2021-04-11 | 1 | -9/+21 |
| | |||||
* | Resample audio data for common 48k sample rate | Marvin W | 2021-03-23 | 1 | -4/+12 |
| | |||||
* | RTP: Backport gst_caps_copy_nth from GStreamer 1.16 | Marvin W | 2021-03-21 | 1 | -2/+10 |
| | |||||
* | Add RTP implementation as plugin | Marvin W | 2021-03-21 | 1 | -0/+206 |