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
/
args_parser.c
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-08-01
Add gsr_log logging module with log level and overridable log handler
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-03
Properly detect if output is a pipe/block device instead of hardcoded /dev/st...
dec05eba
2026-05-02
Remove deprecated overclocking option
dec05eba
2026-04-17
Implement vulkan video capture (h264, hevc and av1)
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-20
Wayland region: fix incorrect region captured if monitor is scaled
dec05eba
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-25
Correctly combine damage tracking when using multiple sources
dec05eba
2025-12-23
Add support for camera (yuyv, mjpeg) and multiple capture sources
dec05eba
2025-12-22
Add man page
dec05eba
2025-12-18
Spelling
dec05eba
2025-12-01
Mention flickering cursor
dec05eba
2025-11-02
Allow negative position for region
dec05eba
2025-10-24
Add -fallback-cpu-encoding option to use cpu encoding (x264) if gpu encoding ...
dec05eba
2025-10-05
Update for ffmpeg 8: remove hevc vaapi padding (black bars), fix garbage outp...
dec05eba
2025-08-24
Call -sc script on screenshot as well, only save screenshot if no error
dec05eba
2025-08-14
Add plugin support (-p option)
dec05eba
2025-07-23
usage doc: update incorrect information about replay duration
dec05eba
2025-06-06
Remove swap buffer call
dec05eba
2025-05-26
Consistent info/warning/error message structure
dec05eba
2025-05-04
Add -replay-storage option to specify if temporary replay data should be stor...
dec05eba
2025-05-03
Fix audio capture not working with noisetorch if combined with another source...
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