summaryrefslogtreecommitdiffstats
path: root/gst/modplug
AgeCommit message (Collapse)AuthorFilesLines
2002-10-06adding libstdc++Thomas Vander Stichele2-1/+2
Original commit message from CVS: adding libstdc++
2002-09-18plugins part of license field patchChristian Schaller1-0/+2
Original commit message from CVS: plugins part of license field patch
2002-07-08- use _merge instead of _appendWim Taymans1-3/+13
Original commit message from CVS: - use _merge instead of _append - fix events in modplug
2002-06-11Fix seeking in modplug. It appears the seek really happened after getting ↵Wim Taymans1-16/+34
the next samples. Original commit message from CVS: Fix seeking in modplug. It appears the seek really happened after getting the next samples.
2002-06-09add seek event, first shot ;)Jeremy Simon2-55/+138
Original commit message from CVS: add seek event, first shot ;)
2002-06-04modplug should work (no seek events for now)Jeremy Simon1-6/+8
Original commit message from CVS: modplug should work (no seek events for now)
2002-06-02Make elements nanoseconds awareWim Taymans1-1/+1
Original commit message from CVS: Make elements nanoseconds aware
2002-05-31add ranks only for plugins who participate in autoplugging. If you have a ↵Steve Baker1-0/+1
file that used to autoplug but doesn't any... Original commit message from CVS: add ranks only for plugins who participate in autoplugging. If you have a file that used to autoplug but doesn't anymore, then let me know or add a rank to the missing element.
2002-04-20a hack to work around intltool's brokenness a current check for mpeg2dec ↵Andy Wingo1-1/+1
details->klass reorganizations an element br... Original commit message from CVS: * a hack to work around intltool's brokenness * a current check for mpeg2dec * details->klass reorganizations * an element browser that uses details->klass * separated cdxa parse out from the avi directory
2002-04-11GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory ↵Andy Wingo1-7/+7
and typefind. Original commit message from CVS: GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind. also, some -Werror fixes.
2002-03-24filter newlines out of GST_DEBUG statements to reflect new core behavior ↵Andy Wingo1-1/+1
fixes to adder's caps, again Original commit message from CVS: * filter newlines out of GST_DEBUG statements to reflect new core behavior * fixes to adder's caps, again
2002-03-20s/Gnome-Streamer/GStreamer/Andy Wingo2-2/+2
Original commit message from CVS: s/Gnome-Streamer/GStreamer/
2002-03-19removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo4-164/+164
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-03-03let's not install the libmodplug helper libraryAndy Wingo2-5/+5
Original commit message from CVS: let's not install the libmodplug helper library
2002-03-01adding TIMESTAMP to buffer ( work with goom now ;) adding AUTHORS code cleanupJeremy Simon1-10/+25
Original commit message from CVS: adding TIMESTAMP to buffer ( work with goom now ;) adding AUTHORS code cleanup
2002-02-28remove EXTRA_DISTJeremy Simon1-1/+0
Original commit message from CVS: remove EXTRA_DIST
2002-02-28adding modplugJeremy Simon43-0/+21797
Original commit message from CVS: adding modplug