summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2002-02-28adding modplugJeremy Simon44-1/+21800
Original commit message from CVS: adding modplug
2002-02-21use gst-debuginfo.m4 macro so plugins are actually compiled with debug info ↵Thomas Vander Stichele1-2/+4
some more debug output for lame Original commit message from CVS: * use gst-debuginfo.m4 macro so plugins are actually compiled with debug info * some more debug output for lame
2002-02-21Uhm, if I'll be fixing errors like this all over just because I'm enabling ↵Thomas Vander Stichele2-2/+2
plugin debug output for the first time, I'... Original commit message from CVS: Uhm, if I'll be fixing errors like this all over just because I'm enabling plugin debug output for the first time, I'm in for a world of hurt over the next few hours...
2002-02-19Fix the spec after the au plugin changed nameChristian Schaller1-1/+1
Original commit message from CVS: Fix the spec after the au plugin changed name
2002-02-19putting it backThomas Vander Stichele2-2/+5
Original commit message from CVS: putting it back
2002-02-19changes to spider: add padtemplates so the connect functions can connect two ↵Andy Wingo1-4/+7
request-pad elements add a hack in gstel... Original commit message from CVS: * changes to spider: * add padtemplates so the connect functions can connect two request-pad elements * add a hack in gstelement.c. please look at this, Company, and see how we can get around this * add backwards caps-propagation support in identity, int2float, float2int, adder, speed, volume
2002-02-18... and as long as there's no Makefile.am in testsuite/autoplug this will ↵Thomas Vander Stichele1-2/+2
not work very well either. Original commit message from CVS: ... and as long as there's no Makefile.am in testsuite/autoplug this will not work very well either.
2002-02-17capsnego fixes in adder, speed, and identityAndy Wingo1-31/+23
Original commit message from CVS: capsnego fixes in adder, speed, and identity
2002-02-16--enable-plugin-builddir means nothing to the plugins themselves, just the toolsAndy Wingo1-1/+0
Original commit message from CVS: --enable-plugin-builddir means nothing to the plugins themselves, just the tools
2002-02-16add 'toolsdir' to the pc files add our first plugin test, which involves ↵Andy Wingo2-3/+11
simply running gst-compprep, which in the co... Original commit message from CVS: * add 'toolsdir' to the pc files * add our first plugin test, which involves simply running gst-compprep, which in the course of creating the completion registry instantiates every plugin. gst-register is run first.
2002-02-16a hackish fix to link arts to the proper libsAndy Wingo1-1/+1
Original commit message from CVS: a hackish fix to link arts to the proper libs
2002-02-16quiet a warning from autoconfAndy Wingo2-4/+5
Original commit message from CVS: quiet a warning from autoconf
2002-02-13Get rid of the gst_element_info() and replace it with g_message()Ronald S. Bultje1-2/+1
Original commit message from CVS: Get rid of the gst_element_info() and replace it with g_message()
2002-02-13how did this ever work ?Thomas Vander Stichele1-2/+2
Original commit message from CVS: how did this ever work ?
2002-02-12fix stupid gst-register mistakes make all plugins require gstreamer-plugins ↵Thomas Vander Stichele1-88/+88
make only gstreamer-plugins require gstre... Original commit message from CVS: * fix stupid gst-register mistakes * make all plugins require gstreamer-plugins * make only gstreamer-plugins require gstreamer
2002-02-12it's all about the versioning babyThomas Vander Stichele2-1/+1
Original commit message from CVS: it's all about the versioning baby
2002-02-12some more fixes base rpm is now called gstreamer-plugins as it should beThomas Vander Stichele1-4/+5
Original commit message from CVS: * some more fixes * base rpm is now called gstreamer-plugins as it should be
2002-02-12various cosmetic fixesThomas Vander Stichele1-57/+57
Original commit message from CVS: * various cosmetic fixes
2002-02-11release version fixThomas Vander Stichele2-1/+1
Original commit message from CVS: release version fix
2002-02-10changed libgst -> libgstreamer to comply with namespace issues with gnu ↵Andy Wingo1-1/+1
smalltalk various other fixes Original commit message from CVS: * changed libgst -> libgstreamer to comply with namespace issues with gnu smalltalk * various other fixes
2002-02-10fixing aclocalThomas Vander Stichele2-1/+1
Original commit message from CVS: fixing aclocal
2002-02-10syncing with as-versionThomas Vander Stichele2-12/+2
Original commit message from CVS: syncing with as-version
2002-02-10fix mad check, add defaut options properlyAndy Wingo3-2/+5
Original commit message from CVS: fix mad check, add defaut options properly
2002-02-09- added info about divx related codecsBastien Nocera1-0/+26
Original commit message from CVS: - added info about divx related codecs
2002-02-08fix build issuesAndy Wingo1-20/+12
Original commit message from CVS: fix build issues
2002-02-08fixed silly bug apparently gcc 3 allows this according to gcc3Thomas Vander Stichele1-2/+2
Original commit message from CVS: fixed silly bug apparently gcc 3 allows this according to gcc3
2002-02-08bugfix: do Uraeus' job - no more //Benjamin Otte1-2/+2
Original commit message from CVS: bugfix: do Uraeus' job - no more //
2002-02-08bugfix: allow ID3v2 tags at start of audioBenjamin Otte1-1/+30
Original commit message from CVS: bugfix: allow ID3v2 tags at start of audio
2002-02-07smallish fixesThomas Vander Stichele1-11/+10
Original commit message from CVS: smallish fixes
2002-02-06this makes more sense higher in the fileThomas Vander Stichele1-4/+8
Original commit message from CVS: this makes more sense higher in the file
2002-02-06various additionsThomas Vander Stichele3-2/+3
Original commit message from CVS: various additions
2002-02-06more build fixingThomas Vander Stichele3-205/+53
Original commit message from CVS: more build fixing
2002-02-06Added $(AUDIOFILE_CFLAGS)Martin Enlund2-2/+2
Original commit message from CVS: Added $(AUDIOFILE_CFLAGS)
2002-02-06rtp conflicts with current gstclock.h, moving back to experimentalThomas Vander Stichele1-0/+2
Original commit message from CVS: rtp conflicts with current gstclock.h, moving back to experimental
2002-02-06fixing make distcheckThomas Vander Stichele2-1/+1
Original commit message from CVS: fixing make distcheck
2002-02-06use numerical comparisions for version checkSteve Baker1-6/+6
Original commit message from CVS: use numerical comparisions for version check
2002-02-05adding tools dirThomas Vander Stichele1-2/+2
Original commit message from CVS: adding tools dir
2002-02-05added bitcoder.h from w3d CVS, needed to compileErik Walthinsen1-0/+148
Original commit message from CVS: added bitcoder.h from w3d CVS, needed to compile
2002-02-04fixing some RPM dependenciesChristian Schaller1-1/+6
Original commit message from CVS: fixing some RPM dependencies
2002-02-04Revert aclocal invocation to do cat m4/*.m4 > acinclude.m4 beforehand, ↵Richard Boulton2-2/+2
rather than adding m4/ to aclocal search path.... Original commit message from CVS: Revert aclocal invocation to do cat m4/*.m4 > acinclude.m4 beforehand, rather than adding m4/ to aclocal search path. Shouldn't cause errors when macros are already present on system, because macros in acinclude.m4 are used in preference.
2002-02-04gst-launch-extThomas Vander Stichele2-2/+3
Original commit message from CVS: gst-launch-ext
2002-02-04Change gstreamer-register to gst-registerRichard Boulton1-1/+1
Original commit message from CVS: Change gstreamer-register to gst-register
2002-02-04Add the v4lmjpeg plugins to the configure fileRonald S. Bultje1-1/+1
Original commit message from CVS: Add the v4lmjpeg plugins to the configure file
2002-02-04Add an image and a title to the SDL window while waitingRonald S. Bultje1-26/+75
Original commit message from CVS: Add an image and a title to the SDL window while waiting
2002-02-04tarkin fixThomas Vander Stichele1-0/+8
Original commit message from CVS: tarkin fix
2002-02-04back to cvsThomas Vander Stichele1-4/+4
Original commit message from CVS: back to cvs
2002-02-04adding tarkin to build to try building it run configure with ↵Thomas Vander Stichele2-2/+10
--enable-experimental Original commit message from CVS: adding tarkin to build to try building it run configure with --enable-experimental
2002-02-04various fixesThomas Vander Stichele1-15/+3
Original commit message from CVS: various fixes
2002-02-04fix a error I caused by not seeing the nested commentsChristian Schaller2-5/+5
Original commit message from CVS: fix a error I caused by not seeing the nested comments
2002-02-03// to /* */ fixesChristian Schaller4-43/+43
Original commit message from CVS: // to /* */ fixes