mpv/libmpdvdkit2
aurel 6dec8bd58d drop annoying debug messages from libdvdread
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15881 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-01 11:26:38 +00:00
..
.cvsignore *** empty log message *** 2002-09-01 16:57:06 +00:00
Makefile update libdvdread to v0.9.4 2005-06-30 22:48:26 +00:00
README update libdvdread to v0.9.4 2005-06-30 22:48:26 +00:00
bsdi_dvd.h Preserve $Id$ keyword from upstream on unmodified files. 2005-03-01 06:07:40 +00:00
bsdi_ioctl.c Mark modified files as such to comply more closely with GPL §2a. 2005-03-01 06:41:41 +00:00
bswap.h update libdvdread to v0.9.4 2005-06-30 22:48:26 +00:00
common.h Mark modified files as such to comply more closely with GPL §2a. 2005-03-01 06:41:41 +00:00
config.h update libdvdread to v0.9.4 2005-06-30 22:48:26 +00:00
css.c Mark modified files as such to comply more closely with GPL §2a. 2005-03-01 06:41:41 +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 mingw gcc 4.1 support patch by Gianluigi Tiesi <mplayer at netfarm.it> 2005-06-07 13:36:21 +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 update libdvdread to v0.9.4 2005-06-30 22:48:26 +00:00
dvd_input.h update libdvdread to v0.9.4 2005-06-30 22:48:26 +00:00
dvd_reader.c update libdvdread to v0.9.4 2005-06-30 22:48:26 +00:00
dvd_reader.h update libdvdread to v0.9.4 2005-06-30 22:48:26 +00:00
dvd_udf.c update libdvdread to v0.9.4 2005-06-30 22:48:26 +00:00
dvd_udf.h update libdvdread to v0.9.4 2005-06-30 22:48:26 +00:00
dvdcss.h Mark modified files as such to comply more closely with GPL §2a. 2005-03-01 06:41:41 +00:00
dvdread_internal.h drop annoying debug messages from libdvdread 2005-07-01 11:26:38 +00:00
error.c Mark modified files as such to comply more closely with GPL §2a. 2005-03-01 06:41:41 +00:00
ifo_print.c update libdvdread to v0.9.4 2005-06-30 22:48:26 +00:00
ifo_print.h update libdvdread to v0.9.4 2005-06-30 22:48:26 +00:00
ifo_read.c update libdvdread to v0.9.4 2005-06-30 22:48:26 +00:00
ifo_read.h update libdvdread to v0.9.4 2005-06-30 22:48:26 +00:00
ifo_types.h update libdvdread to v0.9.4 2005-06-30 22:48:26 +00:00
ioctl.c Mark modified files as such to comply more closely with GPL §2a. 2005-03-01 06:41:41 +00:00
ioctl.h mingw gcc 4.1 support patch by Gianluigi Tiesi <mplayer at netfarm.it> 2005-06-07 13:36:21 +00:00
libdvdcss.c Mark modified files as such to comply more closely with GPL §2a. 2005-03-01 06:41:41 +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
libdvdcss_changes.diff merge the mingw gcc 4.1 diff 2005-06-07 17:33:03 +00:00
libdvdread_changes.diff update mplayer specific libdvdread diff to match v0.9.4 2005-06-30 22:52:59 +00:00
md5.c add missing files from libdvdread 0.9.4 2005-07-01 06:28:03 +00:00
md5.h add missing files from libdvdread 0.9.4 2005-07-01 06:28:03 +00:00
nav_print.c update libdvdread to v0.9.4 2005-06-30 22:48:26 +00:00
nav_print.h update libdvdread to v0.9.4 2005-06-30 22:48:26 +00:00
nav_read.c update libdvdread to v0.9.4 2005-06-30 22:48:26 +00:00
nav_read.h update libdvdread to v0.9.4 2005-06-30 22:48:26 +00:00
nav_types.h update libdvdread to v0.9.4 2005-06-30 22:48:26 +00:00

README

MPlayer DVD-kit v2.3 :)
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.4 + static libdvdcss
- libdvdcss 1.2.8
- 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