summaryrefslogtreecommitdiffstats
path: root/gst/modplug
AgeCommit message (Collapse)AuthorFilesLines
2003-09-11Remove all locally-defined optimization flagsDavid Schleef1-1/+1
Original commit message from CVS: Remove all locally-defined optimization flags
2003-08-10Remove redundant plugindir definitionDavid Schleef1-2/+0
Original commit message from CVS: Remove redundant plugindir definition
2003-07-24Add buffer length checks to every typefinding functionDavid Schleef1-0/+3
Original commit message from CVS: Add buffer length checks to every typefinding function
2003-07-06New mimetypes gone into effect today - this commit changes all old mimetypes ↵Ronald S. Bultje1-174/+93
over to the new mimetypes spec as descri... Original commit message from CVS: New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as described in the previous commit's document. Note: some plugins will break, some pipelines will break, expect HEAD to be broken or at least not 100% working for a few days, but don't forget to report bugs
2003-06-27some state change fixesThomas Vander Stichele2-2/+15
Original commit message from CVS: some state change fixes
2003-06-01Make these compile with both solaris as well as lunix-based stuffiesRonald S. Bultje1-1/+2
Original commit message from CVS: Make these compile with both solaris as well as lunix-based stuffies
2003-05-31CPPFLAGS -> CXXFLAGSJeremy Simon1-1/+1
Original commit message from CVS: CPPFLAGS -> CXXFLAGS
2003-05-24UNITS -> DEFAULTWim Taymans1-5/+1
Original commit message from CVS: UNITS -> DEFAULT
2003-05-22fix Makefiles for C++ libraries. They should now work with Forte. This needs ↵Benjamin Otte1-15/+2
a new libtool, update autogen.sh to refl... Original commit message from CVS: fix Makefiles for C++ libraries. They should now work with Forte. This needs a new libtool, update autogen.sh to reflect this.
2003-05-22remove '__inline' stuff and take normal 'inline' insteadBenjamin Otte1-6/+2
Original commit message from CVS: remove '__inline' stuff and take normal 'inline' instead
2003-05-22Forte is more picky about how the pow() and log() functions are called.Brian Cameron2-3/+3
Original commit message from CVS: Forte is more picky about how the pow() and log() functions are called.
2003-05-22Corrected modplug and monkeyaudio to build with non-gcc compilers.Brian Cameron2-4/+7
Original commit message from CVS: Corrected modplug and monkeyaudio to build with non-gcc compilers.
2003-05-21Updated autogen.sh/configure.ac and various Makefiles to make the configure ↵Brian Cameron1-1/+1
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
2003-01-30make 8bit modplug use the right caps. 8bit sounds really crappy thoBenjamin Otte1-3/+19
Original commit message from CVS: make 8bit modplug use the right caps. 8bit sounds really crappy tho
2003-01-20fix stupid mistake on seek eventJeremy Simon1-0/+1
Original commit message from CVS: fix stupid mistake on seek event
2003-01-20- Fix bytestream flushWim Taymans1-3/+8
Original commit message from CVS: - Fix bytestream flush - Add workaround for spider bug
2003-01-20handle bytestream eventJeremy Simon2-11/+47
Original commit message from CVS: handle bytestream event
2003-01-19apply apoc's patch, it makes mod play and be seekable in gst-player, but ↵Christian Schaller2-67/+59
gst-player hangs on EOF with mod Original commit message from CVS: apply apoc's patch, it makes mod play and be seekable in gst-player, but gst-player hangs on EOF with mod
2003-01-12somewhat fix modplugWim Taymans2-86/+16
Original commit message from CVS: somewhat fix modplug
2003-01-10my candidate for silliest hack of the yearThomas Vander Stichele1-0/+10
Original commit message from CVS: my candidate for silliest hack of the year
2002-12-30Fix plugins for new query APIWim Taymans1-12/+16
Original commit message from CVS: Fix plugins for new query API
2002-12-30Remove modplug_types.cJeremy Simon1-221/+0
Original commit message from CVS: Remove modplug_types.c
2002-12-30add metadata code cleanupJeremy Simon3-198/+465
Original commit message from CVS: add metadata code cleanup
2002-12-13hardlink stdc++ until someone explains us The One True WayThomas Vander Stichele1-1/+2
Original commit message from CVS: hardlink stdc++ until someone explains us The One True Way
2002-12-08parallel install fixesThomas Vander Stichele1-1/+1
Original commit message from CVS: parallel install fixes
2002-12-07remove infinite loop code cleanupJeremy Simon2-92/+94
Original commit message from CVS: remove infinite loop code cleanup
2002-11-28this dir is kicking my ass all over the placeThomas Vander Stichele3-3/+223
Original commit message from CVS: this dir is kicking my ass all over the place
2002-11-23Remove modplug_types.cJeremy Simon1-220/+0
Original commit message from CVS: Remove modplug_types.c
2002-11-23Thanks Ken !Jeremy Simon2-1/+222
Original commit message from CVS: Patch from Ken MacLeod (Bug #98797), Thanks Ken !
2002-11-18I'm sure this is the worst way to deal with this but I can't be arsed to ↵Thomas Vander Stichele1-0/+1
look it up in the big black book Original commit message from CVS: I'm sure this is the worst way to deal with this but I can't be arsed to look it up in the big black book
2002-11-17Use bytestream to get buffer from sinkpad ( gst-player should play mod file ↵Jeremy Simon5-58/+361
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-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