dec05eba
af54684103
Fix screenshot with region not working correctly for some sizes and possibly crashing
2025-03-13 01:38:26 +01:00
dec05eba
92492db788
Add region capture with -w region -region WxH+X+Y
2025-03-13 00:18:28 +01:00
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
e869b55878
Revert hdr color fix. It looked better for fullscreen hdr games before
2025-02-13 01:05:37 +01:00
dec05eba
a3b9b89a7f
Attempt to fix incorrect hdr colors on kde plasma 6.2
2025-02-09 06:51:22 +01:00
dec05eba
86df5a580e
HDR: always set has_primaries and has_luminance, otherwise data will be missing from file
2025-02-08 22:43:33 +01:00
dec05eba
bae0fdd949
Mesa check version 24.3.6
2025-01-18 21:59:29 +01:00
dec05eba
59df69bf6a
amd: disable vaapi surface copy unless mesa 2.3.4 is used, which fixes a performance issue. Otherwise we get stutter in some games
2025-01-18 21:12:28 +01:00
dec05eba
5baa4b82e3
Fix possibility of monitor captured changing on wayland when monitors are reconfigured
2025-01-13 00:42:00 +01:00
dec05eba
621f253f00
Minor change
2025-01-03 17:14:30 +01:00
dec05eba
d138a1fe73
Add card path to --info, add card path and vendor to --list-capture-options if known to speed up the command
2024-12-08 02:52:58 +01:00
dec05eba
c259a19b9d
Refactor windowing from egl to window_x11/window_wayland, yolo
2024-12-08 02:17:41 +01:00
dec05eba
02673c4644
Fix portal capture on broken amd drivers: fallback to opengl copy instead of vaapi on known buggy mesa version
2024-11-21 00:25:56 +01:00
dec05eba
f1b4979365
Fix incorrect color format in x11 cursor (bgr instead of rgb)
2024-11-09 02:45:20 +01:00
dec05eba
e647d0c4bc
Revert x11 drm cursor switcharoo
2024-11-09 00:39:34 +01:00
dec05eba
76c565684f
Prefer drm cursor over x11 on x11, to fix correct position and size when x11 output is scaled
2024-11-08 23:57:59 +01:00
dec05eba
70fced3889
x11: fix correct monitor capture size when output is scaled
2024-11-08 20:52:08 +01:00
dec05eba
07ce374201
Fix cursor position when scaling output with multiple monitors on monitor capture on x11
2024-10-26 23:55:41 +02:00
dec05eba
112640282d
Add option to change output resolution (-s)
2024-10-26 20:58:00 +02:00
dec05eba
a03463082f
Revert "Debug output temp"
...
This reverts commit 86c57c85ac .
2024-10-24 15:26:47 +02:00
dec05eba
86c57c85ac
Debug output temp
2024-10-24 15:11:47 +02:00
dec05eba
adddca41d8
Fallback for vaapi copy to opengl copy
2024-09-21 22:10:36 +02:00
dec05eba
95e1971f8f
Fix first frame is black
2024-09-21 16:38:15 +02:00
dec05eba
eddb07ac40
Revert recent time framing and performance changes as it affects slower devices badly
2024-09-21 15:43:19 +02:00
dec05eba
aef223d844
Remove damage tracking for now, better frame timing (deal with time error accumulation)
2024-09-20 02:20:42 +02:00
dec05eba
41bd6cee63
Use async_depth option on vaapi for much better encoding performance
2024-09-18 11:15:10 +02:00
dec05eba
85d35bede2
Disable pure vaapi for intel because it doesn't work, will be fixed later if possible
2024-09-17 00:09:03 +02:00
dec05eba
09fa00d4a7
kms: allow capture higher than monitor framerate on wayland
2024-09-16 23:31:53 +02: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
4bcf976a71
Improve capture performance on amd/intel when using monitor capture: capture display frame using purely vaapi unless the monitor is rotated
2024-09-16 23:31:53 +02:00
dec05eba
714561987e
Properly damage if moving cursor
...
Only damage if cursor is inside the target area
2024-09-14 02:27:48 +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
954a41de9c
Explicit glFlush/glFinish before and after render operations to fix tearing and stutter on amd
2024-09-06 12:41:14 +02:00
dec05eba
1fca7080eb
comment
2024-08-19 19:22:05 +02:00
dec05eba
d52b775674
Fix kms capture crash on wayland if x11 is not available (always the case in the flatpak)
2024-08-18 17:59:09 +02:00
dec05eba
1e39dc6286
Refactor kms capture
2024-08-16 23:20:04 +02:00
dec05eba
da4925b23e
Allow capture of external monitors on a laptop with dedicated gpu (prime) on x11, fix cursor not visible on some wayland compositors (hyprland) with multiple monitors
2024-08-16 19:37:00 +02:00
dec05eba
0b9d232ce8
Fix crash, use opengl es instead of opengl desktop
2024-08-15 08:21:54 +02:00
dec05eba
8e3014aa97
Use external texture target for external texture
2024-08-15 08:12:44 +02:00
dec05eba
ffb8c6af3b
Allow prime-run capture on laptop with external gpu when the iGPU
...
doesn't have any monitor to capture.
Fix prime-run desktop portal capture broken (fallback to external
texture).
Fallback to external texture in kms capture.
2024-08-15 08:09:23 +02:00
dec05eba
a9b7618be7
Debug test again
2024-08-15 07:13:13 +02:00
dec05eba
c240cd111e
Debug output test
2024-08-15 06:40:11 +02:00
dec05eba
36951238be
Fix possible capture lag (especially with desktop portal capture)
2024-08-08 02:03:03 +02:00
dec05eba
7bee923938
Compressed plane now works, update readme and remove warning
2024-08-04 17:50:52 +02:00
dec05eba
b1d8346ed9
Move glClear and glx/eglSwapBuffers from capture backends to main
2024-07-26 10:55:24 +02:00
dec05eba
af4f9b805a
Fix variable shadow warnings
2024-07-25 13:58:10 +02:00
dec05eba
7d719a44c6
Fix hdr capture causing crash when in replay mode
2024-07-23 18:11:38 +02:00
dec05eba
e9343cce91
Fix pipewire capture on amd (fallback to no drm modifiers if eglCreateImage fails), might happen because of a buggy desktop portal/pipewire implementation
2024-07-22 17:20:09 +02:00
dec05eba
c257b8a909
Use modifiers in kms capture on amd too
2024-07-22 05:10:39 +02:00
dec05eba
b5b4d6b2bd
Fix portal capture on intel, support multiple planes in one egl image (might fix capture on intel iris)
2024-07-22 04:58:41 +02:00