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
/
include
/
recorder
Age
Commit message (
Expand
)
Author
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
ipc: response with video path in save recording/replay
dec05eba
2026-08-02
Add -ipc option to control gpu-screen-recorder over a unix domain socket
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
Rewrite main.cpp in C as a thin CLI on top of a new gsr_recorder library API
dec05eba
2026-08-01
Move screenshot capture and CLI commands from main.cpp into separate modules
dec05eba
2026-08-01
Move muxing and replay saving from main.cpp into muxer and replay_save modules
dec05eba
2026-08-01
Move audio capture from main.cpp into audio_capture module and replace std::t...
dec05eba
2026-08-01
Move audio input parsing and validation from main.cpp into audio_input module
dec05eba
2026-08-01
Move capture source parsing and capture creation from main.cpp into C modules
dec05eba
2026-08-01
Move windowing setup from main.cpp into windowing module
dec05eba
2026-08-01
Move video/audio codec selection from main.cpp into codec_select module
dec05eba
2026-08-01
Move audio/video codec setup from main.cpp into C modules
dec05eba