diff options
Diffstat (limited to 'libdvdnav-embedded/TODO')
-rw-r--r-- | libdvdnav-embedded/TODO | 8 |
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 |