Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-10 | FAQ: glitched video | dec05eba | |
2024-02-10 | Add screen rotation support (tested on amd/intel) | dec05eba | |
screen rotation in wayland is best effort, wayland doesn't give the necessary information to make it robust. | |||
2024-02-06 | Add support for hdr capture on amd/intel | dec05eba | |
Nvidia support will be added in the future. Note that hdr metadata is missing from the output file as amd and intel both have bugged drivers that dont add hdr metadata to the output file. Need to find a workaround for this (patching the video bitstream?). Add -cr limited|full, to set color range | |||
2024-01-02 | Create directory to output file if not exists | dec05eba | |
2023-12-23 | Small changes who cares | dec05eba | |
2023-11-30 | flatpak: run gsr kms server on host if the file has root capacity | dec05eba | |
2023-11-30 | Workaround mesa (amd and intel driver issue): use hevc when mkv is used ↵ | dec05eba | |
since mesa doesn't support global headers for h264 | |||
2023-11-27 | test | dec05eba | |
2023-11-18 | Remove old todo | dec05eba | |
2023-11-17 | Make amd/intel nvidia/wayland capture display match x11 connector name, ↵ | dec05eba | |
allow screen capture on amd/intel nvidia/wayland (select the first output for now) | |||
2023-11-12 | kms client/server: replace unix domain socket file with socketpair after ↵ | dec05eba | |
connecting (fixes issue of .gsr-kms-socket files remaining in $HOME) | |||
2023-11-11 | Add experimental av1 support (only tested on amd) | dec05eba | |
2023-10-31 | Revert "Try re-enabling use of modified in linux dma buf ext egl create image" | dec05eba | |
This reverts commit 97a345f08f910df375f5e9579876efd06674b802. | |||
2023-10-31 | Revert temp modifier test | dec05eba | |
2023-10-31 | Try re-enabling use of modified in linux dma buf ext egl create image | dec05eba | |
2023-10-21 | Update TODO | dec05eba | |
2023-10-15 | Install systemd service in install script, skip empty audio device | dec05eba | |
Stop systemd service with SIGINT | |||
2023-09-07 | wip | dec05eba | |
2023-08-18 | README password prompt | dec05eba | |
2023-08-15 | Change nvenc preset to p5 to workaround new nvidia driver bug | dec05eba | |
2023-08-09 | Test fix recent regression in ffmpeg that increases cpu usage | dec05eba | |
2023-08-09 | Update TODO with camera | dec05eba | |
2023-07-28 | Remove TODO items, improve readme replay service section | dec05eba | |
2023-07-26 | High priority egl context if possible, use eglBindAPI(EGL_OPENGL_ES_API) | dec05eba | |
2023-07-25 | Dont use jpeg color range (fixes too dark image on amd/intel in flatpak) | dec05eba | |
2023-07-22 | Fix cursor offset in kms grab (amd/intel), disable wlroots capture until its ↵ | dec05eba | |
fixed | |||
2023-07-22 | Temp disable cursor fix | dec05eba | |
2023-07-22 | AMD/Intel capture cursor | dec05eba | |
2023-07-21 | TODO | dec05eba | |
2023-07-21 | vfr on wayland (even on nvidia), add uninstall script | dec05eba | |
2023-07-21 | Support wlroots screen capture, which doesn't require kms root access and ↵ | dec05eba | |
also captures cursor | |||
2023-07-18 | More kms vaapi allow to work without xwayland | dec05eba | |
2023-07-18 | todo | dec05eba | |
2023-07-18 | Fix wayland capture on amd/intel | dec05eba | |
2023-07-18 | Experimental wayland support, test 1 | dec05eba | |
2023-06-20 | Do not automatically install coolbits | dec05eba | |
2023-06-07 | Mention that only h264/hevc is supported at the moment | dec05eba | |
2023-05-29 | Update readme about flatpak | dec05eba | |
2023-05-17 | Readd opus todo | dec05eba | |
2023-05-17 | Fix all warnings | dec05eba | |
2023-05-12 | kms_vaapi: fix regression, screen rotation not working when capturing screen | dec05eba | |
2023-05-12 | kms_vaapi: support multiple drm planes (fixes capture on some multi monitor ↵ | dec05eba | |
systems) | |||
2023-04-27 | manjaro ***** | dec05eba | |
2023-04-27 | Temporary disable opus/flac because it breaks multiple audio, fix possible ↵ | dec05eba | |
audio/video desync on nvidia | |||
2023-04-22 | kms_vaapi: add cursor capture for amd/intel monitor capture | dec05eba | |
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-18 | Show shorter form of help on argument error | dec05eba | |
2023-04-15 | Remove extra swapBuffer in kms capture | dec05eba | |
2023-04-15 | Apply rotation fix for intel as well (for kms capture) | dec05eba | |
2023-04-15 | Fix AMD single monitor rotated display being rotated in recording | dec05eba | |
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-11 | Temporary disable monitor recording on amd/intel | dec05eba | |