aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-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-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-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
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-21Add missing includedec05eba
2024-07-20Fix portal being displayed as not supporteddec05eba
2024-07-20exit code 60 if portal capture was canceled by the userdec05eba
2024-07-20Return status code from dbus instead of true/falsedec05eba
2024-07-19Nicer error damn portaldec05eba
2024-07-19Fail with exit status 50 if portal setup failsdec05eba
2024-07-19Stop recording when pipewire target window is closed or when pressing close ↵dec05eba
in the desktop environments record button
2024-07-19Update todo and minor usage infodec05eba
2024-07-18Disable desktop portal capture option on x11 since it doesn't seem to be ↵dec05eba
hardware accelerated
2024-07-18dbus: remove duplicate codedec05eba
2024-07-17Portal: make resizing not glitched, clear background on resize, proper ↵dec05eba
handling of multithreaded plane fd
2024-07-17vendor instead of gpudec05eba
2024-07-17Better info outputdec05eba
2024-07-17Include system info (x11 vs wayland) in --info outputdec05eba
2024-07-17Replace --list-supported-video-codecs and --list-supported-capture-options ↵dec05eba
commands with --info
2024-07-17Add --list-supported-capture-options option, for use by gpu screen recorder gtkdec05eba
2024-07-16Pipewire: allow capturing at higher fps than 60dec05eba
2024-07-15Include virtual capture target in portal capturedec05eba
2024-07-15Show warning when capture monitor on intel and the plane is compressed. The ↵dec05eba
warning tells the user to capture on x11 instead or use -w portal option
2024-07-15Show info why screencast session is not restore if -restore-portal-session ↵dec05eba
yes is not used
2024-07-15Add nicer error message when no screencast desktop portal is runningdec05eba
2024-07-15Add support for desktop portal capture (-w portal)dec05eba
2024-07-06Only use global quality parameter for amd/intel hardware encodingdec05eba
2024-07-06Set global quality for h264 and hevc againdec05eba
2024-07-06Remove even more old conditionsdec05eba
2024-07-06Remove old conditiondec05eba
2024-07-06Minor nvfbcdec05eba
2024-07-06Add vp8 and vp9 to --list-supported-video-codecsdec05eba
2024-07-06Add support for vp8 and vp9 (experimental)dec05eba
2024-07-05Add encoder option to systemd service filedec05eba
2024-07-05Update error messagedec05eba
2024-07-05Use GL_TEXTURE_EXTERNAL_OES for cursor texture on kms nvidiadec05eba
2024-07-05Nicer window focus transition for padding handlingdec05eba
2024-07-05Fix capture incorrect alignment with cpu encoding for some window sizesdec05eba
2024-07-05Separate video encoding method from capture methoddec05eba
With this instead of kms_cuda/kms_vaapi/kms_software and xcomposite_cuda/xcomposite_vaapi/xcomposite_software there is now only kms and xcomposite.
2024-07-04Add support for software video encoding with '-encoder cpu' option, ↵dec05eba
currently h264 only
2024-06-28ammenddec05eba
2024-06-28Use low latency mode if output is being piped (/dev/stdout as output), do ↵dec05eba
not do audio delay compensation if output is being piped