aboutsummaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Collapse)Author
6 hoursFix missing files from meson builddec05eba
6 hoursSeparate video encoding method from capture methoddec05eba
With this instead of kms_cuda/kms_vaapi/kms_software and xcomposite_cuda/xcomposite_vaapi/xcomposite_software there is now only kms and xcomposite.
39 hoursAdd support for software video encoding with '-encoder cpu' option, ↵dec05eba
currently h264 only
14 daysAdd -fm 'content' option to match fps to captured content, only x11 window ↵dec05eba
capture currently supported
2024-06-11Make setcap for install optionaldec05eba
2024-06-11Keep install script behavior the same as before, dont use it if you want ↵dec05eba
normal meson behavior
2024-06-11Migrate to Meson build systemA person