Age | Commit message (Expand) | Author |
5 days | Take screenshot with XGetImage on x11 to workaround nvidia driver (nvfbc) lim... | dec05eba |
6 days | Fix screenshot with region not working correctly for some sizes and possibly ... | dec05eba |
6 days | Add region capture with -w region -region WxH+X+Y | dec05eba |
13 days | Rename window_wayland to wayland and window_x11 to x11 | dec05eba |
2025-02-26 | Audio device capture: make default output/input switch recording source the d... | dec05eba |
2025-02-24 | Higher jpeg quality, we can afford that | dec05eba |
2025-02-24 | Change jpeg quality parameters | dec05eba |
2025-02-22 | Make it possible to stop screenshot with sigint | dec05eba |
2025-02-22 | Make image output lossy (use stb image writer), also significantly improves p... | dec05eba |
2025-02-21 | Make fps option (default to 60) | dec05eba |
2025-02-16 | Only show codec warning for image output | dec05eba |
2025-02-16 | Support taking a screenshot (-o image.jpg/image.png) | dec05eba |
2025-02-15 | Revert kde plasma 6.2 hdr workaround code | dec05eba |
2025-02-13 | Revert hdr color fix. It looked better for fullscreen hdr games before | dec05eba |
2025-02-10 | Minor -sc fix for flatpak | dec05eba |
2025-02-10 | Make plasmashell check work in flatpak | dec05eba |
2025-02-09 | Attempt to fix incorrect hdr colors on kde plasma 6.2 | dec05eba |
2025-02-08 | Fix crash when trying to capture hdr and it fails | dec05eba |
2025-02-07 | Improve argument parsing | dec05eba |
2025-02-06 | m | dec05eba |
2025-02-06 | Increase replay max allowed duration to 3 hours | dec05eba |
2025-01-28 | fix: proper cleanup for init_filter_graph | Alex Murkoff |
2025-01-25 | Dont normalize audio for mixed audio. This matches app audio|device audio mix... | dec05eba |
2025-01-24 | -overlay-replay > -restart-replay-on-save | dec05eba |
2025-01-24 | -overlapping-replay > -overlap-replay5.0.2 | dec05eba |
2025-01-23 | Add version to --info output | dec05eba |
2025-01-23 | Add -overlapping-replay option to clear replay buffer after a save | dec05eba |
2025-01-16 | Add -gl-debug option to make it easier to debug user issues that cant easily ... | dec05eba |
2025-01-08 | Unset DRI_PRIME as well when gpu offloading cant be used | dec05eba |
2024-12-31 | Prefix program arguments error with error: | dec05eba |
2024-12-26 | Exit with exit code 50 if invalid audio device. Exit with exit code 51 if inv... | dec05eba |
2024-12-26 | Make '-w screen' capture the first monitor on nvidia x11 as well to make it w... | dec05eba |
2024-12-09 | Fix --list-capture-options with card path not working on x11 nvidia because x... | dec05eba |
2024-12-08 | Add card path to --info, add card path and vendor to --list-capture-options i... | dec05eba |
2024-12-08 | Refactor windowing from egl to window_x11/window_wayland, yolo | dec05eba |
2024-12-06 | Fix virtual sink not destroyed if gsr is forcefully killed (use pipewire to c... | dec05eba |
2024-12-05 | Remove incorrect references to -aa and -aai | dec05eba |
2024-11-29 | --help improvement | dec05eba |
2024-11-28 | Repurpose '/' in audio argument to set the audio track name, not the recordin... | dec05eba |
2024-11-28 | Print --help to stdout instead of stderr | dec05eba |
2024-11-24 | Dont allow running the program as the root user | dec05eba |
2024-11-22 | Only report monitors when /dev/dri/cardN is available (its not available on l... | dec05eba |
2024-11-22 | Dont run any pipewire if audio server is not pipewire (fix freeze on linux mi... | dec05eba |
2024-11-22 | Remove GSR_APP_AUDIO macro use when not needed | dec05eba |
2024-11-20 | Allow recording app audio with -a, deprecate -aa and -aai | dec05eba |
2024-11-17 | --info also verify pipewire connection for app audio | dec05eba |
2024-11-17 | Disable application audio recording on pulseaudio4.3.0 | dec05eba |
2024-11-16 | --info: output if app audio is supported (if compiled with it and pipewire se... | dec05eba |
2024-11-11 | Fix build without app_audio build option | dec05eba |
2024-11-11 | Add --list-capture-options option | dec05eba |