<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/dino/plugins/rtp/src/device.vala, branch default-encryption-gtk4</title>
<subtitle>Fork of GTK3 Dino with experimental features.
</subtitle>
<id>https://gitea.privatedns.org/xavi/dino/atom?h=default-encryption-gtk4</id>
<link rel='self' href='https://gitea.privatedns.org/xavi/dino/atom?h=default-encryption-gtk4'/>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/'/>
<updated>2022-05-17T12:08:22+00:00</updated>
<entry>
<title>Fix calculation of best camera framerate</title>
<updated>2022-05-17T12:08:22+00:00</updated>
<author>
<name>foucault</name>
<email>foucault@users.noreply.github.com</email>
</author>
<published>2022-05-17T12:02:12+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=186361fd8a381ef3c3334683dfb9cc4de1417596'/>
<id>urn:sha1:186361fd8a381ef3c3334683dfb9cc4de1417596</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Calls: Fix device selector for multi-party calls, allow picking device before call started</title>
<updated>2022-02-12T13:36:26+00:00</updated>
<author>
<name>Marvin W</name>
<email>git@larma.de</email>
</author>
<published>2022-02-12T13:35:44+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=369d0c79d7272b4059c39ecedb10a62121bfbe56'/>
<id>urn:sha1:369d0c79d7272b4059c39ecedb10a62121bfbe56</id>
<content type='text'>
</content>
</entry>
<entry>
<title>RTP: Make codec and hardware support compile-time configurable</title>
<updated>2022-02-11T18:55:19+00:00</updated>
<author>
<name>Marvin W</name>
<email>git@larma.de</email>
</author>
<published>2022-02-11T18:55:19+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=e768c40e1122c4a8ef8785aef6a07044f6e869e1'/>
<id>urn:sha1:e768c40e1122c4a8ef8785aef6a07044f6e869e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Calls: Device picker</title>
<updated>2022-02-08T20:58:18+00:00</updated>
<author>
<name>Marvin W</name>
<email>git@larma.de</email>
</author>
<published>2022-02-08T20:57:48+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=43ea088f646a8b3a5c41699f48cf5f0b4e7d4107'/>
<id>urn:sha1:43ea088f646a8b3a5c41699f48cf5f0b4e7d4107</id>
<content type='text'>
</content>
</entry>
<entry>
<title>RTP: Improve screen resolution update logic</title>
<updated>2021-12-19T21:38:00+00:00</updated>
<author>
<name>Marvin W</name>
<email>git@larma.de</email>
</author>
<published>2021-12-19T21:38:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=cd6d501c23c8550e7b2d880f8e60e3df8e887c2a'/>
<id>urn:sha1:cd6d501c23c8550e7b2d880f8e60e3df8e887c2a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>RTP: Less log spam</title>
<updated>2021-12-18T20:47:50+00:00</updated>
<author>
<name>Marvin W</name>
<email>git@larma.de</email>
</author>
<published>2021-12-18T20:47:50+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=b07c4187ef40295c17cc09fea6dc5ba4137fd73b'/>
<id>urn:sha1:b07c4187ef40295c17cc09fea6dc5ba4137fd73b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>RTP: Correctly handle timestamp after re-enabling a stream</title>
<updated>2021-12-18T20:43:12+00:00</updated>
<author>
<name>Marvin W</name>
<email>git@larma.de</email>
</author>
<published>2021-12-18T20:43:12+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=4f80a9f5ccea5eaf6a78a841af417c597eb7db73'/>
<id>urn:sha1:4f80a9f5ccea5eaf6a78a841af417c597eb7db73</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add maximum bitrate and adjust video resolution based on bitrate</title>
<updated>2021-11-15T21:49:44+00:00</updated>
<author>
<name>Marvin W</name>
<email>git@larma.de</email>
</author>
<published>2021-11-15T21:49:44+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=0b828a0ae55b3c0eaf1206f0c54cfcee4f60e6af'/>
<id>urn:sha1:0b828a0ae55b3c0eaf1206f0c54cfcee4f60e6af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>RTP: Encode with device</title>
<updated>2021-11-10T10:05:34+00:00</updated>
<author>
<name>Marvin W</name>
<email>git@larma.de</email>
</author>
<published>2021-11-09T21:06:47+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=b593aa05efe667db934c818543ac01a6f0b3e7a4'/>
<id>urn:sha1:b593aa05efe667db934c818543ac01a6f0b3e7a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix webcam framerate selection</title>
<updated>2021-05-01T15:27:55+00:00</updated>
<author>
<name>Marvin W</name>
<email>git@larma.de</email>
</author>
<published>2021-05-01T15:27:55+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=0409f554268c0e8f24e23e471a94de4d3a035ff1'/>
<id>urn:sha1:0409f554268c0e8f24e23e471a94de4d3a035ff1</id>
<content type='text'>
</content>
</entry>
</feed>
