aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-10-02 07:40:14 +0200
committerdec05eba <dec05eba@protonmail.com>2022-10-02 07:45:16 +0200
commitbdd95325ce3b8b3f95316b206b3c4c210ef81c80 (patch)
treefedf3d44179a0b61def3b2522cd927c7aa64aa9c /TODO
parent24531105312edb362f8aa791698dc223c0c5a661 (diff)
Add mpv option
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 6 insertions, 1 deletions
diff --git a/TODO b/TODO
index e60dcdc..44a8ed1 100644
--- a/TODO
+++ b/TODO
@@ -1 +1,6 @@
-Use libmpv. Make stereo audio follow headset rotation in 180/360 mode (assume facing forward is the default audio mode).
+Use pointer/button motion event instead of XQueryPointer every frame.
+Use directional audio when using mpv.
+Optimize mpv rendering option. Causes stuttering for some reason while capturing a mpv window does not.
+Dynamically load mpv (with dlopen) when using the --video option instead of linking to it at compile time.
+Show mpv gui.
+Allow setting/changing video at runtime.