dec05eba
|
000da7d640
|
Make image output lossy (use stb image writer), also significantly improves performance for jpeg
|
2025-02-22 01:05:29 +01:00 |
|
dec05eba
|
f1b4979365
|
Fix incorrect color format in x11 cursor (bgr instead of rgb)
|
2024-11-09 02:45:20 +01:00 |
|
dec05eba
|
25b7b4e84e
|
Pure vaapi capture (for capture target) and opengl composition for cursor only when capturing window and portal as well, clear background on resize for monitor capture
|
2024-09-16 23:31:53 +02:00 |
|
dec05eba
|
8acb346382
|
Set update fps to video fps, on x11 sync video to damage tracking
|
2024-09-14 01:15:01 +02:00 |
|
dec05eba
|
7d719a44c6
|
Fix hdr capture causing crash when in replay mode
|
2024-07-23 18:11:38 +02:00 |
|
dec05eba
|
f9a41041ec
|
Fix HDR capture (HDR metadata is now correct). Note that HDR capture is only available on Wayland and when recording a monitor without the desktop portal option
|
2024-07-21 19:12:06 +02:00 |
|
dec05eba
|
b9fa7f2fa2
|
Separate video encoding method from capture method
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-07-05 10:33:47 +02:00 |
|
dec05eba
|
62d61fda12
|
Add support for software video encoding with '-encoder cpu' option, currently h264 only
|
2024-07-04 01:35:03 +02:00 |
|
dec05eba
|
f02f5a9d00
|
Re-enable intel arc fix (but only for intel systems)
|
2024-06-10 16:55:47 +02:00 |
|
dec05eba
|
e4832f3d64
|
Revert "Fix screen capture on intel arc gpu (on x11 and wayland)"
This reverts commit f8453bcaa4.
|
2024-06-10 16:44:04 +02:00 |
|
dec05eba
|
f8453bcaa4
|
Fix screen capture on intel arc gpu (on x11 and wayland)
|
2024-06-09 23:35:48 +02:00 |
|
dec05eba
|
c6e718a905
|
Use vaapi header fourcc instead of define
|
2024-06-09 19:30:51 +02:00 |
|
dec05eba
|
f90b274720
|
Cleanup, clear bg on init
|
2024-05-03 19:38:36 +02:00 |
|
dec05eba
|
b19f88d769
|
Fix missing color range set in color conversion for nvidia window capture
|
2024-03-21 15:11:13 +01:00 |
|
dec05eba
|
f3c32a880a
|
Fix cursor capture in nvidia wayland, hdr, clear background immediately in window capture
|
2024-03-10 20:59:17 +01:00 |
|
dec05eba
|
45ad3695b6
|
Refactor capture base
|
2024-03-09 18:54:53 +01:00 |
|
dec05eba
|
5e05bbbbcb
|
Refactor xcomposite
Move common code between cuda/vaapi implementations
into xcomposite file.
This also fixes limited/full range colors on nvidia.
|
2024-03-09 15:36:45 +01:00 |
|
dec05eba
|
0d89378021
|
Use opengl capture for nvfbc (prepare for vulkan capture without cuda)
|
2024-03-08 11:35:26 +01:00 |
|
dec05eba
|
d0c221a233
|
Refactor kms_vaapi and kms_cuda
Also fixes color metadata, color range and hdr on nvidia wayland.
|
2024-03-08 11:34:36 +01:00 |
|
dec05eba
|
51154b71be
|
Fix vram leak for reals
|
2023-10-22 04:56:34 +02:00 |
|
dec05eba
|
a7e0dbd833
|
Refactor xcomposite into abstract capture api
Refactor c++ files into c files, more usable
|
2022-10-16 04:15:09 +02:00 |
|
dec05eba
|
93d46b9767
|
Refactor nvfbc into abstract capture api
|
2022-10-14 01:22:43 +02:00 |
|