summaryrefslogtreecommitdiffstats
path: root/gst/modplug/gstmodplug.cc
AgeCommit message (Collapse)AuthorFilesLines
2002-12-30add metadata code cleanupJeremy Simon1-194/+454
Original commit message from CVS: add metadata code cleanup
2002-12-07remove infinite loop code cleanupJeremy Simon1-92/+93
Original commit message from CVS: remove infinite loop code cleanup
2002-11-17Use bytestream to get buffer from sinkpad ( gst-player should play mod file ↵Jeremy Simon1-55/+89
now ;) Original commit message from CVS: Use bytestream to get buffer from sinkpad ( gst-player should play mod file now ;) Move module types build from mikmod to modplug
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 Simon1-55/+136
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 Wingo1-1/+1
Original commit message from CVS: s/Gnome-Streamer/GStreamer/
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-28adding modplugJeremy Simon1-0/+552
Original commit message from CVS: adding modplug