summaryrefslogtreecommitdiffstats
path: root/libdvdread-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 /libdvdread-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 'libdvdread-embedded/TODO')
-rw-r--r--libdvdread-embedded/TODO12
1 files changed, 12 insertions, 0 deletions
diff --git a/libdvdread-embedded/TODO b/libdvdread-embedded/TODO
new file mode 100644
index 0000000..6f624ae
--- /dev/null
+++ b/libdvdread-embedded/TODO
@@ -0,0 +1,12 @@
+* Support DVDs with errors on them. So we can recover from corrupt sectors in
+ the .VOB. Be able to read the VAT ICB at the last sector of the UDF disk (see
+ function UDFGetAVDP)
+* Support Random and Shuffle Titles. Only sequential Titles are currently supported.
+* rework documentation
+* 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
+* cleanup public API and fix libtool versioning
+* Update decoder.c with some of the more rare commands. Update already done to vmcmd.c