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 (
Expand
)
Author
10 days
Add option to change output resolution (-s)
dec05eba
2024-09-26
Name capture/encoder variable self
dec05eba
2024-09-21
Fallback for vaapi copy to opengl copy
dec05eba
2024-09-21
Fix first frame is black
dec05eba
2024-09-21
Revert recent time framing and performance changes as it affects slower devic...
dec05eba
2024-09-17
Disable pure vaapi for intel because it doesn't work, will be fixed later if ...
dec05eba
2024-09-16
Pure vaapi capture (for capture target) and opengl composition for cursor onl...
dec05eba
2024-09-15
Portal: sync capture to frame update
dec05eba
2024-09-06
Portal: fix external texture
dec05eba
2024-09-06
Revert "Portal: fix external texture glitches"
dec05eba
2024-09-06
Portal: fix external texture glitches
dec05eba
2024-09-06
Explicit glFlush/glFinish before and after render operations to fix tearing a...
dec05eba
2024-08-15
HACK: portal: copy external image to internal image before render. Dont stop ...
dec05eba
2024-08-15
Allow prime-run capture on laptop with external gpu when the iGPU
dec05eba
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 ses...
dec05eba
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
2024-07-21
Fix HDR capture (HDR metadata is now correct). Note that HDR capture is only ...
dec05eba
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 i...
dec05eba
2024-07-17
Portal: make resizing not glitched, clear background on resize, proper handli...
dec05eba
2024-07-15
Include virtual capture target in portal capture
dec05eba
2024-07-15
Add support for desktop portal capture (-w portal)
dec05eba