Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-27 | Add vulkan video encoding option (-k h264_vulkan). WIP, not fully hardware ↵ | dec05eba | |
accelerated yet | |||
2024-09-26 | Move codec query from encoder to separate file | dec05eba | |
2024-09-26 | Name capture/encoder variable self | dec05eba | |
2024-09-06 | Explicit glFlush/glFinish before and after render operations to fix tearing ↵ | dec05eba | |
and stutter on amd | |||
2024-08-29 | Prepare for video codec query, cleanup readme, add libva-drm as dependency | dec05eba | |
2024-08-17 | Add hevc_10bit and av1_10bit options for 10bit color range, increase video ↵ | dec05eba | |
quality (qp) | |||
2024-07-05 | Add encoder option to systemd service file | dec05eba | |
2024-07-05 | Fix capture incorrect alignment with cpu encoding for some window sizes | dec05eba | |
2024-07-05 | Separate video encoding method from capture method | dec05eba | |
With this instead of kms_cuda/kms_vaapi/kms_software and xcomposite_cuda/xcomposite_vaapi/xcomposite_software there is now only kms and xcomposite. |