aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-07-19 22:00:28 +0200
committerdec05eba <dec05eba@protonmail.com>2024-07-19 22:00:28 +0200
commit739fab83ba60087eb598a0fc8732c1bc7669b839 (patch)
tree0f227dc4b3db8afd440c55bde31d42e3d9442192 /TODO
parente2d1aa22034fd46c2c0eba047a9fdf3bb1ebacaf (diff)
Update todo and minor usage info
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
index 70b8939..0b3d700 100644
--- a/TODO
+++ b/TODO
@@ -56,9 +56,6 @@ On nvidia some games apparently causes the game to appear to stutter (without dr
Support "screen" (all monitors) capture on wayland. This should be done by getting all drm fds and multiple EGL_DMA_BUF_PLANEX_FD_EXT to create one egl image with all fds combined.
-Support pipewire screen capture?
-CPU usage is pretty high on AMD/Intel/(Nvidia(wayland)), why? opening and closing fds, creating egl, cuda association, is slow when done every frame. Test if desktop portal screencast has better performance.
-
Capture is broken on amd on wlroots. It's disabled at the moment and instead uses kms capture. Find out why we get a black screen in wlroots.
Support vulkan video encoding. That might workaround forced p2 state nvidia driver "bug". Ffmpeg supports vulkan video encoding if it's encoding with --enable-vulkan