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
/
utils.c
Age
Commit message (
Expand
)
Author
10 days
Prefer drm cursor over x11 on x11, to fix correct position and size when x11 ...
dec05eba
10 days
Simpler xrandr monitor query (do the same thing as before)
dec05eba
10 days
x11: fix correct monitor capture size when output is scaled
dec05eba
2024-10-26
Add option to change output resolution (-s)
dec05eba
2024-10-23
Mesa && AMD check
dec05eba
2024-10-23
Support old amd gpus that need radeon driver
dec05eba
2024-10-06
gsr-kms-server 'security': only allow gpu-screen-recorder to get framebuffer
dec05eba
2024-09-22
Comments
dec05eba
2024-09-16
Pure vaapi capture (for capture target) and opengl composition for cursor onl...
dec05eba
2024-09-16
Improve capture performance on amd/intel when using monitor capture: capture ...
dec05eba
2024-09-14
Set update fps to video fps, on x11 sync video to damage tracking
dec05eba
2024-08-31
Enable recording on steam deck with warning, use vbr on steam deck and add -b...
dec05eba
2024-08-20
Disable steam deck support at the moment because the driver is broken (ignore...
dec05eba
2024-08-16
Remove unused include
dec05eba
2024-08-16
Allow capture of external monitors on a laptop with dedicated gpu (prime) on ...
dec05eba
2024-07-22
Fix portal capture on intel, support multiple planes in one egl image (might ...
dec05eba
2024-07-15
Add support for desktop portal capture (-w portal)
dec05eba
2024-06-10
Take amd hevc video alignment padding into consideration to move video conten...
dec05eba
2024-06-10
Wayland: match montitor by name before trying to match by place
dec05eba
2024-06-10
Workaround amd driver bug: hevc ffmpeg/mesa misaligned resolution causing gli...
dec05eba
2024-06-10
Do not require a valid drm plane to capture a window on amd/intel x11
dec05eba
2024-05-09
Proper strncpy null termination
dec05eba
2024-03-10
bad size
dec05eba
2024-03-10
Use dri card matching current egl context
dec05eba
2024-03-09
Refactor xcomposite
dec05eba
2024-02-10
Wayland: handle eDP for rotation
dec05eba
2024-02-10
Add screen rotation support (tested on amd/intel)
dec05eba
2024-02-09
Remove wayland capture (wlroots)
dec05eba
2024-02-09
Move card path to egl struct, use egl struct for monitor enumeration
dec05eba
2023-11-17
Make amd/intel nvidia/wayland capture display match x11 connector name, allow...
dec05eba
2023-08-13
kms vaapi: fix capture bug (incorrect video size) caused by shadowed variable...
dec05eba
2023-07-26
High priority egl context if possible, use eglBindAPI(EGL_OPENGL_ES_API)
dec05eba
2023-07-21
Fix capture not working on intel + wayland
dec05eba
2023-07-21
Support wlroots screen capture, which doesn't require kms root access and als...
dec05eba
2023-07-18
Fix green screen sometimes when capturing amd/intel window
dec05eba
2023-07-18
Experimental wayland support, test 1
dec05eba
2023-07-10
p
dec05eba
2023-07-10
Attempt to make active card detection more robust
dec05eba
2023-07-09
Test fix using correct gpu when multiple gpus are connected
dec05eba
2023-05-17
Fix all warnings
dec05eba
2023-04-16
Find /dev/dri/card path that exists (the first one)
dec05eba
2023-04-15
Fix AMD single monitor rotated display being rotated in recording
dec05eba
2023-04-07
Implement kms vaapi capture
dec05eba