aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-04-18Made fps update toggleableXnipS
2023-04-18Temporary issue description for VFR videodec05eba
2023-04-17Kms server timeout, move back kms unix domain socket to HOME because flatpak ↵dec05eba
cant access it otherwise
2023-04-16Find /dev/dri/card path that exists (the first one)dec05eba
2023-04-16Use XDG_RUNTIME_DIR (and flatpak specific dir) and /dev/dri/renderD128 ↵dec05eba
instead of /dev/dri/card0 (fixes capture on some systems)
2023-04-15Remove extra swapBuffer in kms capturedec05eba
2023-04-15Apply rotation fix for intel as well (for kms capture)dec05eba
2023-04-15Fix AMD single monitor rotated display being rotated in recordingdec05eba
If there is only one monitor connected and it's rotated then the drm buf will also be rotated. This only the case with AMD and only when using one monitor! To fix this, we perform color conversion with an opengl shader which allows us to also rotate the texture. VAAPI supports rotation but it's not implemented by AMD at least. Performance seems to be the same as when using VAAPI, even when GPU usage is 100%.
2023-04-15Move EGL define to egl.h from window texture .cdec05eba
2023-04-15Remove mention of PRIME, not needed anymoredec05eba
2023-04-13Move back receive packet to main threaddec05eba
Fixes crash if encode fps is less than capture fps
2023-04-13Move back video encoding to main thread, move receive packet to separate threaddec05eba
When video is encoded at slower than capture rate that would cause a crash (happens on steam deck).
2023-04-12mmdec05eba
2023-04-11Add crypto donation addresses, for the many that have asked to donatedec05eba
2023-04-11nvidia primedec05eba
2023-04-11readmedec05eba
2023-04-11Temporary disable monitor recording on amd/inteldec05eba
2023-04-11Remove kms modifierdec05eba
2023-04-11Revert "amd/intel: use xrgb format, use drm prime 2"dec05eba
This reverts commit 2f665e9d53d19f82af0973a169e6c2dc186e915f.
2023-04-11amd/intel: use xrgb format, use drm prime 2dec05eba
2023-04-10amd test 2dec05eba
2023-04-10Recreate surface every frame :(dec05eba
2023-04-10aaadec05eba
2023-04-10Dont create va surface every frame for kms (test)dec05eba
2023-04-10Remove unecessary vaCreatebuffer every framedec05eba
2023-04-10Amd monitor recording fixed, remove unused modifier codedec05eba
2023-04-10test kmsdec05eba
2023-04-10Debug amd kms errdec05eba
2023-04-10Cleanup of aframe if same ptsdec05eba
2023-04-10Fix messed up audio pts when merging audiodec05eba
2023-04-10Revert "Revert: encoding video on separate thread"dec05eba
This reverts commit ce9465b391e4843d90feca1e33f8d8d4a1d2a9b7.
2023-04-10Revert: encoding video on separate threaddec05eba
2023-04-10kms: fix crash on intel when using hevc, remove debug print, remove jpeg ↵dec05eba
color range (incorrect colors on intel h264)
2023-04-10kms: get plane every frame, might fix not updating issue and issue where ↵dec05eba
plane gets invalid
2023-04-09TODO fixeddec05eba
2023-04-09Put gsr kms socket in HOME (with random characters) to make sure it works in ↵dec05eba
flatpak as well
2023-04-09Use /usr/bin/gsr-kms-server constant path for pkexecdec05eba
2023-04-09Move kms client and server to separate directoriesdec05eba
2023-04-08Use flatpak-spawn in flatpakdec05eba
2023-04-08Only use flatpak-spawn if inside flatpak, use gsr-kms-server in PATHdec05eba
2023-04-08testdec05eba
2023-04-08pkexec testdec05eba
2023-04-08kms permission ok if running as root, no pkexec neededdec05eba
2023-04-08Improve doc (wayland not supported)dec05eba
2023-04-08version 2.0.0dec05eba
2023-04-08Better amd/intel quality tuningdec05eba
2023-04-08Remove ubuntu specific install scriptsdec05eba
2023-04-07Implement kms vaapi capturedec05eba
2023-04-03Cleanup replay packets after usedec05eba
2023-04-03Use same identifier as device in xorg.conf by default (and screen) to fix ↵dec05eba
overclock match