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
/
args_parser.h
Age
Commit message (
Expand
)
Author
2026-08-02
Add -ipc option to control gpu-screen-recorder over a unix domain socket
dec05eba
2026-08-01
Move screenshot capture and CLI commands from main.cpp into separate modules
dec05eba
2026-08-01
Move audio/video codec setup from main.cpp into C modules
dec05eba
2026-07-13
Add -exclude-metadata option
dec05eba
2026-05-29
Fix -c whip not working (dont do avio_open for live streams)
dec05eba
2026-05-02
Remove deprecated overclocking option
dec05eba
2026-02-09
Add --list-monitors option to list only monitors, refactor
dec05eba
2026-01-27
Add -write-first-frame-ts switch
Victor Nova
2026-01-15
Add -low-power option to allow prevent the gpu to go into a high power mode o...
dec05eba
2026-01-05
Add -ffmpeg-video-opts and -ffmpeg-audio-opts
dec05eba
2025-12-30
Add -ffmpeg-opts argument to pass additional options to ffmpeg
dec05eba
2025-12-23
Add support for camera (yuyv, mjpeg) and multiple capture sources
dec05eba
2025-10-24
Add -fallback-cpu-encoding option to use cpu encoding (x264) if gpu encoding ...
dec05eba
2025-08-14
Add plugin support (-p option)
dec05eba
2025-05-04
Add -replay-storage option to specify if temporary replay data should be stor...
dec05eba
2025-04-21
Refactor video encoding packet receiving, replay buffer and finish SIGRTMIN f...
dec05eba
2025-04-20
Move argument parsing to different file
dec05eba