summaryrefslogtreecommitdiffstats
path: root/libdvdread-embedded/TODO
diff options
context:
space:
mode:
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