index
:
gpu-screen-recorder
master
A shadowplay-like screen recorder for Linux. The fastest screen recorder for Linux.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
meson.build
Age
Commit message (
Collapse
)
Author
2024-07-28
Install systemd service file by default, fix modprobe installation path
dec05eba
2024-07-28
Install modprobe gsr-nvidia.conf on install
dec05eba
2024-07-15
Update readme (desktop portal info)
dec05eba
2024-07-15
Add support for desktop portal capture (-w portal)
dec05eba
2024-07-05
Fix missing files from meson build
dec05eba
2024-07-05
Separate video encoding method from capture method
dec05eba
With this instead of kms_cuda/kms_vaapi/kms_software and xcomposite_cuda/xcomposite_vaapi/xcomposite_software there is now only kms and xcomposite.
2024-07-04
Add support for software video encoding with '-encoder cpu' option, ↵
dec05eba
currently h264 only
2024-06-21
Add -fm 'content' option to match fps to captured content, only x11 window ↵
dec05eba
capture currently supported
2024-06-11
Make setcap for install optional
dec05eba
2024-06-11
Keep install script behavior the same as before, dont use it if you want ↵
dec05eba
normal meson behavior
2024-06-11
Migrate to Meson build system
A person