summaryrefslogtreecommitdiffstats
path: root/gst
AgeCommit message (Collapse)AuthorFilesLines
2002-04-20a hack to work around intltool's brokenness a current check for mpeg2dec ↵Andy Wingo20-21/+478
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 Wingo22-110/+110
and typefind. Original commit message from CVS: GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind. also, some -Werror fixes.
2002-04-10various Wall fixesThomas Vander Stichele2-7/+7
Original commit message from CVS: various Wall fixes
2002-04-06fixed rest of warning for gcc 3 in /gst.Benjamin Otte4-15/+7
Original commit message from CVS: fixed rest of warning for gcc 3 in /gst. fixed some Makefiles: s/-m486/-mcpu=i486/ disabled mpegaudioparse plugin. What good is this rotten code for anyway?
2002-04-06fixed first bunch of compiler warningsBenjamin Otte7-20/+15
Original commit message from CVS: fixed first bunch of compiler warnings
2002-03-30Get the 'signed' property as a boolean.Wim Taymans2-10/+10
Original commit message from CVS: Get the 'signed' property as a boolean.
2002-03-30Changed to the new props APIWim Taymans10-42/+49
Original commit message from CVS: Changed to the new props API Other small tuff.
2002-03-25added a bunch of cvsignore stuff off of a fresh checkout and build i will ↵Andy Wingo2-0/+2
win the race to max LOC changed ;-) Original commit message from CVS: added a bunch of cvsignore stuff off of a fresh checkout and build i will win the race to max LOC changed ;-)
2002-03-24filter newlines out of GST_DEBUG statements to reflect new core behavior ↵Andy Wingo12-102/+102
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-21cosmeticDavid I. Lehn2-2/+2
Original commit message from CVS: cosmetic
2002-03-20s/Gnome-Streamer/GStreamer/Andy Wingo33-33/+33
Original commit message from CVS: s/Gnome-Streamer/GStreamer/
2002-03-19removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo41-1148/+1124
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 Wingo17-18/+18
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-18s/gst_element_install_std_props/gst_element_class_install_std_props/ -- it ↵Andy Wingo1-2/+2
just makes more sense that way added jack ... Original commit message from CVS: * s/gst_element_install_std_props/gst_element_class_install_std_props/ -- it just makes more sense that way * added jack element, doesn't quite work right yet but i didn't want to lose the work -- it does build, register, and attempt to run though * imposed some restrictions on the naming of request pads to better allow for reverse parsing * added '%s' to reverse parsing * added new bin flag to indicate that it is self-iterating, and some lame code in gst-launch to test it out * fixen on launch-gui * added pkg-config stuff for the editor's libs
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
2002-02-21Uhm, if I'll be fixing errors like this all over just because I'm enabling ↵Thomas Vander Stichele1-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-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-17capsnego fixes in adder, speed, and identityAndy Wingo1-31/+23
Original commit message from CVS: capsnego fixes in adder, speed, and identity
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-02sighThomas Vander Stichele1-1/+1
Original commit message from CVS: sigh
2002-02-02fixing an errorThomas Vander Stichele1-1/+2
Original commit message from CVS: fixing an error
2002-02-02CleanupsWim Taymans1-2/+2
Original commit message from CVS: Cleanups
2002-02-02Compile fix.Wim Taymans1-2/+4
Original commit message from CVS: Compile fix.
2002-02-02Small fixesWim Taymans1-2/+2
Original commit message from CVS: Small fixes
2002-01-22Updated to work with the new capsnego stuff.Leif Johnson4-89/+51
Original commit message from CVS: Updated to work with the new capsnego stuff.
2002-01-22Updated passthrough to work with new caps nego stuff.Leif Johnson2-115/+83
Original commit message from CVS: Updated passthrough to work with new caps nego stuff.
2002-01-19Drop the bytstream correctly.Wim Taymans1-3/+10
Original commit message from CVS: Drop the bytstream correctly.
2002-01-19Small cleanups, break the loop if the buffer is nullWim Taymans2-9/+12
Original commit message from CVS: Small cleanups, break the loop if the buffer is null
2002-01-19temporary commit of some // fixage, these files are crazy probably should be ↵Christian Schaller1-54/+54
fixed automatically Original commit message from CVS: temporary commit of some // fixage, these files are crazy probably should be fixed automatically
2002-01-19minor fixesChristian Schaller2-4/+4
Original commit message from CVS: minor fixes
2002-01-18Fixed two off by one bugs in the delta decoding code.Wim Taymans1-3/+4
Original commit message from CVS: Fixed two off by one bugs in the delta decoding code.
2002-01-18Fix the "64 colors flx too dark" bug.Wim Taymans3-15/+32
Original commit message from CVS: Fix the "64 colors flx too dark" bug.
2002-01-18- plugins are built without versioning infoWrobell15-0/+16
Original commit message from CVS: - plugins are built without versioning info
2002-01-18- plugins are built without versioning infoWrobell1-0/+1
Original commit message from CVS: - plugins are built without versioning info
2002-01-13Bring the plugins in sync with the new core capsnego system.Wim Taymans11-190/+212
Original commit message from CVS: Bring the plugins in sync with the new core capsnego system. Added some features, enhancements...
2002-01-12s/filter/plugin/ link plugins to GST_LIBS rearrange rules to a common formatDavid I. Lehn15-31/+44
Original commit message from CVS: * s/filter/plugin/ * link plugins to GST_LIBS * rearrange rules to a common format
2002-01-05should be properly tested for firstThomas Vander Stichele1-6/+8
Original commit message from CVS: should be properly tested for first
2002-01-04wave.c -> demo-osssrc.c this is probably broken, but then so is smoothwaveAndy Wingo2-0/+69
Original commit message from CVS: wave.c -> demo-osssrc.c this is probably broken, but then so is smoothwave
2002-01-04testspeed -> demo-mp3Andy Wingo2-0/+75
Original commit message from CVS: testspeed -> demo-mp3
2002-01-04testpod -> demo-mp3Andy Wingo2-1/+94
Original commit message from CVS: testpod -> demo-mp3
2002-01-04spectrum.c -> demo-osssrc.cAndy Wingo2-0/+89
Original commit message from CVS: spectrum.c -> demo-osssrc.c
2001-12-30smoothwave fixinThomas Vander Stichele4-0/+389
Original commit message from CVS: smoothwave fixin
2001-12-28Fixed some pluginsWim Taymans4-12/+10
Original commit message from CVS: Fixed some plugins
2001-12-28Revived the mpeg1 video parser, probably badly broken but anyway..Wim Taymans3-0/+502
Original commit message from CVS: Revived the mpeg1 video parser, probably badly broken but anyway..
2001-12-28Remove caps from the template for nowWim Taymans1-1/+3
Original commit message from CVS: Remove caps from the template for now