aboutsummaryrefslogtreecommitdiff
path: root/kms
AgeCommit message (Collapse)Author
2024-03-10Ignore overlay planes for the futuredec05eba
2024-03-09Refactor xcompositedec05eba
Move common code between cuda/vaapi implementations into xcomposite file. This also fixes limited/full range colors on nvidia.
2024-03-08Refactor kms_vaapi and kms_cudadec05eba
Also fixes color metadata, color range and hdr on nvidia wayland.
2024-02-11flatpak: launch kms server proxy instead of gsr-kms-serverdec05eba
2024-02-06Add support for hdr capture on amd/inteldec05eba
Nvidia support will be added in the future. Note that hdr metadata is missing from the output file as amd and intel both have bugged drivers that dont add hdr metadata to the output file. Need to find a workaround for this (patching the video bitstream?). Add -cr limited|full, to set color range
2024-01-11Nvidia: use default p4 preset instead of p5, might fix frame issuesdec05eba
2024-01-02Create directory to output file if not existsdec05eba
2023-12-31Avoid pkexec flatpak run if possibledec05eba
2023-12-31Avoid pkexec with flatpak if possibledec05eba
2023-12-31Revert "Reverse kms server connect direction to fix umask issue"dec05eba
This reverts commit e844421f6d6a7461eee76428cdcd5e8d6bca89e2.
2023-12-31Reverse kms server connect direction to fix umask issuedec05eba
2023-12-31Fix for opensuse: set unix domain socket mod 777dec05eba
Fixes screen capture on opensuse amd/intel or nvidia wayland
2023-12-03Fix opus and flac audio sources, fix crash when live streaming without an ↵dec05eba
audio source
2023-11-30flatpak: run gsr kms server on host if the file has root capacitydec05eba
2023-11-30Allow both hevc and h265 (as alias)dec05eba
2023-11-29has perm should have higher priority than flatpak checkdec05eba
2023-11-29Check getcap in flatpak toodec05eba
2023-11-29Restore flatpak spawn gsr server commanddec05eba
2023-11-29Use correct arguments for flatpak spawndec05eba
2023-11-29Run gpu screen recorder gtk as a proxy for gsr kms server when using flatpakdec05eba
2023-11-18sigkill kms serverdec05eba
2023-11-18close socketpair before sigintdec05eba
2023-11-18Kill kms server instead of sigint, fixes being stuck with pkexecdec05eba
2023-11-18Properly send socketpair fd to kms serverdec05eba
2023-11-12kms client/server: replace unix domain socket file with socketpair after ↵dec05eba
connecting (fixes issue of .gsr-kms-socket files remaining in $HOME)
2023-10-27Dont include unused drm_fourcc.h, include missing unistd.h for _exitdec05eba
2023-10-22Dont forcefully set drm fourcc to argb8888, fixes kde wayland where default ↵dec05eba
is 10bit colors
2023-10-22Fix vram leak for realsdec05eba
2023-10-21Attempt to fix amd/intel driver bug vram leak, force cfr when livestreaming, ↵dec05eba
replace std::filesystem with posix create replay directory automatically, recursively
2023-10-08Attempt to fix vram leak(?)dec05eba
2023-09-29Remove unused cursor codedec05eba
2023-08-13Dont hardcore gsr-kms-server pathdec05eba
2023-07-23Proper waitpid NOHANG handlingdec05eba
2023-07-22Exit with exit code 10 if pkexec failsdec05eba
2023-07-22Fix cursor offset in kms grab (amd/intel), disable wlroots capture until its ↵dec05eba
fixed
2023-07-22Use correct offset for combined plane monitor capturedec05eba
2023-07-22AMD/Intel capture cursordec05eba
2023-07-18Fix wayland capture on amd/inteldec05eba
2023-07-18Experimental wayland support, test 1dec05eba
2023-06-18Update readmedec05eba
2023-05-17Disable error on warning because of possible ffmpeg deprecated warningdec05eba
2023-05-17Fix all warningsdec05eba
2023-05-14Remove unecessary includedec05eba
2023-05-12kms_vaapi: fix regression, screen rotation not working when capturing screendec05eba
2023-05-12kms_vaapi: support multiple drm planes (fixes capture on some multi monitor ↵dec05eba
systems)
2023-04-22kms_vaapi: add cursor capture for amd/intel monitor capturedec05eba
Always find largest drm buf, to fix some cases when there are multiple planes and we accidentally capture a drm buf that isn't the target buf. We always want the full SCREEN drm buf.
2023-04-17Kms server timeout, move back kms unix domain socket to HOME because flatpak ↵dec05eba
cant access it otherwise
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-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