aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
11 daysFix replay saving freeze, unable to save replay if audio is not provideddec05eba
13 daysMove encoding code from video encoder to encoder, since it also processes ↵dec05eba
audio input
13 daysRefactor video encoding packet receiving, replay buffer and finish SIGRTMIN ↵dec05eba
for recording while replay/replaying. Add -ro option to specify the directory
14 daysMove argument parsing to different filedec05eba
2025-04-15Tune av1 qualitydec05eba
2025-04-06Fallback to graphics shader instead of compute shader if the gpu doesn't ↵dec05eba
support compute shader (either glsl 420 or opengl es glsl 310)
2025-04-04Optimize compute shadersdec05eba
2025-03-30Fix incorrect region when monitor is rotateddec05eba
2025-03-30Fix incorrect region for region capture after compute shader change5.3.4dec05eba
2025-03-30Cleanupdec05eba
2025-03-30Fix incorrect compute size when scaling imagedec05eba
2025-03-30Compute shader: add support for external texture, color component swapping ↵dec05eba
(bgr to rgb)
2025-03-30Use sampler2D for alpha blending compute shader instead of output image2Ddec05eba
2025-03-29Reapply "WIP: use compute shader instead of graphics shader for better ↵dec05eba
performance (especially on amd)" This reverts commit f85a7ab2055ddc8e2231a380f0c46e29e42c2072.
2025-03-29Revert "WIP: use compute shader instead of graphics shader for better ↵dec05eba
performance (especially on amd)" This reverts commit a41a32cb9079dc3c78414b7b0cdc68243333020d.
2025-03-29WIP: use compute shader instead of graphics shader for better performance ↵dec05eba
(especially on amd)
2025-03-18Test broadcom (raspberry pi) supportdec05eba
2025-03-14Fix screenshot of window not working after latest change5.3.1dec05eba
2025-03-13Take screenshot with XGetImage on x11 to workaround nvidia driver (nvfbc) ↵dec05eba
limitation that only allows one nvfbc session at a time
2025-03-13Fix screenshot with region not working correctly for some sizes and possibly ↵dec05eba
crashing
2025-03-13Add region capture with -w region -region WxH+X+Ydec05eba
2025-03-05Fix pipewire server breaking when pipewire connection is closed too quickly ↵dec05eba
(--info)
2025-03-05Rename window_wayland to wayland and window_x11 to x11dec05eba
2025-03-03Fix portal capture on sway and hyprland: unset capture types/cursor modes ↵dec05eba
that are not supported by the desktop portal
2025-02-27Pipewire: auto change default_output/default_input connected nodes when the ↵dec05eba
default devices are changed in system audio settings
2025-02-26Audio device capture: make default output/input switch recording source the ↵dec05eba
default output/input is changed in the audio server
2025-02-22Make image output lossy (use stb image writer), also significantly improves ↵dec05eba
performance for jpeg
2025-02-16Support taking a screenshot (-o image.jpg/image.png)dec05eba
2025-02-15Revert kde plasma 6.2 hdr workaround codedec05eba
2025-02-09Attempt to fix incorrect hdr colors on kde plasma 6.2dec05eba
2025-01-27Pipewire: support 10-bit formats (where alpha is 2 bits, total 32-bits)dec05eba
2025-01-16Add -gl-debug option to make it easier to debug user issues that cant easily ↵dec05eba
be reproduced
2025-01-03Minor changedec05eba
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-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-05Increase pipewire audio max nodes/ports limitdec05eba
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-21Fix portal capture on broken amd drivers: fallback to opengl copy instead of ↵dec05eba
vaapi on known buggy mesa version
2024-11-20Allow recording app audio with -a, deprecate -aa and -aaidec05eba
Use -a "app:brave" instead of -aa "brave". Use -a "app-inverse:brave" instead of -aai "brave". This now allows merging audio devices and app audio into the same audio track.
2024-11-17Disable application audio recording on pulseaudio4.3.0dec05eba
2024-11-16--info: output if app audio is supported (if compiled with it and pipewire ↵dec05eba
server)
2024-11-10Add -aa and -aai options to record audio only from selected applicationsdec05eba
Use the --list-application-audio option to list available applications to record from.
2024-11-09Fix incorrect color format in x11 cursor (bgr instead of rgb)dec05eba
2024-11-08Prepare for pipewire audio routingdec05eba
2024-10-26Add option to change output resolution (-s)dec05eba
2024-10-09Rename video encoder cuda to video encoder nvencdec05eba
2024-10-01Rename codec query cuda to codec query nvencdec05eba
2024-10-01Support gpus that only support low power encoding mode (Intel Arc A380)dec05eba