Age | Commit message (Collapse) | Author | Files | Lines |
|
Original commit message from CVS:
FORTIFY fixes
|
|
Original commit message from CVS:
Let's try that again (put virtual deconstructor into the public section)
|
|
Original commit message from CVS:
* ext/directfb/directfbvideosink.c:
(gst_directfbvideosink_sink_link):
* ext/libcaca/gstcacasink.c: (gst_cacasink_sinkconnect):
* gst/modplug/libmodplug/sndfile.cpp:
* gst/modplug/libmodplug/sndfile.h:
Another batch of gcc-4.0 fixes (#304180).
|
|
Original commit message from CVS:
* *.h: Revert indenting
|
|
Original commit message from CVS:
gst-indent
|
|
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
|
|
Original commit message from CVS:
Remove all locally-defined optimization flags
|
|
Original commit message from CVS:
remove '__inline' stuff and take normal 'inline' instead
|
|
Original commit message from CVS:
Forte is more picky about how the pow() and log() functions are called.
|
|
Original commit message from CVS:
Corrected modplug and monkeyaudio to build with non-gcc compilers.
|
|
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
|
|
Original commit message from CVS:
this dir is kicking my ass all over the place
|
|
Original commit message from CVS:
adding libstdc++
|
|
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.
|
|
Original commit message from CVS:
let's not install the libmodplug helper library
|
|
Original commit message from CVS:
adding modplug
|