comparison libmpdvdkit2/FILES @ 16128:3aa52e1c869a

File list like in termor
author alex
date Thu, 28 Jul 2005 12:20:10 +0000
parents
children 954cdf2171f6
comparison
equal deleted inserted replaced
16127:e67c1d5b61ad 16128:3aa52e1c869a
1 On the origin of the files:
2 ==========================
3
4 The code is a mixture of libdvdread and libdvdcss.
5
6 libdvdread 0.9.4:
7 ----------------
8 bswap.h
9 dvd_input.c
10 dvd_input.h
11 dvd_reader.c
12 dvd_reader.h
13 dvd_udf.c
14 dvd_udf.h
15 ifo_print.c
16 ifo_print.h
17 ifo_read.c
18 ifo_read.h
19 ifo_types.h
20 nav_print.c
21 nav_print.h
22 nav_read.c
23 nav_read.h
24 nav_types.h
25
26 libdvdcss 1.2.8:
27 ----------------
28 bsdi_dvd.h
29 bsdi_ioctl.c
30 common.h
31 config.h
32 css.c
33 css.h
34 csstables.h
35 device.c
36 device.h
37 dvdcss.h
38 error.c
39 ioctl.c
40 ioctl.h
41 libdvdcss.c
42 libdvdcss.h
43
44 Additional MPlayer-specific changes are contained in libdvdread_changes.diff
45 and libdvdcss_changes.diff.
46 This file should be updated with each modification of the code.