Mercurial > mplayer.hg
view libmpdvdkit2/README @ 13395:07708ec98d87
New MD5 sum video output driver. For every frame, it calculates the MD5 sum
and writes a list of those sums to an, optionally specified, output file.
It does not rely on external programs to be installed. The MD5 sum code is
borrowed from the uCIFS library, written by Christopher R. Hertel in 2004
and released under the LGPL license.
Note: This driver is not yet activated and will not be compiled and linked
to libvo. A separate patch will take care of that. This is just for adding
the files to the repository.
author | ivo |
---|---|
date | Mon, 20 Sep 2004 01:01:08 +0000 |
parents | f0f0f176d298 |
children | 483e955893b8 |
line wrap: on
line source
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