aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Collapse)Author
2024-08-17Add hevc_10bit and av1_10bit options for 10bit color range, increase video ↵dec05eba
quality (qp)
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-15Disable prime-run + portal for nowdec05eba
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-08Add -portal-session-token-filepath option to specify where desktop portal ↵dec05eba
session token is saved/restore
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-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-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-22Update readmedec05eba
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-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-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-15Include virtual capture target in portal capturedec05eba
2024-07-15Show info why screencast session is not restore if -restore-portal-session ↵dec05eba
yes is not used
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-06Add vp8 and vp9 to --list-supported-video-codecsdec05eba
2024-07-06Add support for vp8 and vp9 (experimental)dec05eba
2024-07-05Update error messagedec05eba
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
2024-06-23Minor reorderdec05eba
2024-06-23Default to h264 video codec because amd driver is shit with padding and for ↵dec05eba
better compatibility with software
2024-06-22Fix audio recording (channel layout) for ffmpeg 7dec05eba
2024-06-21fm content: make sure to capture frame on damage and then no damage after ↵dec05eba
fps frame timeout
2024-06-21Error if -fm content is used on wayland or not window capturedec05eba