summaryrefslogtreecommitdiffstats
path: root/ext/mikmod
Commit message (Collapse)AuthorAgeFilesLines
* - unref events and poolsWim Taymans2002-07-081-1/+1
| | | | | | Original commit message from CVS: - unref events and pools - use _merge in mikmod instead of _append
* Add timestamp, mikmod work nowJeremy Simon2002-06-223-11/+17
| | | | | | Original commit message from CVS: Add timestamp, mikmod work now Put mikmod to secondary rank ( modplug first )
* rearranging element treeThomas Vander Stichele2002-06-081-1/+1
| | | | | Original commit message from CVS: rearranging element tree
* add ranks only for plugins who participate in autoplugging. If you have a ↵Steve Baker2002-05-311-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.
* GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory ↵Andy Wingo2002-04-111-22/+22
| | | | | | | | | | | and typefind. Original commit message from CVS: GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind. also, some -Werror fixes.
* fixed warnings in /ext added mikmod_types.h to get it doneBenjamin Otte2002-04-064-3/+52
| | | | | | Original commit message from CVS: fixed warnings in /ext added mikmod_types.h to get it done
* Changed to the new props APIWim Taymans2002-03-301-10/+13
| | | | | | Original commit message from CVS: Changed to the new props API Other small tuff.
* filter newlines out of GST_DEBUG statements to reflect new core behavior ↵Andy Wingo2002-03-241-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
* s/Gnome-Streamer/GStreamer/Andy Wingo2002-03-203-3/+3
| | | | | Original commit message from CVS: s/Gnome-Streamer/GStreamer/
* removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo2002-03-193-5/+5
| | | | | | | | | 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.
* s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables ↵Andy Wingo2002-03-191-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
* bugfix: make typefinding of .xm workBenjamin Otte2002-02-071-1/+1
| | | | | Original commit message from CVS: bugfix: make typefinding of .xm work
* Pointless cleanupWim Taymans2002-02-021-2/+2
| | | | | Original commit message from CVS: Pointless cleanup
* - plugins are built without versioning infoWrobell2002-01-181-0/+1
| | | | | Original commit message from CVS: - plugins are built without versioning info
* Bring the plugins in sync with the new core capsnego system.Wim Taymans2002-01-131-61/+26
| | | | | | Original commit message from CVS: Bring the plugins in sync with the new core capsnego system. Added some features, enhancements...
* s/filter/plugin/ link plugins to GST_LIBS rearrange rules to a common formatDavid I. Lehn2002-01-121-3/+2
| | | | | | | Original commit message from CVS: * s/filter/plugin/ * link plugins to GST_LIBS * rearrange rules to a common format
* Fixed some pluginsWim Taymans2001-12-283-23/+3
| | | | | Original commit message from CVS: Fixed some plugins
* Added EOS, add yield to avoid infinite loopWim Taymans2001-12-241-3/+9
| | | | | Original commit message from CVS: Added EOS, add yield to avoid infinite loop
* Fixed some leftover fixesWim Taymans2001-12-231-3/+2
| | | | | Original commit message from CVS: Fixed some leftover fixes
* more fixesThomas Vander Stichele2001-12-231-1/+1
| | | | | Original commit message from CVS: more fixes
* adding mikmodThomas Vander Stichele2001-12-237-0/+1295
Original commit message from CVS: adding mikmod