Mercurial > mplayer.hg
annotate libmpdvdkit2/FILES @ 20412:9d3701257b4e
Add md5.[ch] to the list of files.
author | diego |
---|---|
date | Tue, 24 Oct 2006 15:30:20 +0000 |
parents | e5d97c5f3c32 |
children |
rev | line source |
---|---|
16128 | 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 | |
20412 | 20 md5.c |
21 md5.h | |
16128 | 22 nav_print.c |
23 nav_print.h | |
24 nav_read.c | |
25 nav_read.h | |
26 nav_types.h | |
27 | |
16630 | 28 libdvdcss 1.2.9: |
16128 | 29 ---------------- |
30 bsdi_dvd.h | |
31 bsdi_ioctl.c | |
32 common.h | |
33 config.h | |
34 css.c | |
35 css.h | |
36 csstables.h | |
37 device.c | |
38 device.h | |
19820
e5d97c5f3c32
Move dvdcss.h to a dvdcss subdirectory, just like upstream libdvdcss does.
diego
parents:
16630
diff
changeset
|
39 dvdcss/dvdcss.h |
16128 | 40 error.c |
41 ioctl.c | |
42 ioctl.h | |
43 libdvdcss.c | |
44 libdvdcss.h | |
45 | |
46 Additional MPlayer-specific changes are contained in libdvdread_changes.diff | |
47 and libdvdcss_changes.diff. | |
48 This file should be updated with each modification of the code. |