aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-08-17Add hevc_10bit and av1_10bit options for 10bit color range, increase video ↵dec05eba
quality (qp)
2024-08-16Refactor kms capturedec05eba
2024-08-16Update versiondec05eba
2024-08-16Remove unused includedec05eba
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-15Create example start recording scriptdec05eba
2024-08-15Fix software encoding option not workingdec05eba
2024-08-15Disable prime-run + portal for nowdec05eba
2024-08-15HACK: portal: copy external image to internal image before render. Dont stop ↵dec05eba
screencast when paused as that stops recording when window is resized
2024-08-15minordec05eba
2024-08-15Fix crash, use opengl es instead of opengl desktopdec05eba
2024-08-15Use external texture target for external texturedec05eba
2024-08-15Allow prime-run capture on laptop with external gpu when the iGPUdec05eba
doesn't have any monitor to capture. Fix prime-run desktop portal capture broken (fallback to external texture). Fallback to external texture in kms capture.
2024-08-15Debug test againdec05eba
2024-08-15Debug output testdec05eba
2024-08-10Make libglx optional (alpine doesn't have it)dec05eba
2024-08-09mdec05eba
2024-08-09Clearify that it works on amd, intel and nvidiadec05eba
2024-08-08/sbin/setcap -> /usr/sbin/setcapdec05eba
2024-08-08Version 4.1.0dec05eba
2024-08-08Fix possible capture lag (especially with desktop portal capture)dec05eba
2024-08-08Add -portal-session-token-filepath option to specify where desktop portal ↵dec05eba
session token is saved/restore
2024-08-04Compressed plane now works, update readme and remove warningdec05eba
2024-08-04Enable prime-run on waylanddec05eba
2024-08-03Output h264_software in --info output if availabledec05eba
2024-08-03Fix build for older ffmpeg (hdr metadata)dec05eba
2024-08-02Variable shadow fixdec05eba
2024-08-02Allow using 'default_output' / 'default_input' as audio devices (-a option), ↵dec05eba
add --list-audio-devices option
2024-08-01Only show hdr codecs in info output if waylanddec05eba
2024-07-28Install systemd service file by default, fix modprobe installation pathdec05eba
2024-07-28Install modprobe gsr-nvidia.conf on installdec05eba
2024-07-28readmedec05eba
2024-07-26Disable prime-run for now until the option to select a gpu device is addeddec05eba
2024-07-26Info: error if invalid drm carddec05eba
2024-07-26Move glClear and glx/eglSwapBuffers from capture backends to maindec05eba
2024-07-25Fix variable shadow warningsdec05eba
2024-07-25nvidia x11: fix screen-direct-force not working because it was ignoreddec05eba
2024-07-24Show warning when amd driver adds black bars, set frame resolution after ↵dec05eba
changing video codec context resolution
2024-07-23Fix hdr capture causing crash when in replay modedec05eba
2024-07-23Fix kms capture getting stuck if more than 1 fd per planedec05eba
2024-07-23Output warning that -mf is deprecateddec05eba
2024-07-23Rename argument -mf to -df (keep -mf for backwards compatibility)dec05eba
2024-07-23Output hdr options in --info as welldec05eba
2024-07-23Remove old script, in start-replay script dont start if gpu screen recorder ↵dec05eba
is already running
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-22mdec05eba
2024-07-22Update readmedec05eba
2024-07-22Use modifiers in kms capture on amd toodec05eba
2024-07-22Fix portal capture on intel, support multiple planes in one egl image (might ↵dec05eba
fix capture on intel iris)
2024-07-22Portal: move modifier query to initdec05eba