<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gpu-screen-recorder/include/utils.h, branch debian</title>
<subtitle>The fastest screen recording tool for Linux
</subtitle>
<id>https://sekoohaka.ddns.net/Debian/gpu-screen-recorder/atom?h=debian</id>
<link rel='self' href='https://sekoohaka.ddns.net/Debian/gpu-screen-recorder/atom?h=debian'/>
<link rel='alternate' type='text/html' href='https://sekoohaka.ddns.net/Debian/gpu-screen-recorder/'/>
<updated>2026-08-01T17:13:38Z</updated>
<entry>
<title>Move string/date/array helpers from main.cpp to utils as reusable C functions</title>
<updated>2026-08-01T17:13:38Z</updated>
<author>
<name>dec05eba</name>
<email>dec05eba@protonmail.com</email>
</author>
<published>2026-08-01T17:13:38Z</published>
<link rel='alternate' type='text/html' href='https://sekoohaka.ddns.net/Debian/gpu-screen-recorder/commit/?id=5611e6a7a70b79496da20ffd171d636c2d3c9065'/>
<id>urn:sha1:5611e6a7a70b79496da20ffd171d636c2d3c9065</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Wayland region: fix incorrect region captured if monitor is scaled</title>
<updated>2026-01-20T12:32:42Z</updated>
<author>
<name>dec05eba</name>
<email>dec05eba@protonmail.com</email>
</author>
<published>2026-01-20T12:32:42Z</published>
<link rel='alternate' type='text/html' href='https://sekoohaka.ddns.net/Debian/gpu-screen-recorder/commit/?id=054282bafe9ef0acbcc5b56bd47fd90dc7b53aaa'/>
<id>urn:sha1:054282bafe9ef0acbcc5b56bd47fd90dc7b53aaa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for camera (yuyv, mjpeg) and multiple capture sources</title>
<updated>2025-12-23T17:57:43Z</updated>
<author>
<name>dec05eba</name>
<email>dec05eba@protonmail.com</email>
</author>
<published>2025-12-23T17:05:48Z</published>
<link rel='alternate' type='text/html' href='https://sekoohaka.ddns.net/Debian/gpu-screen-recorder/commit/?id=62e180903e376f8492bcc1705a97566ecc718f2b'/>
<id>urn:sha1:62e180903e376f8492bcc1705a97566ecc718f2b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Disable overclocking if set and gpu supports CUDA_DISABLE_PERF_BOOST</title>
<updated>2025-11-08T12:35:30Z</updated>
<author>
<name>dec05eba</name>
<email>dec05eba@protonmail.com</email>
</author>
<published>2025-11-08T12:35:30Z</published>
<link rel='alternate' type='text/html' href='https://sekoohaka.ddns.net/Debian/gpu-screen-recorder/commit/?id=9e59f5f5cd78544efd54cf53feb86d47ff101256'/>
<id>urn:sha1:9e59f5f5cd78544efd54cf53feb86d47ff101256</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Match gsr monitor name with wayland monitor name. Thanks info@leocodes</title>
<updated>2025-05-25T17:07:59Z</updated>
<author>
<name>dec05eba</name>
<email>dec05eba@protonmail.com</email>
</author>
<published>2025-05-25T12:56:06Z</published>
<link rel='alternate' type='text/html' href='https://sekoohaka.ddns.net/Debian/gpu-screen-recorder/commit/?id=637d6ebfd616b517876dfe681676f564a4d68154'/>
<id>urn:sha1:637d6ebfd616b517876dfe681676f564a4d68154</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix incorrect region for region capture after compute shader change</title>
<updated>2025-03-30T16:11:25Z</updated>
<author>
<name>dec05eba</name>
<email>dec05eba@protonmail.com</email>
</author>
<published>2025-03-30T16:11:25Z</published>
<link rel='alternate' type='text/html' href='https://sekoohaka.ddns.net/Debian/gpu-screen-recorder/commit/?id=3e3d8a179f270a01705491851ad1f4a5da642090'/>
<id>urn:sha1:3e3d8a179f270a01705491851ad1f4a5da642090</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reapply "WIP: use compute shader instead of graphics shader for better performance (especially on amd)"</title>
<updated>2025-03-29T14:38:05Z</updated>
<author>
<name>dec05eba</name>
<email>dec05eba@protonmail.com</email>
</author>
<published>2025-03-29T14:38:05Z</published>
<link rel='alternate' type='text/html' href='https://sekoohaka.ddns.net/Debian/gpu-screen-recorder/commit/?id=b8a521a785e1c40ef247e6536f284afd9e39922a'/>
<id>urn:sha1:b8a521a785e1c40ef247e6536f284afd9e39922a</id>
<content type='text'>
This reverts commit f85a7ab2055ddc8e2231a380f0c46e29e42c2072.
</content>
</entry>
<entry>
<title>Revert "WIP: use compute shader instead of graphics shader for better performance (especially on amd)"</title>
<updated>2025-03-29T14:37:53Z</updated>
<author>
<name>dec05eba</name>
<email>dec05eba@protonmail.com</email>
</author>
<published>2025-03-29T14:37:53Z</published>
<link rel='alternate' type='text/html' href='https://sekoohaka.ddns.net/Debian/gpu-screen-recorder/commit/?id=f85a7ab2055ddc8e2231a380f0c46e29e42c2072'/>
<id>urn:sha1:f85a7ab2055ddc8e2231a380f0c46e29e42c2072</id>
<content type='text'>
This reverts commit a41a32cb9079dc3c78414b7b0cdc68243333020d.
</content>
</entry>
<entry>
<title>WIP: use compute shader instead of graphics shader for better performance (especially on amd)</title>
<updated>2025-03-29T12:29:10Z</updated>
<author>
<name>dec05eba</name>
<email>dec05eba@protonmail.com</email>
</author>
<published>2025-03-29T12:27:20Z</published>
<link rel='alternate' type='text/html' href='https://sekoohaka.ddns.net/Debian/gpu-screen-recorder/commit/?id=a41a32cb9079dc3c78414b7b0cdc68243333020d'/>
<id>urn:sha1:a41a32cb9079dc3c78414b7b0cdc68243333020d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Take screenshot with XGetImage on x11 to workaround nvidia driver (nvfbc) limitation that only allows one nvfbc session at a time</title>
<updated>2025-03-13T21:34:29Z</updated>
<author>
<name>dec05eba</name>
<email>dec05eba@protonmail.com</email>
</author>
<published>2025-03-13T21:34:29Z</published>
<link rel='alternate' type='text/html' href='https://sekoohaka.ddns.net/Debian/gpu-screen-recorder/commit/?id=b0de8588f2f4a5204e9bc22218eed884fa741153'/>
<id>urn:sha1:b0de8588f2f4a5204e9bc22218eed884fa741153</id>
<content type='text'>
</content>
</entry>
</feed>
