summaryrefslogtreecommitdiffstats
path: root/gst/modplug/libmodplug
AgeCommit message (Collapse)AuthorFilesLines
2006-12-14gst/modplug/libmodplug/sndfile.cpp: Fix potential buffer overflow ↵Tim-Philipp Müller1-1/+1
(CVE-2006-4192) (#385788). Original commit message from CVS: * gst/modplug/libmodplug/sndfile.cpp: Fix potential buffer overflow (CVE-2006-4192) (#385788).
2006-06-20gst/modplug/libmodplug/stdafx.h: Fix modplug on AMD64. Fixes #345336.Wim Taymans1-4/+13
Original commit message from CVS: * gst/modplug/libmodplug/stdafx.h: Fix modplug on AMD64. Fixes #345336.
2006-03-22gst/modplug/libmodplug/: Try that again (not only should it be MODPLUG_ ↵Tim-Philipp Müller2-1/+3
instead of MODFILE, also that define is alrea... Original commit message from CVS: * gst/modplug/libmodplug/Makefile.am: * gst/modplug/libmodplug/load_it.cpp: Try that again (not only should it be MODPLUG_ instead of MODFILE, also that define is already set in stdafx.h; what we really need is some more #ifndefs).
2006-03-22gst/modplug/libmodplug/Makefile.am: More gcc-4.1 fixes (we don't need file ↵Tim-Philipp Müller1-1/+1
saving, so just define MODPLUG_NO_FILESAVE... Original commit message from CVS: * gst/modplug/libmodplug/Makefile.am: More gcc-4.1 fixes (we don't need file saving, so just define MODPLUG_NO_FILESAVE. That way, the compiler won't complain about modplug ignoring the return value of fwrite any longer and we might even save a few bytes as well).
2006-03-21gst/modplug/libmodplug/load_ptm.cpp: Fix compilation with gcc-4.1 and ↵Tim-Philipp Müller1-4/+9
-Werror (#327355). Original commit message from CVS: * gst/modplug/libmodplug/load_ptm.cpp: Fix compilation with gcc-4.1 and -Werror (#327355).
2006-03-10Original commit message from CVS:Tim-Philipp Müller2-2/+5
* configure.ac: * gst/modplug/Makefile.am: * gst/modplug/gstmodplug.cc: * gst/modplug/gstmodplug.h: * gst/modplug/libmodplug/sndfile.cpp: * gst/modplug/libmodplug/sndfile.h: modplug plugin ported to 0.10 (#332598, patch by: Jonathan Matthew <jonathan at kaolin wh9 net>).
2005-12-06expand tabsThomas Vander Stichele4-842/+842
Original commit message from CVS: expand tabs
2004-03-15*.h: Revert indentingJohan Dahlin4-730/+627
Original commit message from CVS: * *.h: Revert indenting
2004-03-14gst-indentThomas Vander Stichele4-627/+730
Original commit message from CVS: gst-indent
2003-11-07Remove all config.h includes from header files, add it to each source file ↵Ronald S. Bultje33-4/+138
and remove duplicate config.h includes fro... Original commit message from CVS: Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes from several source files
2003-09-11Remove all locally-defined optimization flagsDavid Schleef1-1/+1
Original commit message from CVS: Remove all locally-defined optimization flags
2003-05-22remove '__inline' stuff and take normal 'inline' insteadBenjamin Otte1-6/+2
Original commit message from CVS: remove '__inline' stuff and take normal 'inline' instead
2003-05-22Forte is more picky about how the pow() and log() functions are called.Brian Cameron2-3/+3
Original commit message from CVS: Forte is more picky about how the pow() and log() functions are called.
2003-05-22Corrected modplug and monkeyaudio to build with non-gcc compilers.Brian Cameron1-1/+5
Original commit message from CVS: Corrected modplug and monkeyaudio to build with non-gcc compilers.
2003-05-21Updated autogen.sh/configure.ac and various Makefiles to make the configure ↵Brian Cameron1-1/+1
script set up all gcc specific compiler a... Original commit message from CVS: Updated autogen.sh/configure.ac and various Makefiles to make the configure script set up all gcc specific compiler arguments, rather than hardcoding them in the Makefile.am files
2002-11-28this dir is kicking my ass all over the placeThomas Vander Stichele1-1/+0
Original commit message from CVS: this dir is kicking my ass all over the place
2002-10-06adding libstdc++Thomas Vander Stichele1-0/+1
Original commit message from CVS: adding libstdc++
2002-03-19removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo3-163/+163
versioning is done internally to the plugins with... Original commit message from CVS: * removal of //-style comments * don't link plugins to core libs -- the versioning is done internally to the plugins with the plugin_info struct, and symbol resolution is lazy, so we can always know if a plugin can be loaded by the plugin_info data. in theory.
2002-03-03let's not install the libmodplug helper libraryAndy Wingo1-3/+3
Original commit message from CVS: let's not install the libmodplug helper library
2002-02-28adding modplugJeremy Simon40-0/+21145
Original commit message from CVS: adding modplug