summaryrefslogtreecommitdiff
path: root/misc/libdvdread
AgeCommit message (Collapse)AuthorFilesLines
2003-02-26Update to 0.9.4. Changes:wiz4-10/+10
Environment variable DVDREAD_NOKEYS can be used to turn off reading all key. Only export the functions in the public interface. New functions DVDDiscID, DVDUDFVolumeInfo and DVDISOVolumeInfo. Can optionally link with libdvdcss instead of trying to dlopen it. Several data structures now have more fields that where unknown earlier. Compilable with Sun's Forte compiler. Remove all asserts, now just print an error message and continues. Use swap functions in FreeBSD 5. Add types, read and print functions for VTS_TMAPT (Time map table). Add Multichannel Extension, correct PLT_MAIT (Parental Management) info. More Doxygen markup and comments. Fix a seg fault and key issue for access to DVDs as a collection of files. Build fixes.
2002-10-05Unused.wiz1-34/+0
2002-09-24Complete standardization of messages according to latest pkglint.wiz1-3/+3
2002-08-26Use buildlink2.jlam1-1/+2
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam6-5/+24
buildlink2.mk files back into the main trunk.
2002-05-27Update to 0.9.3:veego6-34/+17
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.
2002-01-21Add buildlink.mk file for use by other packages,zuntum1-0/+34
fixes pkg/15318 by David Sainty <dave@dtsp.co.nz>
2002-01-21fix format string. Fixes recently noted build problem on alpha.dmcmahill2-1/+26
2001-12-12Fix url of home page.enami1-2/+2
2001-12-10libdvdread 0.9.2veego4-0/+35
================ 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.