summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
7 daysFallback for vaapi copy to opengl copydec05eba
7 daysFix first frame is blackdec05eba
7 daysRevert recent time framing and performance changes as it affects slower ↵dec05eba
devices badly
8 daysFix codec query for old nvidia gpus (which are limited to nvidia driver ↵dec05eba
version 470)
9 daysRemove damage tracking for now, better frame timing (deal with time error ↵dec05eba
accumulation)
10 daysIncrease encoding performance on amd, at the cost of higher vram usagedec05eba
12 daysFix merged audio not working, add better video capture sync, especially on ↵dec05eba
x11 and make capture smoother and faster on amd
2024-09-14Set update fps to video fps, on x11 sync video to damage tracking, experimentaldec05eba
2024-09-06Explicit glFlush/glFinish before and after render operations to fix tearing ↵dec05eba
and stutter on amd
2024-09-05Fix systemd service filedec05eba
2024-08-31Faster startup (faster video codec query), fix some video codec callback logicdec05eba
2024-08-31Enable recording on steam deck with warning, use vbr on steam deck and add ↵dec05eba
-bm bitrate mode option for qp or vbr
2024-08-20Disable steam deck support at the moment because the driver is broken ↵dec05eba
(ignores qp, capture tearing)
2024-08-20Also revert av1 qualitydec05eba
2024-08-20Revert quality parameters, they were overkilldec05eba
2024-08-18Fix kms capture crash on wayland if x11 is not availabledec05eba
2024-08-17Add hevc_10bit and av1_10bit options for 10bit color range, increase video ↵dec05eba
quality (qp), fix for audio devices with whitespace not working in gui
2024-08-16Allow capture of external monitors on a laptop with dedicated gpu (prime) on ↵dec05eba
x11, fix cursor not visible on some wayland compositors (hyprland) with multiple monitors
2024-08-15Fix software encoding option not workingdec05eba
2024-08-15Fix portal capture option not available when laptop monitor is disableddec05eba
2024-08-08Fix possible capture lag (especially with desktop portal capture)dec05eba
2024-08-04Allow prime-run on waylanddec05eba
2024-07-28fix modprobe installation pathdec05eba
2024-07-28Install modprobe gsr-nvidia.conf to workaround nvidia driver suspend bug ↵dec05eba
that breaks cuda (and gpu screen recorder)
2024-07-26Disable prime-run for now until the option to select a gpu device is addeddec05eba
2024-07-25nvidia x11: fix screen-direct-force not working because it was ignoreddec05eba
2024-07-23Fix capture on amd, Fix hdr capture causing crash when in replay modedec05eba
2024-07-22Fix pipewire capture on amd (fallback to no drm modifiers if eglCreateImage ↵dec05eba
fails), might happen because of a buggy desktop portal/pipewire implementation
2024-07-22Fix portal capture on intel, support multiple planes in one egl image (might ↵dec05eba
fix capture on intel iris)
2024-07-22Fix deskto portal capture on nvidia (add missing modifiers)dec05eba
2024-07-21Fix HDR capture (HDR metadata is now correct). Note that HDR capture is only ↵dec05eba
available on Wayland and when recording a monitor without the desktop portal option
2024-07-20Fix portal being displayed as not supporteddec05eba
2024-07-20More precise error on portaldec05eba
2024-07-19Show better error if desktop portal is borkeddec05eba
2024-07-19Disable pipewire on x11, stop pipewire recording when pressing end recording ↵dec05eba
in the desktop environments menu
2024-07-18Fix desktop portal capture (remove cap sys nice), clear portal capture ↵dec05eba
background on resize
2024-07-16Show error that desktop portal is in general not supported on x11dec05eba
2024-07-15Add support for desktop portal capture (-w portal) (experimental)dec05eba
2024-07-06Add cpu encoding option (-encoder cpu), vp8 and vp9. Refactor large portion ↵dec05eba
of code, may break things
2024-06-23Default to h264 video codec because amd driver is shit with padding and for ↵dec05eba
better compatibility with software
2024-06-22Add missing dependency: libxdamagedec05eba
2024-06-22Fix audio recording (channel layout) for ffmpeg 7dec05eba
2024-06-14Properly cut out cursor outside video area when dealing with hevc amd paddingdec05eba
2024-06-11Replace build system with mesondec05eba
2024-06-10Fix incorrect monitor matching for rotation on wayland gnome in some casesdec05eba
2024-06-10Re-enable intel arc fix (but only for intel systems)dec05eba
2024-06-10Revert intel arc fix, it broke recording on some amd systemsdec05eba
2024-06-10Workaround amd driver bug: hevc ffmpeg/mesa misaligned resolution causing ↵dec05eba
glitched video output on right/bottom side
2024-06-10Fix screen capture on intel arc gpu (on x11 and wayland)dec05eba
2024-06-08Correctly no audio delay if m3u8dec05eba