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
/
src
/
encoder
/
video
/
software.c
Age
Commit message (
Collapse
)
Author
3 days
texture filter change
dec05eba
3 days
Take screenshot with XGetImage on x11 to workaround nvidia driver (nvfbc) ↵
dec05eba
limitation that only allows one nvfbc session at a time
2024-09-27
Add vulkan video encoding option (-k h264_vulkan). WIP, not fully hardware ↵
dec05eba
accelerated yet
2024-09-26
Move codec query from encoder to separate file
dec05eba
2024-09-26
Name capture/encoder variable self
dec05eba
2024-09-06
Explicit glFlush/glFinish before and after render operations to fix tearing ↵
dec05eba
and stutter on amd
2024-08-29
Prepare for video codec query, cleanup readme, add libva-drm as dependency
dec05eba
2024-08-17
Add hevc_10bit and av1_10bit options for 10bit color range, increase video ↵
dec05eba
quality (qp)
2024-07-05
Add encoder option to systemd service file
dec05eba
2024-07-05
Fix capture incorrect alignment with cpu encoding for some window sizes
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.