aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/args_parser.c
AgeCommit message (Expand)Author
2026-08-02Add -ipc option to control gpu-screen-recorder over a unix domain socketdec05eba
2026-08-01Move screenshot capture and CLI commands from main.cpp into separate modulesdec05eba
2026-08-01Move audio/video codec setup from main.cpp into C modulesdec05eba
2026-08-01Add gsr_log logging module with log level and overridable log handlerdec05eba
2026-07-13Add -exclude-metadata optiondec05eba
2026-05-29Fix -c whip not working (dont do avio_open for live streams)dec05eba
2026-05-03Properly detect if output is a pipe/block device instead of hardcoded /dev/st...dec05eba
2026-05-02Remove deprecated overclocking optiondec05eba
2026-04-17Implement vulkan video capture (h264, hevc and av1)dec05eba
2026-02-09Add --list-monitors option to list only monitors, refactordec05eba
2026-01-27Add -write-first-frame-ts switchVictor Nova
2026-01-20Wayland region: fix incorrect region captured if monitor is scaleddec05eba
2026-01-15Add -low-power option to allow prevent the gpu to go into a high power mode o...dec05eba
2026-01-05Add -ffmpeg-video-opts and -ffmpeg-audio-optsdec05eba
2025-12-30Add -ffmpeg-opts argument to pass additional options to ffmpegdec05eba
2025-12-25Correctly combine damage tracking when using multiple sourcesdec05eba
2025-12-23Add support for camera (yuyv, mjpeg) and multiple capture sourcesdec05eba
2025-12-22Add man pagedec05eba
2025-12-18Spellingdec05eba
2025-12-01Mention flickering cursordec05eba
2025-11-02Allow negative position for regiondec05eba
2025-10-24Add -fallback-cpu-encoding option to use cpu encoding (x264) if gpu encoding ...dec05eba
2025-10-05Update for ffmpeg 8: remove hevc vaapi padding (black bars), fix garbage outp...dec05eba
2025-08-24Call -sc script on screenshot as well, only save screenshot if no errordec05eba
2025-08-14Add plugin support (-p option)dec05eba
2025-07-23usage doc: update incorrect information about replay durationdec05eba
2025-06-06Remove swap buffer calldec05eba
2025-05-26Consistent info/warning/error message structuredec05eba
2025-05-04Add -replay-storage option to specify if temporary replay data should be stor...dec05eba
2025-05-03Fix audio capture not working with noisetorch if combined with another source...dec05eba
2025-04-21Refactor video encoding packet receiving, replay buffer and finish SIGRTMIN f...dec05eba
2025-04-20Move argument parsing to different filedec05eba