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
/
portal.c
Age
Commit message (
Collapse
)
Author
2024-08-08
Fix possible capture lag (especially with desktop portal capture)
dec05eba
2024-08-08
Add -portal-session-token-filepath option to specify where desktop portal ↵
dec05eba
session token is saved/restore
2024-07-26
Move glClear and glx/eglSwapBuffers from capture backends to main
dec05eba
2024-07-23
Fix hdr capture causing crash when in replay mode
dec05eba
2024-07-22
Fix portal capture on intel, support multiple planes in one egl image (might ↵
dec05eba
fix capture on intel iris)
2024-07-21
Fix HDR capture (HDR metadata is now correct). Note that HDR capture is only ↵
dec05eba
available on Wayland and when recording a monitor without the desktop portal option
2024-07-20
exit code 60 if portal capture was canceled by the user
dec05eba
2024-07-20
Return status code from dbus instead of true/false
dec05eba
2024-07-19
Nicer error damn portal
dec05eba
2024-07-19
Fail with exit status 50 if portal setup fails
dec05eba
2024-07-19
Stop recording when pipewire target window is closed or when pressing close ↵
dec05eba
in the desktop environments record button
2024-07-17
Portal: make resizing not glitched, clear background on resize, proper ↵
dec05eba
handling of multithreaded plane fd
2024-07-15
Include virtual capture target in portal capture
dec05eba
2024-07-15
Add support for desktop portal capture (-w portal)
dec05eba