summaryrefslogtreecommitdiffstats
path: root/libdvdnav-embedded/TODO
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 18:07:22 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 18:07:22 +0000
commitc04dcc2e7d834218ef2d4194331e383402495ae1 (patch)
tree7333e38d10d75386e60f336b80c2443c1166031d /libdvdnav-embedded/TODO
parentInitial commit. (diff)
downloadkodi-c04dcc2e7d834218ef2d4194331e383402495ae1.tar.xz
kodi-c04dcc2e7d834218ef2d4194331e383402495ae1.zip
Adding upstream version 2:20.4+dfsg.upstream/2%20.4+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'libdvdnav-embedded/TODO')
-rw-r--r--libdvdnav-embedded/TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/libdvdnav-embedded/TODO b/libdvdnav-embedded/TODO
new file mode 100644
index 0000000..7a49645
--- /dev/null
+++ b/libdvdnav-embedded/TODO
@@ -0,0 +1,8 @@
+* Support DVDs with errors on them. So we can recover from corrupt sectors in the .VOB. Also, handle corrupt .IFO files by using the backup .BUP files.
+* Support Random and Shuffle Titles. Only sequential Titles are currently supported.
+* implement restriction levels:
+ 0 - execute everything as the app commands
+ 1 - do some sensible sanity checking
+ 2 - be more careful, when operations are prohibited (like not seeking/jumping in the presence of stills or cell commands)
+ 3 - fully respect user prohibitions
+* Update decoder.c with some of the more rare commands. Update already done to vmcmd.c