aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
6 daysMinor cleanupdec05eba
6 daysOnly show codec warning for image outputdec05eba
6 daysSupport taking a screenshot (-o image.jpg/image.png)dec05eba
7 daysRevert kde plasma 6.2 hdr workaround codedec05eba
10 daysRevert hdr color fix. It looked better for fullscreen hdr games beforedec05eba
12 daysMinor -sc fix for flatpakdec05eba
12 daysMake plasmashell check work in flatpakdec05eba
13 daysChange hdr colors againdec05eba
13 daysMake hdr better for limited range colorsdec05eba
14 daysAttempt to fix incorrect hdr colors on kde plasma 6.2dec05eba
14 daysHDR: always set has_primaries and has_luminance, otherwise data will be ↵dec05eba
missing from file
2025-02-08Fix crash when trying to capture hdr and it failsdec05eba
Also move replay buffer frames reset to right after saving instead when the save has finished.
2025-02-07Improve argument parsingdec05eba
2025-02-06mdec05eba
2025-02-06Increase replay max allowed duration to 3 hoursdec05eba
2025-01-28fix: proper cleanup for init_filter_graphAlex Murkoff
2025-01-27Pipewire: support 10-bit formats (where alpha is 2 bits, total 32-bits)dec05eba
2025-01-25Dont normalize audio for mixed audio. This matches app audio|device audio ↵dec05eba
mix, fixes mic audio being decreased
2025-01-24-overlay-replay > -restart-replay-on-savedec05eba
2025-01-24-overlapping-replay > -overlap-replay5.0.2dec05eba
2025-01-23Add version to --info outputdec05eba
2025-01-23Add -overlapping-replay option to clear replay buffer after a savedec05eba
2025-01-18Mesa check version 24.3.65.0.1dec05eba
2025-01-18amd: disable vaapi surface copy unless mesa 2.3.4 is used, which fixes a ↵dec05eba
performance issue. Otherwise we get stutter in some games
2025-01-16Add -gl-debug option to make it easier to debug user issues that cant easily ↵dec05eba
be reproduced
2025-01-13Fix possibility of monitor captured changing on wayland when monitors are ↵dec05eba
reconfigured
2025-01-10Workaround teamspeak crashing when recording app audiodec05eba
2025-01-08Unset DRI_PRIME as well when gpu offloading cant be useddec05eba
2025-01-03Minor changedec05eba
2024-12-31Prefix program arguments error with error:dec05eba
2024-12-26Exit with exit code 50 if invalid audio device. Exit with exit code 51 if ↵dec05eba
invalid monitor
2024-12-26Make '-w screen' capture the first monitor on nvidia x11 as well to make it ↵dec05eba
work like amd, intel and nvidia wayland. Keep screen-direct for all monitors, that is gsync compatible
2024-12-09Fix --list-capture-options with card path not working on x11 nvidia because ↵dec05eba
x11 nvidia doesn't use dri
2024-12-08Remove shitdec05eba
2024-12-08Yeet the unecessary properties error location code, it fails to build on ↵dec05eba
some versions of spa
2024-12-08Attempt to fix build on some distrosdec05eba
2024-12-08Fix window creation on waylanddec05eba
2024-12-08Add card path to --info, add card path and vendor to --list-capture-options ↵dec05eba
if known to speed up the command
2024-12-08Refactor windowing from egl to window_x11/window_wayland, yolodec05eba
2024-12-07Comment out unused egl priority for now because amd error is misleadingdec05eba
2024-12-06Fix virtual sink not destroyed if gsr is forcefully killed (use pipewire to ↵dec05eba
create the virtual sink instead of pulseaudio)
2024-12-05Add error output when reaching max ports/stream nodes/linksdec05eba
2024-12-05Remove incorrect references to -aa and -aaidec05eba
2024-11-29--help improvementdec05eba
2024-11-28Repurpose '/' in audio argument to set the audio track name, not the ↵dec05eba
recording node name in pulseaudio/pipewire. This also now allows setting audio track name when recording application audio
2024-11-28Print --help to stdout instead of stderrdec05eba
2024-11-24Dont allow running the program as the root userdec05eba
2024-11-22Only report monitors when /dev/dri/cardN is available (its not available on ↵dec05eba
linux mint for some reason with prime setup)
2024-11-22Dont run any pipewire if audio server is not pipewire (fix freeze on linux ↵dec05eba
mint 21.3 pulseaudio system in flatpak)
2024-11-22Remove GSR_APP_AUDIO macro use when not neededdec05eba