2001-10-14 11:24:50 -04:00
|
|
|
libdvdread provides a simple foundation for reading DVD-Video images.
|
|
|
|
It offers DVD applications:
|
|
|
|
|
|
|
|
1. A simple abstraction for reading the files on a DVD image
|
|
|
|
(dvd_reader.h).
|
|
|
|
2. A simple library for parsing the information (IFO) files
|
|
|
|
(ifo_read.h/ifo_types.h).
|
|
|
|
3. A simple library for parsing the navigation (NAV) packets
|
|
|
|
(nav_read.h/nav_types.h).
|
|
|
|
|
|
|
|
This allows application designers to access some of the more advanced
|
|
|
|
features of the DVD format.
|
|
|
|
|
2005-05-14 05:37:07 -04:00
|
|
|
libdvdread currently uses libdl to dynamically probe for libdvd at
|
|
|
|
runtime. If libdvd is found, then it will be used to decrypt the
|
2001-10-14 11:24:50 -04:00
|
|
|
encrypted sections of a DVD.
|