summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* *sigh*Ronald S. Bultje2003-11-021-21/+28
| | | | | Original commit message from CVS: *sigh*
* ......Ronald S. Bultje2003-11-026-92/+110
| | | | | Original commit message from CVS: ......
* aaaaaaaaaaaaaaaaaaaahRonald S. Bultje2003-11-021-22/+27
| | | | | Original commit message from CVS: aaaaaaaaaaaaaaaaaaaah
* more, and more, and more...Ronald S. Bultje2003-11-021-21/+28
| | | | | Original commit message from CVS: more, and more, and more...
* hmm...Ronald S. Bultje2003-11-025-67/+51
| | | | | Original commit message from CVS: hmm...
* More cruftRonald S. Bultje2003-11-021-20/+26
| | | | | Original commit message from CVS: More cruft
* Updated for the new plugin loading codeJan Schmidt2003-11-022-14/+40
| | | | | Original commit message from CVS: Updated for the new plugin loading code
* Fix this too. Note that the per-plugin licensing is gone because of ↵Ronald S. Bultje2003-11-021-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.
* Use GST_ELEMENT_DETAILS for initialising GstElementDetailsJan Schmidt2003-11-021-3/+3
| | | | | Original commit message from CVS: Use GST_ELEMENT_DETAILS for initialising GstElementDetails
* Use the GST_ELEMENT_DETAILS for initialising GstElementDetailsJan Schmidt2003-11-022-6/+6
| | | | | Original commit message from CVS: Use the GST_ELEMENT_DETAILS for initialising GstElementDetails
* Updated for the new plugin loading codeJan Schmidt2003-11-0210-108/+164
| | | | | Original commit message from CVS: Updated for the new plugin loading code
* Updated for new plugin loading codeJan Schmidt2003-11-021-29/+31
| | | | | Original commit message from CVS: Updated for new plugin loading code
* Updated for the new plugin loading codeJan Schmidt2003-11-022-25/+31
| | | | | Original commit message from CVS: Updated for the new plugin loading code
* Speex compilesIain Holmes2003-11-023-87/+107
| | | | | Original commit message from CVS: Speex compiles
* Make smoothwave compile againIain Holmes2003-11-021-17/+22
| | | | | Original commit message from CVS: Make smoothwave compile again
* Text overlayIain Holmes2003-11-022-83/+87
| | | | | Original commit message from CVS: Text overlay
* Mikmod fixedIain Holmes2003-11-021-20/+22
| | | | | Original commit message from CVS: Mikmod fixed
* pngenc fixedIain Holmes2003-11-022-57/+61
| | | | | Original commit message from CVS: pngenc fixed
* JPEG JPEG JPEG WHEEEEIain Holmes2003-11-023-92/+117
| | | | | | | Original commit message from CVS: JPEG JPEG JPEG WHEEEE Fixyed. (Gah, I'm getting sleeeeeeeeepeeeeeeeee)
* Port GstGdkPixbufSrc to the new definitionsIain Holmes2003-11-011-22/+26
| | | | | | Original commit message from CVS: Port GstGdkPixbufSrc to the new definitions Close the loader before unreffing it.
* Whheeee, FLAC ported to new system tooIain Holmes2003-11-013-100/+124
| | | | | Original commit message from CVS: Whheeee, FLAC ported to new system too
* ESD UpdatedIain Holmes2003-11-013-32/+38
| | | | | Original commit message from CVS: ESD Updated
* Cutter and EFence ported.Iain Holmes2003-11-012-47/+55
| | | | | | Original commit message from CVS: Cutter and EFence ported. I hope someone else hasn't been doing these and not committing what they've done.
* Merge plugins. Update to new plugin init codeDavid Schleef2003-11-013-133/+129
| | | | | Original commit message from CVS: Merge plugins. Update to new plugin init code
* Updated AAsinkIain Holmes2003-11-011-22/+27
| | | | | Original commit message from CVS: Updated AAsink
* Changes for new plugin init codeDavid Schleef2003-11-011-25/+33
| | | | | Original commit message from CVS: Changes for new plugin init code
* avidemux still depends on riffDavid Schleef2003-10-311-0/+2
| | | | | Original commit message from CVS: avidemux still depends on riff
* first bunch of conversions to new plugin_init. Includes libs/gst, gst/id3, ↵Benjamin Otte2003-10-3110-130/+102
| | | | | | | | | 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
* Doesn't need to load gstriffIain Holmes2003-10-311-2/+0
| | | | | Original commit message from CVS: Doesn't need to load gstriff
* Remove mpeg2encDavid Schleef2003-10-301-2/+1
| | | | | Original commit message from CVS: Remove mpeg2enc
* Fix makefiles for GstPropertyProbe. Combine all interfaces into a single ↵David Schleef2003-10-301-0/+3
| | | | | | | | libgst-interface. Original commit message from CVS: Fix makefiles for GstPropertyProbe. Combine all interfaces into a single libgst-interface.
* fix bytestream headerDavid Schleef2003-10-301-1/+1
| | | | | Original commit message from CVS: fix bytestream header
* Add a local copy of riff.h as we don't use rifflib anymore.Iain Holmes2003-10-293-295/+991
| | | | | | | | Original commit message from CVS: Add a local copy of riff.h as we don't use rifflib anymore. Rewrite the main loop to use bytestreams instead of rifflib. Make it a loopbased filter. Handle metadata, cues and labels as well
* Add a local copy of riff.h, and add metadata writing ability to wavencIain Holmes2003-10-293-6/+772
| | | | | Original commit message from CVS: Add a local copy of riff.h, and add metadata writing ability to wavenc
* Create type find function for gdk_pixbufDavid Schleef2003-10-291-0/+36
| | | | | Original commit message from CVS: Create type find function for gdk_pixbuf
* Move a few typefind functions to gst/typefind, remove all old typefinding ↵David Schleef2003-10-291-41/+0
| | | | | | | | 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
* change gst/bytestream.h to gst/bytestream/bytestream.hDavid Schleef2003-10-296-6/+6
| | | | | Original commit message from CVS: change gst/bytestream.h to gst/bytestream/bytestream.h
* merge TYPEFIND branch. Major changes:Benjamin Otte2003-10-2814-248/+23
| | | | | | | | | | | | 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
* oops... I broke device settings in OSSRonald S. Bultje2003-10-281-2/+2
| | | | | Original commit message from CVS: oops... I broke device settings in OSS
* added glsink directoryGernot Ziegler2003-10-281-0/+1
| | | | | Original commit message from CVS: added glsink directory
* Rename osselement to ossmixer and only open audio device if we have at least ↵Ronald S. Bultje2003-10-261-2/+6
| | | | | | | one pad. This makes ossmixer *only* open... Original commit message from CVS: Rename osselement to ossmixer and only open audio device if we have at least one pad. This makes ossmixer *only* open the mixer, which means we can open multiple mixer sessions.
* Update FFMPEG snapshot to this morning's. Asked for by apoc.Ronald S. Bultje2003-10-261-1/+1
| | | | | Original commit message from CVS: Update FFMPEG snapshot to this morning's. Asked for by apoc.
* Oops, input <-> output confusionRonald S. Bultje2003-10-261-1/+1
| | | | | Original commit message from CVS: Oops, input <-> output confusion
* Change cvs host (mplayer)Jeremy Simon2003-10-231-2/+2
| | | | | | Original commit message from CVS: Change cvs host (mplayer) Add compression (z4)
* bump version to 0.7.1.1David Schleef2003-10-201-1/+1
| | | | | Original commit message from CVS: bump version to 0.7.1.1
* bump to 0.7.1David Schleef2003-10-201-1/+1
| | | | | Original commit message from CVS: bump to 0.7.1
* Add a parser for metadataIain Holmes2003-10-172-64/+219
| | | | | | | | | | Original commit message from CVS: Add a parser for metadata (demux_metadata): Given the buffer containing the metadata, look through it and get the info out of it. (wav_new_chunk_callback): Change the if statement to a switch statement. Handle GST_RIFF_TAG_LIST by changing what the type of list it is and parsing out metadata if it is "INFO".
* remove g_print() noisinessDavid Schleef2003-10-161-2/+0
| | | | | Original commit message from CVS: remove g_print() noisiness
* fix or no fix, we will surviveChristian Schaller2003-10-161-1/+1
| | | | | Original commit message from CVS: fix or no fix, we will survive
* added colorbalance to spec added mixer to spec added tuner to spec added ↵Christian Schaller2003-10-161-0/+17
| | | | | | | | | | | xoverlay to spec a little luv goes a long way Original commit message from CVS: * added colorbalance to spec * added mixer to spec * added tuner to spec * added xoverlay to spec * a little luv goes a long way