Mercurial > mplayer.hg
changeset 16128:3aa52e1c869a
File list like in termor
author | alex |
---|---|
date | Thu, 28 Jul 2005 12:20:10 +0000 |
parents | e67c1d5b61ad |
children | 8424d5552b79 |
files | libmpdvdkit2/FILES |
diffstat | 1 files changed, 46 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libmpdvdkit2/FILES Thu Jul 28 12:20:10 2005 +0000 @@ -0,0 +1,46 @@ +On the origin of the files: +========================== + +The code is a mixture of libdvdread and libdvdcss. + +libdvdread 0.9.4: +---------------- +bswap.h +dvd_input.c +dvd_input.h +dvd_reader.c +dvd_reader.h +dvd_udf.c +dvd_udf.h +ifo_print.c +ifo_print.h +ifo_read.c +ifo_read.h +ifo_types.h +nav_print.c +nav_print.h +nav_read.c +nav_read.h +nav_types.h + +libdvdcss 1.2.8: +---------------- +bsdi_dvd.h +bsdi_ioctl.c +common.h +config.h +css.c +css.h +csstables.h +device.c +device.h +dvdcss.h +error.c +ioctl.c +ioctl.h +libdvdcss.c +libdvdcss.h + +Additional MPlayer-specific changes are contained in libdvdread_changes.diff +and libdvdcss_changes.diff. +This file should be updated with each modification of the code.