aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/recorder
AgeCommit message (Expand)Author
2026-08-07Revert "Clear replay data in replay save thread to not block the main capture...dec05eba
2026-08-06Faster shutdown time when several gb of replay data is in ramdec05eba
2026-08-06Clear replay data in replay save thread to not block the main capture threaddec05eba
2026-08-05ipc: save-replay: add restart-replay optiondec05eba
2026-08-05ipc: response with video path in save recording/replaydec05eba
2026-08-02Add -ipc option to control gpu-screen-recorder over a unix domain socketdec05eba
2026-08-02Fix indentation and spacing of the code moved out of main.cppdec05eba
2026-08-02Add resource cleanup on all pathsdec05eba
2026-08-01Rewrite main.cpp in C as a thin CLI on top of a new gsr_recorder library APIdec05eba
2026-08-01Move screenshot capture and CLI commands from main.cpp into separate modulesdec05eba
2026-08-01Move muxing and replay saving from main.cpp into muxer and replay_save modulesdec05eba
2026-08-01Move audio capture from main.cpp into audio_capture module and replace std::t...dec05eba
2026-08-01Move audio input parsing and validation from main.cpp into audio_input moduledec05eba
2026-08-01Move capture source parsing and capture creation from main.cpp into C modulesdec05eba
2026-08-01Move windowing setup from main.cpp into windowing moduledec05eba
2026-08-01Move video/audio codec selection from main.cpp into codec_select moduledec05eba
2026-08-01Move audio/video codec setup from main.cpp into C modulesdec05eba