Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2024-06-21 | fm content: make sure to capture frame on damage and then no damage after ↵ | dec05eba | |
fps frame timeout | |||
2024-06-21 | Add -fm 'content' option to match fps to captured content, only x11 window ↵ | dec05eba | |
capture currently supported | |||
2024-06-14 | Properly cut out cursor outside video area when dealing with hevc amd padding | dec05eba | |
2024-03-11 | Add -cursor option to not record cursor | dec05eba | |
2024-03-09 | Refactor capture base | dec05eba | |
2024-03-09 | Draw cursor in window capture | dec05eba | |
2024-03-09 | Refactor xcomposite | dec05eba | |
Move common code between cuda/vaapi implementations into xcomposite file. This also fixes limited/full range colors on nvidia. | |||
2022-11-30 | wip intel | dec05eba | |
2022-10-16 | Refactor xcomposite into abstract capture api | dec05eba | |
Refactor c++ files into c files, more usable |