Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-22 | Fix vram leak for reals | dec05eba | |
2023-08-11 | Cleanup debug output | dec05eba | |
2023-07-21 | Fix window capture | dec05eba | |
2023-07-21 | Fix capture not working on intel + wayland | dec05eba | |
Ignore nouveau cards. Fix lag on start of recording on amd/intel by only loading egl once, on startup. | |||
2023-07-18 | Fix green screen sometimes when capturing amd/intel window | dec05eba | |
2023-07-18 | Experimental wayland support, test 1 | dec05eba | |
2023-05-17 | Fix all warnings | dec05eba | |
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-22 | Fix focused window follow failing on vaapi for the first window. Also dont ↵ | dec05eba | |
error on fail to focus window | |||
2023-04-21 | Use x11 event loop with XPending instead of XCheckTypedWindowEvent | dec05eba | |
2023-04-07 | Implement kms vaapi capture | dec05eba | |
2023-04-01 | Cleanup xcomposite_drm | Steam Deck User | |
2023-04-01 | Use vaapi to do rgb->yuv420p color conversion | Steam Deck User | |
Enable window capture for amd/intel. Properly check if h264/hevc is supported on amd/intel before using codec. | |||
2023-03-31 | Make sure region size for focused window is divisable by 2 | dec05eba | |
2023-03-26 | Remove yuv444 for now | dec05eba | |
2023-03-26 | Move video encoding to separate thread, remove pixel_format that doesn't do ↵ | dec05eba | |
anything and was bugged | |||
2023-03-26 | Add pixfmt yuv420p/yuv444p option to set lossless color | dec05eba | |
2023-03-26 | Remove unused code | dec05eba | |
2023-03-17 | Add overclocking option -oc to workaround a NVIDIA driver bug (forcefully ↵ | dec05eba | |
set to p2 state when using cuda) | |||
2023-02-19 | Fix follow focused for the first window and when switching from/to invalid ↵ | dec05eba | |
window | |||
2023-01-18 | Fix crash on error: dont do av_buffer_unref on frame contex because ↵ | dec05eba | |
device_ctx frees it as well | |||
2022-12-20 | follow focused | dec05eba | |
2022-11-30 | wip intel | dec05eba | |