Index of /banned/DVDSynth

      Name                           Last modified       Size  Description

[DIR] Parent Directory 22-Feb-2023 14:05 - [DIR] testbed/ 16-Jun-2002 05:33 - [DIR] include/ 16-Jun-2002 04:11 - [DIR] dvdsynth95/ 16-Jun-2002 04:11 - [DIR] dvdsynth2k/ 16-Jun-2002 04:11 - [   ] dvdsynth.dsw 16-Jun-2002 06:49 5k [ZIP] dvdsynth-prerelease-source.zip 21-Sep-2002 13:23 217k [DIR] dvdproxy95/ 16-Jun-2002 04:11 - [DIR] dvdproxy2k/ 16-Jun-2002 04:11 - [TEXT] README.txt 16-Jun-2002 07:09 2k [DIR] MirrorDrive95/ 16-Jun-2002 04:11 - [DIR] MirrorDrive2k/ 16-Jun-2002 04:11 - [Makefile] Makefile 16-Jun-2002 06:49 3k [DIR] LogScsi/ 16-Jun-2002 04:11 - [DIR] Filters/ 16-Jun-2002 04:11 - [DIR] DVDUnrestrict/ 16-Jun-2002 04:11 - [DIR] DVDSubber/ 16-Jun-2002 04:11 - [TEXT] COPYING.txt 26-Jan-2000 19:58 18k

This is a preliminary release of the DVDSynth source code (that part of it
which works, anyway). I make no claims of cleanliness, functionality, etc.

All DVDSynth components should build with VC++ 6.0. Most components also
build with MinGW, except for dvdproxy.mpd, dvdproxy.sys, and
MirrorDrive95.kll (and those only because I haven't ported them yet). Be
careful about this last, because if you build MirrorDrive95.dll without
MirrorDrive95.kll and try to run the result, you will probably get a nasty
crash. The MinGW Makefile is kinda broken; in particular it doesn't know
anything about the header files.

You will also need NASM (a free assembler) to build the one ASM file
that's currently in the distribution. You should not need the Windows DDK
or any Windows header files beyond what come with VC++ and MinGW.

There is a lot of code duplication in components which have separate "2k"
and "95" versions. Eventually I will merge them and use conditional
compilation.

The VC++ projects put executable files into ./testbed (debug build) or
./testbed-release (release build). The MinGW Makefile uses ./testbed.

Email comments and questions to benrg@roundelay.net.

Standard legalese:

    All DVDSynth source code is Copyright 2002 Ben Rudiak-Gould.

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA,
    or visit <http://www.gnu.org/copyleft/gpl.html>.