mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
cbc867455f
Original commit message from CVS: * gst/festival/gstfestival.c: Guard unistd.h with HAVE_UNISTD_H * gst/modplug/libmodplug/load_it.cpp: * gst/modplug/libmodplug/sndfile.cpp: * gst/modplug/libmodplug/sndfile.h: * gst/modplug/libmodplug/stdafx.h: Support for compiling with MSVC: use _MSC_VER for detecting MSVC instead of MSC_VER. Make CanPackSamples take the type it's passed. Change scope of a variable in load_it.cpp to MSVC's scoping rules. * gst/sdp/gstsdpdemux.c: Guard unistd.h with HAVE_UNISTD_H Fixes #544457. |
||
---|---|---|
.. | ||
changes.txt | ||
fastmix.cpp | ||
it_defs.h | ||
load_669.cpp | ||
load_amf.cpp | ||
load_ams.cpp | ||
load_dbm.cpp | ||
load_dmf.cpp | ||
load_dsm.cpp | ||
load_far.cpp | ||
load_it.cpp | ||
load_j2b.cpp | ||
load_mdl.cpp | ||
load_med.cpp | ||
load_mod.cpp | ||
load_mt2.cpp | ||
load_mtm.cpp | ||
load_okt.cpp | ||
load_psm.cpp | ||
load_ptm.cpp | ||
load_s3m.cpp | ||
load_stm.cpp | ||
load_ult.cpp | ||
load_umx.cpp | ||
load_wav.cpp | ||
load_xm.cpp | ||
Makefile.am | ||
mmcmp.cpp | ||
modplug.cpp | ||
modplug.h | ||
README | ||
snd_dsp.cpp | ||
snd_flt.cpp | ||
snd_fx.cpp | ||
sndfile.cpp | ||
sndfile.h | ||
sndmix.cpp | ||
stdafx.h | ||
tables.cpp | ||
tables.d |
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. :)