aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2023-09-29Remove unused cursor codedec05eba
2023-09-18egl es -> egldec05eba
2023-07-26High priority egl context if possible, use eglBindAPI(EGL_OPENGL_ES_API)dec05eba
2023-07-25Dont use jpeg color range (fixes too dark image on amd/intel in flatpak)dec05eba
2023-07-22Use correct offset for combined plane monitor capturedec05eba
2023-07-22AMD/Intel capture cursordec05eba
2023-07-21Fix window capturedec05eba
2023-07-21Fix capture not working on intel + waylanddec05eba
Ignore nouveau cards. Fix lag on start of recording on amd/intel by only loading egl once, on startup.
2023-07-21vfr on wayland (even on nvidia), add uninstall scriptdec05eba
2023-07-21Support wlroots screen capture, which doesn't require kms root access and ↵dec05eba
also captures cursor
2023-07-18Fix green screen sometimes when capturing amd/intel windowdec05eba
2023-07-18Experimental wayland support, test 1dec05eba
2023-05-17Fix all warningsdec05eba
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-16Find /dev/dri/card path that exists (the first one)dec05eba
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-15Move EGL define to egl.h from window texture .cdec05eba
2023-04-09Use /usr/bin/gsr-kms-server constant path for pkexecdec05eba
2023-04-09Move kms client and server to separate directoriesdec05eba
2023-04-07Implement kms vaapi capturedec05eba
2023-04-01Rename drm to vaapiSteam 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-26Remove unused codedec05eba
2023-03-21Copy vaapi structures to vaapi.h instead of depending on vaapi at compile timedec05eba
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-03-04Support opus flt and fltpdec05eba
2023-03-04Add opus/flac audio options (only supported my mp4/mkv)dec05eba
2023-02-16Add option to merge audio devices by separating audio inputs with | in one -adec05eba
2022-12-30Remove unused filedec05eba
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-11Use p4 preset on older gpus (kepler family) because of performancedec05eba
with p7
2022-10-11Tune quality again, remove vbrdec05eba
2022-10-06Update info about cudadec05eba
2022-10-04nvfbc patchdec05eba
2022-10-03Capture cursor in direct capture mode if supported by the driver (driver ↵dec05eba
version >= 515.57)
2022-10-02Allow giving audio inputs names by prefixing them with <name>/dec05eba
2022-09-30Give error when using an invalid audio input with pipewiredec05eba
2022-09-29Remove cuda.hdec05eba
2022-09-29Use better name for quality options to clearify that medium is actually very ↵dec05eba
high quality, because people dont understand that
2022-09-28Remove dependency on glew and glfw, move external files to external directorydec05eba
2022-09-26Load libcuda.so.1 if libcuda.so is missingdec05eba
2022-09-26Load cuda at runtime. Include cuda header files inside the projectdec05eba
2022-09-22Read audio data from pulseaudio as it's available and buffer it. Fixes audio ↵dec05eba
recording on pulseaudio (and some pipewire configs)