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
/
capture
/
kms.c
Age
Commit message (
Expand
)
Author
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
2024-07-04
Add support for software video encoding with '-encoder cpu' option, currently...
dec05eba
2024-06-23
revert temp
dec05eba
2024-06-23
temp
dec05eba
2024-06-19
AMD: align av1 to extra padding because of hardware bug
dec05eba
2024-06-14
Properly cut out cursor outside video area when dealing with hevc amd padding
dec05eba
2024-06-10
Remove video_alignment_padding variable, replace with putting capture content...
dec05eba
2024-06-10
Take amd hevc video alignment padding into consideration to move video conten...
dec05eba
2024-06-10
Revert "Fix screen capture on intel arc gpu (on x11 and wayland)"
dec05eba
2024-06-10
Workaround amd driver bug: hevc ffmpeg/mesa misaligned resolution causing gli...
dec05eba
2024-06-09
Fix screen capture on intel arc gpu (on x11 and wayland)
dec05eba
2024-03-11
Add -cursor option to not record cursor
dec05eba
2024-03-10
Fix cursor capture in nvidia wayland, hdr, clear background immediately in wi...
dec05eba
2024-03-09
Refactor capture base
dec05eba
2024-03-08
Set frame size to video codec context size, nicer rgb to nv12
dec05eba
2024-03-08
Use opengl capture for nvfbc (prepare for vulkan capture without cuda)
dec05eba
2024-03-08
Refactor kms_vaapi and kms_cuda
dec05eba