aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2023-05-17Cleanup readme how to use sectiondec05eba
2023-04-22kms_vaapi: add cursor capture for amd/intel monitor capturedec05eba
Always find largest drm buf, to fix some cases when there are multiple planes and we accidentally capture a drm buf that isn't the target buf. We always want the full SCREEN drm buf.
2023-04-21Add code to copy cursor image to opengl texture and update on event update ↵dec05eba
(not used yet)
2023-04-21mdec05eba
2023-04-21FAQ: amd/intel h264/hevc issue because of patentdec05eba
2023-04-18Temporary issue description for VFR videodec05eba
2023-04-15Fix AMD single monitor rotated display being rotated in recordingdec05eba
If there is only one monitor connected and it's rotated then the drm buf will also be rotated. This only the case with AMD and only when using one monitor! To fix this, we perform color conversion with an opengl shader which allows us to also rotate the texture. VAAPI supports rotation but it's not implemented by AMD at least. Performance seems to be the same as when using VAAPI, even when GPU usage is 100%.
2023-04-15Remove mention of PRIME, not needed anymoredec05eba
2023-04-12mmdec05eba
2023-04-11Add crypto donation addresses, for the many that have asked to donatedec05eba
2023-04-11nvidia primedec05eba
2023-04-11readmedec05eba
2023-04-11Temporary disable monitor recording on amd/inteldec05eba
2023-04-08Improve doc (wayland not supported)dec05eba
2023-04-08Remove ubuntu specific install scriptsdec05eba
2023-04-07Implement kms vaapi capturedec05eba
2023-04-01Add install script for amd/intel for ubuntuSteam Deck User
2023-04-01Use vaapi to do rgb->yuv420p color conversionSteam Deck User
Enable window capture for amd/intel. Properly check if h264/hevc is supported on amd/intel before using codec.
2023-03-31Install coolbits if using nvidia, add preserve video memory install scriptdec05eba
2023-03-27Better usage formattingdec05eba
2023-03-26Remove yuv444 for nowdec05eba
2023-03-26Smaller dependency list for ubuntu, full dependency list for readmedec05eba
2023-03-24Do not automatically install coolbits because if used on amd/intel then xorg ↵dec05eba
wont boot
2023-03-21Add more missing dependencies for install_ubuntu.shdec05eba
2023-03-17Update readmedec05eba
2023-03-17Add overclocking option -oc to workaround a NVIDIA driver bug (forcefully ↵dec05eba
set to p2 state when using cuda)
2023-03-17vaapi wipSteam Deck User
2023-02-27Add replay scriptsdec05eba
2023-02-23Add info about monitor recordingdec05eba
2023-02-16Add option to merge audio devices by separating audio inputs with | in one -adec05eba
2023-01-20Update readmedec05eba
2023-01-07Add info about audio names to readme filedec05eba
2023-01-01Remove mention of nvlax, not neededdec05eba
2022-12-20Better audio/video sync, disable broken screen-direct again (nvidia driver bug)dec05eba
2022-12-20Amd and Intel kinda suckdec05eba
2022-12-20Attempt to reduce stuttering of videodec05eba
2022-12-20follow focuseddec05eba
2022-11-30wip inteldec05eba
2022-10-16Refactor xcomposite into abstract capture apidec05eba
Refactor c++ files into c files, more usable
2022-10-14Refactor nvfbc into abstract capture apidec05eba
2022-10-13Add info about PRIMEdec05eba
2022-10-12Old ubuntu infodec05eba
2022-10-06Update info about cudadec05eba
2022-10-05picom infodec05eba
2022-10-04mdec05eba
2022-10-04Temporary disable screen-direct recording as it causes stuttering (nvfbc bug?)dec05eba
2022-10-03Capture cursor in direct capture mode if supported by the driver (driver ↵dec05eba
version >= 515.57)
2022-10-03Add info about flatpak package, default to h264 (unless resolution is ↵dec05eba
greater than 3840x2160) and add -k option to set codec
2022-10-02Sacrifice seek speed for reduced file sizedec05eba
2022-10-02Add install script for non ubuntu / (arch) distrosdec05eba