File: TODO

package info (click to toggle)
libdvdnav 4.1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 1,144 kB
  • ctags: 1,781
  • sloc: ansic: 13,519; sh: 608; makefile: 312; cpp: 71
file content (12 lines) | stat: -rw-r--r-- 818 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
* 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 sequencial 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
* RELEASE! (maybe it's time for libdvdnav 0.5?)
* Replace the auto* build system with a custom and clean one based on ffmpeg's (partly done)