aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
AgeCommit message (Expand)Author
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
2025-12-24wip syncdec05eba
2025-12-24Fix v4l2 mjpeg on nvidia, yuyv on nvidia not donedec05eba
2025-12-23Add support for camera (yuyv, mjpeg) and multiple capture sourcesdec05eba
2025-12-07App audio capture: remove gsr-app-sinkdec05eba
2025-11-24pipewire video: check if has modifierdec05eba
2025-11-24pipewire video: re-negotiate modifiers multiple times until we get a good onedec05eba
2025-11-18Dont scale image frame to padding in videodec05eba
2025-11-17Scale video/image to output size instead of adding black bars or no scalingdec05eba
2025-11-16screenshot: improve jpeg very high quality to 91 (enables yuv444 instead of y...dec05eba
2025-11-14color_conversion: remove unused alpha_blending parameterdec05eba
2025-11-08Disable overclocking if set and gpu supports CUDA_DISABLE_PERF_BOOSTdec05eba
2025-10-24Add -fallback-cpu-encoding option to use cpu encoding (x264) if gpu encoding ...dec05eba
2025-10-01Fix texture size when recording via portalTheodoros Orfanidis
2025-09-25App audio capture: fix audio sources getting paused when closing gsrdec05eba
2025-09-21Remove compute shader. It doesn't improve performance and it has worse UV qua...dec05eba
2025-09-21Dont use glGetTexLevelParameteriv, it's only available in opengl es 3.1dec05eba
2025-08-14Add plugin support (-p option)dec05eba
2025-08-07Add error checks for video capture resolution since some users are retardeddec05eba
2025-07-29Desktop portal capture: support rotated monitor capture on swaydec05eba
2025-07-21Pipewire: disable argb and abgrdec05eba
2025-07-20Pipewire: support alpha textures again, do alpha blending and cleardec05eba
2025-07-07Proper debug context setupdec05eba
2025-06-28Restart portal capture if it's paused for 3 seconds or more (can happen if re...dec05eba
2025-06-23Pipewire: fix transparent windows having incorrect color (disable RGBA video ...dec05eba
2025-06-16Create egl3 contextdec05eba
2025-06-16EGL_OPENGL_ES_BIT->EGL_OPENGL_ES2_BITdec05eba
2025-06-10Fix nvidia capture after switch to opengl esdec05eba
2025-06-10Reapply "Fix screen and portal capture not working on some intel gpus"dec05eba
2025-06-09Revert "Fix screen and portal capture not working on some intel gpus"dec05eba
2025-06-09Fix screen and portal capture not working on some intel gpusdec05eba
2025-05-26Support surround sound for application audio capture, support unlimited linksdec05eba
2025-05-25Match gsr monitor name with wayland monitor name. Thanks info@leocodesdec05eba
2025-05-10Move dbus code to a separate process to allow gpu-screen-recorder to use cap_...dec05eba
2025-05-04Add -replay-storage option to specify if temporary replay data should be stor...dec05eba
2025-04-23Fix replay saving freeze, unable to save replay if audio is not provideddec05eba
2025-04-22Move encoding code from video encoder to encoder, since it also processes aud...dec05eba
2025-04-21Refactor video encoding packet receiving, replay buffer and finish SIGRTMIN f...dec05eba
2025-04-20Move 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 supp...dec05eba
2025-04-04Optimize compute shadersdec05eba