summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* plugins part of license field patchChristian Schaller2002-09-1842-4/+66
| | | | | Original commit message from CVS: plugins part of license field patch
* up the microThomas Vander Stichele2002-09-181-2/+2
| | | | | Original commit message from CVS: up the micro
* some enhancements for capsnegoRonald S. Bultje2002-09-181-2/+15
| | | | | Original commit message from CVS: some enhancements for capsnego
* Add swfdec to dist subdirsDavid Schleef2002-09-171-1/+1
| | | | | Original commit message from CVS: Add swfdec to dist subdirs
* This fixes the video4linux/video4linux2 debug output, which had one \n too muchRonald S. Bultje2002-09-173-3/+3
| | | | | Original commit message from CVS: This fixes the video4linux/video4linux2 debug output, which had one \n too much
* This build bug accidently went into the CVSRonald S. Bultje2002-09-171-3/+3
| | | | | Original commit message from CVS: This build bug accidently went into the CVS
* Add the convert functions to the source pads of the video4linux and ↵Ronald S. Bultje2002-09-161-1/+65
| | | | | | | video4linux2 source plugins Original commit message from CVS: Add the convert functions to the source pads of the video4linux and video4linux2 source plugins
* fix _get()-based ladspa plugins when bufferpools are presentAndy Wingo2002-09-161-1/+3
| | | | | Original commit message from CVS: fix _get()-based ladspa plugins when bufferpools are present
* Some instantiate() routines require nonzero sample rate. ladspa_mbeq (the ↵Andy Wingo2002-09-161-8/+5
| | | | | | | | multi-band eq) is one of these. Original commit message from CVS: Some instantiate() routines require nonzero sample rate. ladspa_mbeq (the multi-band eq) is one of these.
* Added Lots of propertiesWim Taymans2002-09-152-76/+394
| | | | | | Original commit message from CVS: Added Lots of properties More cleanups
* Add swfdec autoconf stuffDavid Schleef2002-09-153-2/+19
| | | | | Original commit message from CVS: Add swfdec autoconf stuff
* audiofile check fixThomas Vander Stichele2002-09-151-3/+4
| | | | | Original commit message from CVS: audiofile check fix
* Small cleanupsWim Taymans2002-09-153-35/+119
| | | | | | Original commit message from CVS: Small cleanups Fix segfault when not negotiated
* mimetype patch from iain holmes, thanks dudeIain Holmes2002-09-131-0/+1
| | | | | Original commit message from CVS: mimetype patch from iain holmes, thanks dude
* oopsWim Taymans2002-09-121-1/+0
| | | | | Original commit message from CVS: oops
* This makes mjpegtools plugins compile against latest CVSRonald S. Bultje2002-09-121-2/+37
| | | | | Original commit message from CVS: This makes mjpegtools plugins compile against latest CVS
* Small cleanup in property handlingWim Taymans2002-09-121-0/+2
| | | | | Original commit message from CVS: Small cleanup in property handling
* const fixesWim Taymans2002-09-122-2/+2
| | | | | Original commit message from CVS: const fixes
* Some cleanupsWim Taymans2002-09-121-0/+3
| | | | | Original commit message from CVS: Some cleanups
* backout the colorspace from the gconf default. it should be hardcoded into ↵Steve Baker2002-09-101-1/+1
| | | | | | | gst-player and any other app that uses the... Original commit message from CVS: backout the colorspace from the gconf default. it should be hardcoded into gst-player and any other app that uses the gconf key.
* make default video sink be colorspace ! xvideosinkSteve Baker2002-09-101-1/+1
| | | | | Original commit message from CVS: make default video sink be colorspace ! xvideosink
* This updates all plugins to the new API for gst_pad_try_set_capsRonald S. Bultje2002-09-1027-88/+42
| | | | | Original commit message from CVS: This updates all plugins to the new API for gst_pad_try_set_caps
* removing warnings as approved by wimThomas Vander Stichele2002-09-093-9/+3
| | | | | Original commit message from CVS: removing warnings as approved by wim
* removing warnings (approved by wtay)Thomas Vander Stichele2002-09-095-23/+10
| | | | | Original commit message from CVS: removing warnings (approved by wtay)
* More query/convert/formats introspectionWim Taymans2002-09-091-7/+66
| | | | | Original commit message from CVS: More query/convert/formats introspection
* - some cleanupsWim Taymans2002-09-092-37/+97
| | | | | | Original commit message from CVS: - some cleanups - more config options
* colorspace ! xvideosink is betterWhitespace Fixer2002-09-091-1/+1
| | | | | Original commit message from CVS: colorspace ! xvideosink is better
* ws fixesWhitespace Fixer2002-09-091-2/+2
| | | | | Original commit message from CVS: ws fixes
* this frees the decoder in object destruction. Thomas, you cna now add this ↵Ronald S. Bultje2002-09-091-1/+11
| | | | | | | plugin back to the build Original commit message from CVS: this frees the decoder in object destruction. Thomas, you cna now add this plugin back to the build
* Fixes bug where median doesnt trigger capsnegoRonald S. Bultje2002-09-091-0/+4
| | | | | Original commit message from CVS: Fixes bug where median doesnt trigger capsnego
* added v4l2 pluginsChristian Schaller2002-09-091-0/+17
| | | | | Original commit message from CVS: added v4l2 plugins
* small cleanupsThomas Vander Stichele2002-09-092-14/+16
| | | | | Original commit message from CVS: small cleanups
* This adds v4l2 stuff to the build systemRonald S. Bultje2002-09-092-4/+16
| | | | | Original commit message from CVS: This adds v4l2 stuff to the build system
* this adds video4linux2 source and element plugins. The division in v4l2* ↵Ronald S. Bultje2002-09-0912-0/+3159
| | | | | | | plugins is the same as for v4l1 - i.e. an el... Original commit message from CVS: this adds video4linux2 source and element plugins. The division in v4l2* plugins is the same as for v4l1 - i.e. an element, a src and a sink, but there won't be separate encoding plugins (like v4lmjpegsrc) - all functionality is (thanks to video4linux2) integrated in one plugin: v4l2src. v4l2sink is still to be done, that'll come later.
* Fixup dvdnav plugin.David I. Lehn2002-09-081-0/+1
| | | | | | | Original commit message from CVS: Fixup dvdnav plugin. Merge .h into .c. Event handling patch and fixups from Cameron Hutchison <camh@xdna.net>.
* some wim forgot thisThomas Vander Stichele2002-09-031-0/+1
| | | | | Original commit message from CVS: some wim forgot this
* - Don't misuse fragment property for storing the fragment sizeWim Taymans2002-09-021-35/+41
| | | | | | | Original commit message from CVS: - Don't misuse fragment property for storing the fragment size - Better property descriptions - correctly calculate fragment_time
* linked to a pending change in coreThomas Vander Stichele2002-09-012-3/+3
| | | | | Original commit message from CVS: linked to a pending change in core
* copy_on_writeThomas Vander Stichele2002-08-301-0/+3
| | | | | Original commit message from CVS: copy_on_write
* get a writable bufferThomas Vander Stichele2002-08-301-1/+4
| | | | | Original commit message from CVS: get a writable buffer
* cleanups and clarificationsThomas Vander Stichele2002-08-302-21/+27
| | | | | Original commit message from CVS: cleanups and clarifications
* fix default videosink to be xvideosink not videosinkChristian Schaller2002-08-281-2/+2
| | | | | Original commit message from CVS: fix default videosink to be xvideosink not videosink
* whoops, this shouldn'tvegoneinThomas Vander Stichele2002-08-271-1/+1
| | | | | Original commit message from CVS: whoops, this shouldn'tvegonein
* sf's backThomas Vander Stichele2002-08-273-51/+75
| | | | | Original commit message from CVS: sf's back
* small fixage to get latest gconf stuff etc.Christian Schaller2002-08-271-0/+9
| | | | | Original commit message from CVS: small fixage to get latest gconf stuff etc.
* fix spec.in as DV has become LIBDVChristian Schaller2002-08-271-13/+13
| | | | | Original commit message from CVS: fix spec.in as DV has become LIBDV
* this should've gone in a long time agoThomas Vander Stichele2002-08-272-22/+5
| | | | | Original commit message from CVS: this should've gone in a long time ago
* Add .swf file type, even though swfdec isn't in gst-plugins yetDavid Schleef2002-08-251-0/+1
| | | | | Original commit message from CVS: Add .swf file type, even though swfdec isn't in gst-plugins yet
* fixes http://bugzilla.gnome.org/show_bug.cgi?id=90839Thomas Vander Stichele2002-08-175-4/+166
| | | | | | Original commit message from CVS: fixes http://bugzilla.gnome.org/show_bug.cgi?id=90839
* Fixes and addition to license overview file. Contacted libsidplay and aalib ↵Christian Schaller2002-08-141-0/+2
| | | | | | | authors about a possible LGPL relicense. Original commit message from CVS: Fixes and addition to license overview file. Contacted libsidplay and aalib authors about a possible LGPL relicense.