aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-05-25 14:56:06 +0200
committerdec05eba <dec05eba@protonmail.com>2025-05-25 19:07:59 +0200
commit637d6ebfd616b517876dfe681676f564a4d68154 (patch)
tree1fa057b4e906fcaa2e36aab907d023ab179edce7 /TODO
parent5a94122b8f4788a920663fd74710d888865ec810 (diff)
Match gsr monitor name with wayland monitor name. Thanks info@leocodes5.5.4
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index 2f0c73f..915f56e 100644
--- a/TODO
+++ b/TODO
@@ -285,3 +285,7 @@ Maybe disable qp/vbr for replay. In that case we can preallocate all replay data
That could improve performance/disk write optimization and maybe even reduce ram usage because of less blocks/fragmentation.
When rpc is added add the option to add/remove audio devices/app audio and also overlays (from new capture sources).
+
+Support hdr screenshot.
+
+Recreate opengl context on loss. This can happen if there is a gpu driver bug, causing context to need to be recreated. This is a nice improvement to not break recording even with buggy driver.