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 (
Expand
)
Author
5 days
Reapply "WIP: use compute shader instead of graphics shader for better perfor...
dec05eba
5 days
Revert "WIP: use compute shader instead of graphics shader for better perform...
dec05eba
6 days
WIP: use compute shader instead of graphics shader for better performance (es...
dec05eba
2025-03-13
texture filter change
dec05eba
2025-03-13
Take screenshot with XGetImage on x11 to workaround nvidia driver (nvfbc) lim...
dec05eba
2024-09-27
Add vulkan video encoding option (-k h264_vulkan). WIP, not fully hardware ac...
dec05eba
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 a...
dec05eba
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 qu...
dec05eba
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