summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* final backportThomas Vander Stichele2002-09-232-4/+399
| | | | | Original commit message from CVS: final backport
* oss debug backport fixesThomas Vander Stichele2002-09-231-10/+48
| | | | | Original commit message from CVS: oss debug backport fixes
* release backportThomas Vander Stichele2002-09-231-2/+3
| | | | | Original commit message from CVS: release backport
* better READMEThomas Vander Stichele2002-09-231-10/+93
| | | | | Original commit message from CVS: better README
* Add a statement terminating semicolon.David I. Lehn2002-09-211-1/+1
| | | | | Original commit message from CVS: Add a statement terminating semicolon.
* no whitespace is allowed between macro names and parameter listsDavid I. Lehn2002-09-211-1/+1
| | | | | Original commit message from CVS: no whitespace is allowed between macro names and parameter lists
* Redo last change by using glib's CLAMP() macroDavid Schleef2002-09-201-4/+3
| | | | | Original commit message from CVS: Redo last change by using glib's CLAMP() macro
* Clip defaults of control parameters to range.David Schleef2002-09-201-0/+4
| | | | | Original commit message from CVS: Clip defaults of control parameters to range.
* This patch fixes some issues caused by design issues in video4linux, adds ↵Ronald S. Bultje2002-09-202-57/+67
| | | | | | | | | | | | | | | | | some nicety to video4linux2 plugins and doe... Original commit message from CVS: This patch fixes some issues caused by design issues in video4linux, adds some nicety to video4linux2 plugins and does some more evil stuff: * video4linux doesn't tell us which formats are supported by a card, so the only way to know this is by simply trying it out. This patch adds that. * v4lmjpegsink didnt have a bufferpool yet - is integrated now. * all copy() bufferpool functions have been removed since they're not needed. * v4lmjpegsink doesnt have a free() function, because hen playing the frames, all this is already handled. When the frame is not played, nothing has to be done. In total, the function is not needed. * adds a get_caps() function to v4l2src * some minor crap
* Revert the revert to 1.0.0 vorbis.m4 code.David I. Lehn2002-09-191-1/+2
| | | | | | | | | Original commit message from CVS: Revert the revert to 1.0.0 vorbis.m4 code. This bugfix has been accepted upstream to fix a segfault due to a bogus function parameter. (the cause of the segfault should probably be fixed but until then...)
* With these changes, the generated AVI has a valid index and can thus be read ↵Ronald S. Bultje2002-09-191-11/+25
| | | | | | | by players Original commit message from CVS: With these changes, the generated AVI has a valid index and can thus be read by players
* License fixRonald S. Bultje2002-09-191-0/+1
| | | | | Original commit message from CVS: License fix
* update to 1.0 vorbis macroThomas Vander Stichele2002-09-191-1/+1
| | | | | Original commit message from CVS: update to 1.0 vorbis macro
* update to 1.0 macroThomas Vander Stichele2002-09-191-4/+3
| | | | | Original commit message from CVS: update to 1.0 macro
* yay, I can commit again !!! this fixes warnings I hadThomas Vander Stichele2002-09-192-11/+10
| | | | | | | Original commit message from CVS: yay, I can commit again !!! this fixes warnings I had
* This fixes some problems when recording AVI files with gstrecRonald S. Bultje2002-09-192-21/+73
| | | | | Original commit message from CVS: This fixes some problems when recording AVI files with gstrec
* aclocal nicetyThomas Vander Stichele2002-09-181-1/+2
| | | | | Original commit message from CVS: aclocal nicety
* Fix libswfdec info. Update flac to reflect 1.0.2 backport.David Schleef2002-09-181-3/+4
| | | | | Original commit message from CVS: Fix libswfdec info. Update flac to reflect 1.0.2 backport.
* Add hack to make the flac plugin compile with both flac-1.0.2 and 1.0.3David Schleef2002-09-185-1/+58
| | | | | | Original commit message from CVS: Add hack to make the flac plugin compile with both flac-1.0.2 and 1.0.3
* 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