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
/
build.sh
Age
Commit message (
Expand
)
Author
2024-03-09
Refactor xcomposite
dec05eba
2024-03-08
Refactor kms_vaapi and kms_cuda
dec05eba
2024-02-09
Remove wayland capture (wlroots)
dec05eba
2023-09-29
Remove unused cursor code
dec05eba
2023-08-13
kms vaapi: fix capture bug (incorrect video size) caused by shadowed variable...
dec05eba
2023-07-21
Support wlroots screen capture, which doesn't require kms root access and als...
dec05eba
2023-07-18
Remove -O2 and use globally defined opt value
dec05eba
2023-07-18
Fix wayland capture on amd/intel
dec05eba
2023-07-18
Experimental wayland support, test 1
dec05eba
2023-07-10
Remove fcf-protection=full since it doesn't work on arm
dec05eba
2023-07-09
Test fix using correct gpu when multiple gpus are connected
dec05eba
2023-06-20
Do not automatically install coolbits
dec05eba
2023-06-04
Make sure window id hex starts with 0x (makes monitor recording more reliable...
dec05eba
2023-05-17
Disable error on warning because of possible ffmpeg deprecated warning
dec05eba
2023-05-17
Fix all warnings
dec05eba
2023-04-22
kms_vaapi: add cursor capture for amd/intel monitor capture
dec05eba
2023-04-21
Add code to copy cursor image to opengl texture and update on event update (n...
dec05eba
2023-04-15
Fix AMD single monitor rotated display being rotated in recording
dec05eba
2023-04-09
Move kms client and server to separate directories
dec05eba
2023-04-07
Implement kms vaapi capture
dec05eba
2023-04-01
Rename drm to vaapi
Steam Deck User
2023-04-01
Use vaapi to do rgb->yuv420p color conversion
Steam Deck User
2023-03-17
Add overclocking option -oc to workaround a NVIDIA driver bug (forcefully set...
dec05eba
2023-03-17
vaapi wip
Steam Deck User
2023-02-16
Add option to merge audio devices by separating audio inputs with | in one -a
dec05eba
2022-11-30
wip intel
dec05eba
2022-10-16
Refactor xcomposite into abstract capture api
dec05eba
2022-10-14
Refactor nvfbc into abstract capture api
dec05eba
2022-10-11
Use p4 preset on older gpus (kepler family) because of performance
dec05eba
2022-10-11
Tune quality again, remove vbr
dec05eba
2022-09-28
Remove dependency on glew and glfw, move external files to external directory
dec05eba
2022-09-26
Load cuda at runtime. Include cuda header files inside the project
dec05eba
2022-09-20
Fix replay video/audio desync, fix dummy audio when dropping audio input, giv...
dec05eba
2022-03-22
Use /usr/lib64 instead of /usr/lib, which makes it compatible with gentoo
dec05eba
2022-01-30
Remove dependency on sibs for building
dec05eba