summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added ladspa, doesn't have checks yet thoughThomas Vander Stichele2001-12-238-0/+1879
| | | | | Original commit message from CVS: added ladspa, doesn't have checks yet though
* added jpeg and shout (icecastsend has been renamed to shout, there are other ↵Thomas Vander Stichele2001-12-238-21/+894
| | | | | | | | libs that do icecast too) Original commit message from CVS: added jpeg and shout (icecastsend has been renamed to shout, there are other libs that do icecast too)
* added hermesThomas Vander Stichele2001-12-232-5/+20
| | | | | Original commit message from CVS: added hermes
* adding flacThomas Vander Stichele2001-12-239-26/+554
| | | | | Original commit message from CVS: adding flac
* adding flacThomas Vander Stichele2001-12-232-0/+259
| | | | | Original commit message from CVS: adding flac
* adding festivalThomas Vander Stichele2001-12-232-6/+12
| | | | | Original commit message from CVS: adding festival
* cdparanoia addedThomas Vander Stichele2001-12-232-3/+9
| | | | | Original commit message from CVS: cdparanoia added
* more cleanups adding avifileThomas Vander Stichele2001-12-232-5/+16
| | | | | | Original commit message from CVS: more cleanups adding avifile
* uhm, yeahThomas Vander Stichele2001-12-231-3/+5
| | | | | Original commit message from CVS: uhm, yeah
* I'm putting the gst Makefiles in a var right now, it seems to work and it's ↵Thomas Vander Stichele2001-12-231-42/+47
| | | | | | | just what I need for fast build addititions Original commit message from CVS: I'm putting the gst Makefiles in a var right now, it seems to work and it's just what I need for fast build addititions
* dvdread added more fixes for libs stuffThomas Vander Stichele2001-12-232-8/+10
| | | | | | Original commit message from CVS: dvdread added more fixes for libs stuff
* made changes everywhere to accomodate for the headers being in ↵Thomas Vander Stichele2001-12-236-32/+20
| | | | | | | | | | <gst/(lib)/...> we'll need to conclude this fast becau... Original commit message from CVS: made changes everywhere to accomodate for the headers being in <gst/(lib)/...> we'll need to conclude this fast because we will also need to change stuff in core real soon for the libs in order to fix everything and I can't do it right now because I disabled all of the plugins here ;)
* some changes, can't remember what :-)Andy Wingo2001-12-232-2/+9
| | | | | Original commit message from CVS: some changes, can't remember what :-)
* much build fixage turns out synaesthesia and smoothwav depend on gtk, maybe ↵Andy Wingo2001-12-235-13/+30
| | | | | | | | | they should go to ext/ Original commit message from CVS: much build fixage turns out synaesthesia and smoothwav depend on gtk, maybe they should go to ext/
* on dasher, on dancer, on donner, on fixen!Andy Wingo2001-12-234-165/+73
| | | | | Original commit message from CVS: on dasher, on dancer, on donner, on fixen!
* another oneThomas Vander Stichele2001-12-231-1/+1
| | | | | Original commit message from CVS: another one
* small mistakeThomas Vander Stichele2001-12-231-1/+1
| | | | | Original commit message from CVS: small mistake
* added alsaThomas Vander Stichele2001-12-233-2/+10
| | | | | Original commit message from CVS: added alsa
* changes to accomodate the standardization of installed libs some left over ↵Thomas Vander Stichele2001-12-226-647/+96
| | | | | | | | | changes Original commit message from CVS: changes to accomodate the standardization of installed libs some left over changes
* importAndy Wingo2001-12-220-0/+0
| | | | | Original commit message from CVS: import
* Initial revisionAndy Wingo2001-12-2254-0/+5926
| | | | | Original commit message from CVS: Initial revision
* la dee da..kAndy Wingo2001-12-220-0/+0
| | | | | Original commit message from CVS: la dee da..k
* Initial revisionAndy Wingo2001-12-2215-0/+2720
| | | | | Original commit message from CVS: Initial revision
* more importsAndy Wingo2001-12-220-0/+0
| | | | | Original commit message from CVS: more imports
* Initial revisionAndy Wingo2001-12-224-0/+392
| | | | | Original commit message from CVS: Initial revision
* just wingo giving me more work ;)Thomas Vander Stichele2001-12-223-4/+634
| | | | | Original commit message from CVS: just wingo giving me more work ;)
* aalib pluginThomas Vander Stichele2001-12-223-0/+642
| | | | | Original commit message from CVS: aalib plugin
* sync gst-plugins autogen.sh to gstreamer versionAndy Wingo2001-12-221-6/+32
| | | | | Original commit message from CVS: sync gst-plugins autogen.sh to gstreamer version
* the xvideo check looks for -lXv_pic first, another virtual patch from taazAndy Wingo2001-12-221-2/+6
| | | | | Original commit message from CVS: the xvideo check looks for -lXv_pic first, another virtual patch from taaz
* - do not AM_CONDITIONAL HAVE_AVIFILE /USE_AVIFILE is used in Makefile.am/Wrobell2001-12-211-2/+1
| | | | | | Original commit message from CVS: - do not AM_CONDITIONAL HAVE_AVIFILE /USE_AVIFILE is used in Makefile.am/ - indentation fixes
* adding a conditional'd spec file with esd as an example comments on how to ↵Thomas Vander Stichele2001-12-214-0/+80
| | | | | | | | take this idea further are welcomed before... Original commit message from CVS: adding a conditional'd spec file with esd as an example comments on how to take this idea further are welcomed before I move on ;)
* fairly essential substingThomas Vander Stichele2001-12-211-2/+2
| | | | | Original commit message from CVS: fairly essential substing
* put sinesrc in experimental until we have controlThomas Vander Stichele2001-12-212-0/+5
| | | | | Original commit message from CVS: put sinesrc in experimental until we have control
* adding sine stuffThomas Vander Stichele2001-12-211-0/+8
| | | | | Original commit message from CVS: adding sine stuff
* fixed some GST_LIBS stuff added audiofile added gst-libs/audio buildingThomas Vander Stichele2001-12-214-13/+38
| | | | | | | Original commit message from CVS: fixed some GST_LIBS stuff added audiofile added gst-libs/audio building
* added todo added simple automatic test suite for plugins using filesrc and ↵Thomas Vander Stichele2001-12-211-0/+7
| | | | | | | | fakesink Original commit message from CVS: added todo added simple automatic test suite for plugins using filesrc and fakesink
* this one could come in handyThomas Vander Stichele2001-12-211-0/+34
| | | | | Original commit message from CVS: this one could come in handy
* - HAVE_VORBIS is defined in GST_CHECK_FEATUREWrobell2001-12-211-5/+0
| | | | | | Original commit message from CVS: - HAVE_VORBIS is defined in GST_CHECK_FEATURE - use USE_VORBIS where appropriate
* adding lameThomas Vander Stichele2001-12-201-6/+5
| | | | | Original commit message from CVS: adding lame
* cleaned some moreThomas Vander Stichele2001-12-201-4/+1
| | | | | Original commit message from CVS: cleaned some more
* added sdlThomas Vander Stichele2001-12-201-3/+4
| | | | | Original commit message from CVS: added sdl
* added esd added new autogen.sh feature : list all of the libs/plugins you ↵Thomas Vander Stichele2001-12-207-20/+542
| | | | | | | | | | | | | | | want to disable in a file called "disable" ... Original commit message from CVS: added esd added new autogen.sh feature : list all of the libs/plugins you want to disable in a file called "disable" and they will. makes it easier to check stuff when you're working on one a file "enable" does the opposite. You're on your own if you make them conflict ;) CML2 anyone ? fixed some xvideo stuff, can't remember what though
* applied taaz's virtual patchThomas Vander Stichele2001-12-201-14/+14
| | | | | Original commit message from CVS: applied taaz's virtual patch
* wingo's changesThomas Vander Stichele2001-12-202-5/+4
| | | | | Original commit message from CVS: wingo's changes
* applied wingo's patch to coreThomas Vander Stichele2001-12-201-98/+33
| | | | | Original commit message from CVS: applied wingo's patch to core
* srcfile isn't in yet, so i changed that also, i wrote some of this stuff :)Andy Wingo2001-12-202-2/+2
| | | | | | Original commit message from CVS: srcfile isn't in yet, so i changed that also, i wrote some of this stuff :)
* added qcam checksThomas Vander Stichele2001-12-202-24/+34
| | | | | Original commit message from CVS: added qcam checks
* vcd checksThomas Vander Stichele2001-12-202-6/+13
| | | | | Original commit message from CVS: vcd checks
* added v4l handlingThomas Vander Stichele2001-12-202-12/+19
| | | | | Original commit message from CVS: added v4l handling
* some build changes vga is put in broken because of an undef in my build, ↵Thomas Vander Stichele2001-12-202-7/+9
| | | | | | | | please check Original commit message from CVS: some build changes vga is put in broken because of an undef in my build, please check