gstreamer/gst/modplug/libmodplug
Benjamin Otte f3e0b84064 remove '__inline' stuff and take normal 'inline' instead
Original commit message from CVS:
remove '__inline' stuff and take normal 'inline' instead
2003-05-22 17:51:01 +00:00
..
changes.txt adding modplug 2002-02-28 21:10:42 +00:00
fastmix.cpp adding modplug 2002-02-28 21:10:42 +00:00
it_defs.h removal of //-style comments don't link plugins to core libs -- the versioning is done internally to the plugins with... 2002-03-19 04:10:06 +00:00
load_669.cpp adding modplug 2002-02-28 21:10:42 +00:00
load_amf.cpp adding modplug 2002-02-28 21:10:42 +00:00
load_ams.cpp adding modplug 2002-02-28 21:10:42 +00:00
load_dbm.cpp adding modplug 2002-02-28 21:10:42 +00:00
load_dmf.cpp adding modplug 2002-02-28 21:10:42 +00:00
load_dsm.cpp adding modplug 2002-02-28 21:10:42 +00:00
load_far.cpp adding modplug 2002-02-28 21:10:42 +00:00
load_it.cpp adding modplug 2002-02-28 21:10:42 +00:00
load_j2b.cpp adding modplug 2002-02-28 21:10:42 +00:00
load_mdl.cpp adding modplug 2002-02-28 21:10:42 +00:00
load_med.cpp adding modplug 2002-02-28 21:10:42 +00:00
load_mod.cpp adding modplug 2002-02-28 21:10:42 +00:00
load_mt2.cpp adding modplug 2002-02-28 21:10:42 +00:00
load_mtm.cpp adding modplug 2002-02-28 21:10:42 +00:00
load_okt.cpp adding modplug 2002-02-28 21:10:42 +00:00
load_psm.cpp adding modplug 2002-02-28 21:10:42 +00:00
load_ptm.cpp adding modplug 2002-02-28 21:10:42 +00:00
load_s3m.cpp adding modplug 2002-02-28 21:10:42 +00:00
load_stm.cpp adding modplug 2002-02-28 21:10:42 +00:00
load_ult.cpp adding modplug 2002-02-28 21:10:42 +00:00
load_umx.cpp adding modplug 2002-02-28 21:10:42 +00:00
load_wav.cpp adding modplug 2002-02-28 21:10:42 +00:00
load_xm.cpp adding modplug 2002-02-28 21:10:42 +00:00
Makefile.am Updated autogen.sh/configure.ac and various Makefiles to make the configure script set up all gcc specific compiler a... 2003-05-21 15:16:51 +00:00
mmcmp.cpp adding modplug 2002-02-28 21:10:42 +00:00
modplug.cpp adding modplug 2002-02-28 21:10:42 +00:00
modplug.h adding modplug 2002-02-28 21:10:42 +00:00
README adding modplug 2002-02-28 21:10:42 +00:00
snd_dsp.cpp adding modplug 2002-02-28 21:10:42 +00:00
snd_flt.cpp Forte is more picky about how the pow() and log() functions are called. 2003-05-22 16:51:37 +00:00
snd_fx.cpp adding modplug 2002-02-28 21:10:42 +00:00
sndfile.cpp Forte is more picky about how the pow() and log() functions are called. 2003-05-22 16:51:37 +00:00
sndfile.h remove '__inline' stuff and take normal 'inline' instead 2003-05-22 17:51:01 +00:00
sndmix.cpp adding modplug 2002-02-28 21:10:42 +00:00
stdafx.h removal of //-style comments don't link plugins to core libs -- the versioning is done internally to the plugins with... 2002-03-19 04:10:06 +00:00
tables.cpp adding modplug 2002-02-28 21:10:42 +00:00
tables.d adding modplug 2002-02-28 21:10:42 +00:00

libmodplug v0.7 - A library for decoding MOD-like music formats.
 Based on the ModPlug sound engine by Olivier Lapicque <olivierl@jps.net>
 Ported to Unix by Kenton Varda <temporal@gauge3d.org>
 Additional modifications by Markus Fick <marf@gmx.net> and
    Adam Goode <adam@evdebs.org>
 Placed in the public domain in October, 2001


All the documentation needed can be found in the comments in modplug.h.
This library should be perfectly accessible from C, although it is written
in C++.  Just #include <modplug.h> to use it, and link against
libmodplug.so.

This library has been known to compile fine in Windows using MinGW32 (A
GCC-based compiler).  Windows is not yet officially supported, however.
(With about half an hour of hacking, any decent programmer should be able
to convince WinAmp to play mods using this library. ;) )

I need a maintainer for this.  I have too many other projects I am working
on, and ModPlug has dropped low on the list.  If you would like to be the
new maintainer, please e-mail me at <temporal@gauge3d.org> and tell me why
you think you would be the right person for the job.  :)