Blame TODO

Packit 015a35
* Support DVDs with errors on them. So we can recover from corrupt sectors in
Packit 015a35
  the .VOB. Be able to read the VAT ICB at the last sector of the UDF disk (see
Packit 015a35
  function UDFGetAVDP)
Packit 015a35
* Support Random and Shuffle Titles. Only sequential Titles are currently supported.
Packit 015a35
* rework documentation
Packit 015a35
* implement restriction levels:
Packit 015a35
   0 - execute everything as the app commands
Packit 015a35
   1 - do some sensible sanity checking
Packit 015a35
   2 - be more careful, when operations are prohibited (like not seeking/jumping in the presence of stills or cell commands)
Packit 015a35
   3 - fully respect user prohibitions
Packit 015a35
* cleanup public API and fix libtool versioning
Packit 015a35
* Update decoder.c with some of the more rare commands. Update already done to vmcmd.c