summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/resample
AgeCommit message (Collapse)AuthorFilesLines
2002-12-11merge back from release branchThomas Vander Stichele1-3/+3
Original commit message from CVS: merge back from release branch
2002-12-08parallel install fixesThomas Vander Stichele1-4/+4
Original commit message from CVS: parallel install fixes
2002-09-15Add config.h, since we use HAVE_CPU_PPCDavid Schleef1-0/+1
Original commit message from CVS: Add config.h, since we use HAVE_CPU_PPC
2002-06-29Fix buffer allocation problem.David Schleef1-1/+2
Original commit message from CVS: Fix buffer allocation problem.
2002-06-22header relocationThomas Vander Stichele1-1/+1
Original commit message from CVS: header relocation
2002-05-29add float support to resampling lib clean up header fileAndy Wingo6-113/+567
Original commit message from CVS: * add float support to resampling lib * clean up header file
2002-03-24added plugin_desc structures to libs, which makes their locations cached in ↵Andy Wingo1-0/+15
the registry. this speeds plugin loading ... Original commit message from CVS: * added plugin_desc structures to libs, which makes their locations cached in the registry. this speeds plugin loading considerably, especially on uninstalled versions. * put the lib path before all others, for speed reasons. * some fixes to adder's caps. * added linefeeds (\n) to GST_DEBUG strings to match GST_INFO behavior. this is more sane. all code will need to be converted. i think some perl can do this.
2002-03-19removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo5-69/+69
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-19s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables ↵Andy Wingo1-1/+1
variables are defined as make variables automagi... Original commit message from CVS: s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables variables are defined as make variables automagically, and this gives the user the freedom to say make GST_PLUGIN_LDFLAGS=-myflag
2002-01-31- plugins are built without versioning infoWrobell1-0/+1
Original commit message from CVS: - plugins are built without versioning info
2001-12-23dvdread added more fixes for libs stuffThomas Vander Stichele1-2/+2
Original commit message from CVS: dvdread added more fixes for libs stuff
2001-12-23made changes everywhere to accomodate for the headers being in ↵Thomas Vander Stichele1-5/+5
<gst/(lib)/...> we'll need to conclude this fast becau... Original commit message from CVS: made changes everywhere to accomodate for the headers being in <gst/(lib)/...> we'll need to conclude this fast because we will also need to change stuff in core real soon for the libs in order to fix everything and I can't do it right now because I disabled all of the plugins here ;)
2001-12-23adding resample libThomas Vander Stichele7-0/+1641
Original commit message from CVS: adding resample lib