aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
AgeCommit message (Expand)Author
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
2026-08-01Rewrite sound.cpp in C as sound.cdec05eba
2026-08-01Move string/date/array helpers from main.cpp to utils as reusable C functionsdec05eba
2026-08-01Add gsr_log logging module with log level and overridable log handlerdec05eba
2026-07-26Fix jpeg screenshot not yuv444dec05eba
2026-07-25pipewire audio: only record applications and non virtual sourcesdec05eba
2026-07-25Ignore virtual devices in application audio capturedec05eba
2026-07-24pipewire capture: add fallback for formats without modifier (fix for old amd ...dec05eba
2026-07-21Improve hdr and night color capture (tested on kde)dec05eba
2026-07-15hdr capture: switch from kde output device to color management protocoldec05eba
2026-07-14Move kde lights to maindec05eba
2026-07-14kms capture: fix capture on sdr monitor with hdr codecdec05eba
2026-07-14kms capture: fix hdr capture (tested on kde plasma)dec05eba
2026-07-14kms capture: make capture work with night lights enableddec05eba
2026-07-14kms capture: implement hdr to sdr tonemappingdec05eba
2026-07-13Add -exclude-metadata optiondec05eba
2026-07-04Implemented logic for custom audio track namesDaniel Allen
2026-07-03Fix audio sometimes glitching at the start of videodec05eba
2026-07-03Desktop portal: fix cursor lagging on gnome (change cursor to metadata)dec05eba
2026-06-02Wayland socket: bypass flatpak sandboxdec05eba
2026-05-29Fix -c whip not working (dont do avio_open for live streams)dec05eba
2026-05-20plugin: add is_damaged and clear_damagedec05eba
2026-05-03RGB8 -> RGBdec05eba
2026-05-02Remove deprecated overclocking optiondec05eba
2026-04-21Make sure the first frame is pts 0dec05eba
2026-04-17Implement vulkan video capture (h264, hevc and av1)dec05eba
2026-03-01pipewire video: fail video map texture if state is not streamingdec05eba
2026-03-01Portal capture: test disable modifier recheck samedec05eba
2026-02-12attempt EGLImage without modifiers when last failedeonphi
2026-02-09Add --list-monitors option to list only monitors, refactordec05eba
2026-01-27Add -write-first-frame-ts switchVictor Nova
2026-01-21Fix possible replay race condition, move mutex out of replaydec05eba
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-15v4l2: select best camera option by defaultdec05eba
2026-01-05Add -ffmpeg-video-opts and -ffmpeg-audio-optsdec05eba
2025-12-30Add -ffmpeg-opts argument to pass additional options to ffmpegdec05eba
2025-12-26Regression fix: hevc_10bit brokendec05eba
2025-12-24Support v4l2 yuyv on nvidiadec05eba