summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2003-11-02fix for new plugin systemBenjamin Otte2-53/+57
Original commit message from CVS: fix for new plugin system
2003-11-02WhaaaaaaaaaaaaaaaaaaaaaackRonald S. Bultje1-24/+27
Original commit message from CVS: Whaaaaaaaaaaaaaaaaaaaaaack
2003-11-02More More MoreRonald S. Bultje1-22/+26
Original commit message from CVS: More More More
2003-11-02And again one moreRonald S. Bultje1-27/+31
Original commit message from CVS: And again one more
2003-11-02Again one more doneRonald S. Bultje1-23/+29
Original commit message from CVS: Again one more done
2003-11-02And more, and more...Ronald S. Bultje1-25/+28
Original commit message from CVS: And more, and more...
2003-11-02MoreRonald S. Bultje2-54/+61
Original commit message from CVS: More
2003-11-02fix to new plugin systemBenjamin Otte1-25/+28
Original commit message from CVS: fix to new plugin system
2003-11-02I'm too lazy to comment thisRonald S. Bultje1-21/+25
Original commit message from CVS: .
2003-11-02more, and more, and more...Ronald S. Bultje1-21/+28
Original commit message from CVS: more, and more, and more...
2003-11-02etcRonald S. Bultje4-90/+66
Original commit message from CVS: etc
2003-11-02hmm...Ronald S. Bultje5-67/+51
Original commit message from CVS: hmm...
2003-11-02fix most of sys dir. v4l2 and dxr3 pending, as I don't have themBenjamin Otte3-68/+74
Original commit message from CVS: fix most of sys dir. v4l2 and dxr3 pending, as I don't have them
2003-11-02I forgot some other letters, but I also forgot which ones.Ronald S. Bultje1-20/+25
Original commit message from CVS: I forgot some other letters, but I also forgot which ones.
2003-11-02BlyRonald S. Bultje1-18/+26
Original commit message from CVS: Bly
2003-11-02Updated for the new plugin loading codeJan Schmidt5-54/+80
Original commit message from CVS: Updated for the new plugin loading code
2003-11-02Fix this too. Note that the per-plugin licensing is gone because of ↵Ronald S. Bultje1-62/+83
company's new per-plugin (rather than per-element... Original commit message from CVS: Fix this too. Note that the per-plugin licensing is gone because of company's new per-plugin (rather than per-element) API. We basically need both... Ohwell, I just want this stuff to compile.
2003-11-02Use GST_ELEMENT_DETAILS for initialising GstElementDetailsJan Schmidt2-6/+6
Original commit message from CVS: Use GST_ELEMENT_DETAILS for initialising GstElementDetails
2003-11-02Updated to the new plugin loading codeJan Schmidt1-23/+29
Original commit message from CVS: Updated to the new plugin loading code
2003-11-02Use GST_ELEMENT_DETAILS macro to initialise the structureJan Schmidt1-2/+2
Original commit message from CVS: Use GST_ELEMENT_DETAILS macro to initialise the structure
2003-11-02Updated for the new plugin loading codeJan Schmidt1-21/+29
Original commit message from CVS: Updated for the new plugin loading code
2003-11-02XVid compiles again...I'm off to bed :)Iain Holmes5-56/+43
Original commit message from CVS: XVid compiles again...I'm off to bed :)
2003-11-02Tarkin compiles againIain Holmes3-104/+127
Original commit message from CVS: Tarkin compiles again
2003-11-02Sndfile compiles againIain Holmes1-26/+39
Original commit message from CVS: Sndfile compiles again
2003-11-02Snapshot compilesIain Holmes1-20/+27
Original commit message from CVS: Snapshot compiles
2003-11-02Make smoothwave compile againIain Holmes2-34/+44
Original commit message from CVS: Make smoothwave compile again
2003-11-02SDL Video sink ported to the new plugin code. (Sorry that last commit ↵Iain Holmes1-48/+50
message sucked BTW) Original commit message from CVS: SDL Video sink ported to the new plugin code. (Sorry that last commit message sucked BTW)
2003-11-02mplex compiles...whatever it isIain Holmes1-24/+27
Original commit message from CVS: mplex compiles...whatever it is
2003-11-01Jack fixed tooIain Holmes1-69/+85
Original commit message from CVS: Jack fixed too
2003-11-01Dumdeedum, more spam...ivorbis is fixedIain Holmes2-85/+85
Original commit message from CVS: Dumdeedum, more spam...ivorbis is fixed
2003-11-01Colo(u)rspace tooIain Holmes1-51/+55
Original commit message from CVS: Colo(u)rspace too
2003-11-01GSM updated for new stuffIain Holmes3-87/+101
Original commit message from CVS: GSM updated for new stuff
2003-11-01Update all the audiofile stuffIain Holmes8-63/+72
Original commit message from CVS: Update all the audiofile stuff
2003-11-01Update artsdsink tooIain Holmes1-17/+23
Original commit message from CVS: Update artsdsink too
2003-11-01CDXAParse and chart ported to new styleIain Holmes2-43/+51
Original commit message from CVS: CDXAParse and chart ported to new style
2003-11-01Updated gstartsIain Holmes1-17/+27
Original commit message from CVS: Updated gstarts
2003-10-31first bunch of conversions to new plugin_init. Includes libs/gst, gst/id3, ↵Benjamin Otte9-51/+106
sys/oss, ext/gnomevfs, gst/typefind and ex... Original commit message from CVS: first bunch of conversions to new plugin_init. Includes libs/gst, gst/id3, sys/oss, ext/gnomevfs, gst/typefind and ext/mad. You guessed it, everything Rhythmbox needs ;) fixed BMP typefind and made gnomevfs one plugin instead of two while doing this
2003-10-31Oops, didn't mean to remove riffDavid Schleef1-2/+2
Original commit message from CVS: Oops, didn't mean to remove riff
2003-10-31glsink with correct threading supportGernot Ziegler6-52/+162
Original commit message from CVS: glsink with correct threading support
2003-10-30minor cosmetic fixDavid Schleef1-3/+1
Original commit message from CVS: minor cosmetic fix
2003-10-30Remove mpeg2encDavid Schleef1-2/+1
Original commit message from CVS: Remove mpeg2enc
2003-10-30Fix makefiles for GstPropertyProbe. Combine all interfaces into a single ↵David Schleef11-26/+754
libgst-interface. Original commit message from CVS: Fix makefiles for GstPropertyProbe. Combine all interfaces into a single libgst-interface.
2003-10-30First attempt (actually third) at a property probing interfaceDavid Schleef3-0/+258
Original commit message from CVS: First attempt (actually third) at a property probing interface
2003-10-30change Iface to InterfaceDavid Schleef2-7/+7
Original commit message from CVS: change Iface to Interface
2003-10-29Change Class to Iface. Fix casting macros.David Schleef2-18/+14
Original commit message from CVS: Change Class to Iface. Fix casting macros.
2003-10-29Move a few typefind functions to gst/typefind, remove all old typefinding ↵David Schleef6-116/+35
code from bitrotten plugins Original commit message from CVS: Move a few typefind functions to gst/typefind, remove all old typefinding code from bitrotten plugins
2003-10-29change gst/bytestream.h to gst/bytestream/bytestream.hDavid Schleef11-11/+11
Original commit message from CVS: change gst/bytestream.h to gst/bytestream/bytestream.h
2003-10-28Don't use GstInterfaceDavid Schleef2-4/+2
Original commit message from CVS: Don't use GstInterface
2003-10-28Disable lame in ffmpeg, tooRonald S. Bultje1-1/+0
Original commit message from CVS: Disable lame in ffmpeg, too
2003-10-28merge TYPEFIND branch. Major changes:Benjamin Otte28-648/+41
Original commit message from CVS: merge TYPEFIND branch. Major changes: - totally reworked type(find) system - all typefind functions are in gst/typefind now - more typefind functions then before - some plugins might fail to compile now because I don't have them installed and they a) require bytestream or b) haven't had their typefind fixed. Please fix those plugins and put the typefind functions into gst/typefind if they don't have dependencies