Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
buildlink2.mk files back into the main trunk.
|
|
Support for MacOS X/Darwin have been added.
Ported to use libdvdcss2 (1.2.0 and later).
Can now use libdvdcss to also decrypt files on a normal filsystem.
A bit more tolerant of incorrectly mastered DVDs.
Build robustness fixes from Mark Espie.
Added some Doxygen markup and comments.
Please note that you need to update libdvdcss to 1.2.0 if you are using it.
|
|
|
|
================
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.
libdvdread currently uses libdl to dynamically probe for libdvdcss at
runtime. If libdvdcss is found, then it will be used to decrypt the
encrypted sections of a DVD.
|