Mercurial > mplayer.hg
annotate libmpdvdkit2/FILES @ 20016:091983e8b1eb
Sync with FFmpeg r6543.
author | diego |
---|---|
date | Tue, 03 Oct 2006 18:28:37 +0000 |
parents | e5d97c5f3c32 |
children | 9d3701257b4e |
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 | |
20 nav_print.c | |
21 nav_print.h | |
22 nav_read.c | |
23 nav_read.h | |
24 nav_types.h | |
25 | |
16630 | 26 libdvdcss 1.2.9: |
16128 | 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 | |
19820
e5d97c5f3c32
Move dvdcss.h to a dvdcss subdirectory, just like upstream libdvdcss does.
diego
parents:
16630
diff
changeset
|
37 dvdcss/dvdcss.h |
16128 | 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. |