index
:
gpu-screen-recorder
debian
The fastest screen recording tool for Linux
Maria Lisina
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
recorder
/
recorder.c
Age
Commit message (
Expand
)
Author
2026-08-08
Fix nvenc crash on shutdown. part 2
dec05eba
2026-08-08
Fix nvenc crash on shutdown
dec05eba
2026-08-07
Revert "Clear replay data in replay save thread to not block the main capture...
dec05eba
2026-08-06
Faster shutdown time when several gb of replay data is in ram
dec05eba
2026-08-06
Clear replay data in replay save thread to not block the main capture thread
dec05eba
2026-08-05
ipc: save-replay: add restart-replay option
dec05eba
2026-08-05
workaround ffmpeg hybrid_fragmented bug when no packets have been recorded yet
dec05eba
2026-08-05
ipc: response with video path in save recording/replay
dec05eba
2026-08-02
Document the ipc option next to the signals in the readme
dec05eba
2026-08-02
Add -ipc option to control gpu-screen-recorder over a unix domain socket
dec05eba
2026-08-02
Remove unused parameter from recorder_update_fps_counters
dec05eba
2026-08-02
Fix indentation and spacing of the code moved out of main.cpp
dec05eba
2026-08-02
Add resource cleanup on all paths
dec05eba
2026-08-01
Split the recorder setup and record loop into named functions
dec05eba
2026-08-01
Return errors from gsr_recorder_create instead of exiting
dec05eba
2026-08-01
Rewrite main.cpp in C as a thin CLI on top of a new gsr_recorder library API
dec05eba