mpv/libmpdvdkit2
faust3 6219ca26e0 fix debug compilation on mingw
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10826 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-09-06 13:36:15 +00:00
..
.cvsignore *** empty log message *** 2002-09-01 16:57:06 +00:00
Makefile not needed 2003-01-18 01:18:23 +00:00
README sync with libdvdcss 1.2.5 (including u8->uint8_t and whitespace cosmetics...) 2003-02-08 00:22:39 +00:00
bsdi_dvd.h sync with libdvdcss 1.2.5 (including u8->uint8_t and whitespace cosmetics...) 2003-02-08 00:22:39 +00:00
bsdi_ioctl.c sync with libdvdcss 1.2.5 (including u8->uint8_t and whitespace cosmetics...) 2003-02-08 00:22:39 +00:00
bswap.h apply mplayer-specific patches 2002-08-16 22:50:22 +00:00
common.h __CYGWIN__->SYS_CYGWIN define moved to the right place 2003-08-30 13:38:15 +00:00
config.h HPUX DVD fix by Martin Gansser <MGansser@rand.de>, checked by Arpi. 2003-02-23 20:31:59 +00:00
css.c synced to libdvdcss 1.2.8 (except the DVDCSS_PATH guessing, we use our 2003-08-30 13:35:25 +00:00
css.h sync with libdvdcss 1.2.5 (including u8->uint8_t and whitespace cosmetics...) 2003-02-08 00:22:39 +00:00
csstables.h sync with libdvdcss 1.2.5 (including u8->uint8_t and whitespace cosmetics...) 2003-02-08 00:22:39 +00:00
device.c Ported from videolan CVS: 2003-07-19 17:28:17 +00:00
device.h sync with libdvdcss 1.2.5 (including u8->uint8_t and whitespace cosmetics...) 2003-02-08 00:22:39 +00:00
dvd_input.c apply mplayer-specific patches 2002-08-16 22:50:22 +00:00
dvd_input.h importing libdvdread 0.9.3 files 2002-08-16 22:37:48 +00:00
dvd_reader.c fix debug compilation on mingw 2003-09-06 13:36:15 +00:00
dvd_reader.h remove ssize_t mess 2003-05-30 17:38:51 +00:00
dvd_udf.c patch by Joey Parrish <joey@nicewarrior.org>: 2003-08-30 13:57:24 +00:00
dvd_udf.h importing libdvdread 0.9.3 files 2002-08-16 22:37:48 +00:00
dvdcss.h sync with libdvdcss 1.2.5 (including u8->uint8_t and whitespace cosmetics...) 2003-02-08 00:22:39 +00:00
error.c synced to libdvdcss 1.2.8 (except the DVDCSS_PATH guessing, we use our 2003-08-30 13:35:25 +00:00
ifo_print.c apply mplayer-specific patches 2002-08-16 22:50:22 +00:00
ifo_print.h apply mplayer-specific patches 2002-08-16 22:50:22 +00:00
ifo_read.c apply mplayer-specific patches 2002-08-16 22:50:22 +00:00
ifo_read.h apply mplayer-specific patches 2002-08-16 22:50:22 +00:00
ifo_types.h apply mplayer-specific patches 2002-08-16 22:50:22 +00:00
ioctl.c renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_LIBDIR 2003-06-09 12:15:48 +00:00
ioctl.h sync with libdvdcss 1.2.5 (including u8->uint8_t and whitespace cosmetics...) 2003-02-08 00:22:39 +00:00
libdvdcss.c __CYGWIN__->SYS_CYGWIN define moved to the right place 2003-08-30 13:38:15 +00:00
libdvdcss.h sync with libdvdcss 1.2.5 (including u8->uint8_t and whitespace cosmetics...) 2003-02-08 00:22:39 +00:00
nav_print.c apply mplayer-specific patches 2002-08-16 22:50:22 +00:00
nav_print.h apply mplayer-specific patches 2002-08-16 22:50:22 +00:00
nav_read.c 100l patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>) 2002-11-23 12:37:06 +00:00
nav_read.h apply mplayer-specific patches 2002-08-16 22:50:22 +00:00
nav_types.h apply mplayer-specific patches 2002-08-16 22:50:22 +00:00

README

MPlayer DVD-kit v2.2 :)
made by Pontscho & A'rpi for the MPlayer project

What the hell is this?
======================
Nothing special, just a collection of sources and patches and fixes:

- dvdread 0.9.3 + static libdvdcss (removed dlopen code)
- libdvdcss 1.2.5
- optimizations enabled, asserts disabled
everything packed together with _static_ linking to maximize performance.

Why?
====
Users keep complaining about the still not fixed assert() bug, the
buggy libdvdcss 1.0 or the slow key-cracking process...
So Pontscho decided to pack these together, fix bugs and make it
available for the MPlayer users.

Hey, I don't like this, this is not legal!
==========================================
It is GPL code, so it should be legal, anyway if you don't want it, just
delete this directory! MPlayer's ./configure will check if this directory
exists, so it is OK to delete it.

How to compile mpdvdkit as a shared library (lib*.so)?
======================================================
After running MPlayer's ./configure, change this line in config.mak:
DVDKIT_SHARED = no
to:
DVDKIT_SHARED = yes
and make; make install; ldconfig