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
/
pipewire.c
Age
Commit message (
Collapse
)
Author
2024-08-08
Fix possible capture lag (especially with desktop portal capture)
dec05eba
2024-07-22
Fix pipewire capture on amd (fallback to no drm modifiers if eglCreateImage ↵
dec05eba
fails), might happen because of a buggy desktop portal/pipewire implementation
2024-07-22
Fix portal capture on intel, support multiple planes in one egl image (might ↵
dec05eba
fix capture on intel iris)
2024-07-22
Portal: move modifier query to init
dec05eba
2024-07-22
Fix deskto portal capture on nvidia (add missing modifiers)
dec05eba
2024-07-21
Add missing include
dec05eba
2024-07-20
Fix portal being displayed as not supported
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-16
Pipewire: allow capturing at higher fps than 60
dec05eba
2024-07-15
Include virtual capture target in portal capture
dec05eba
2024-07-15
Add nicer error message when no screencast desktop portal is running
dec05eba
2024-07-15
Add support for desktop portal capture (-w portal)
dec05eba