summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Using correct spelling for visualizationJulien Moutte2003-10-061-4/+4
| | | | | Original commit message from CVS: Using correct spelling for visualization
* fix flac mimetypeJeremy Simon2003-10-041-1/+1
| | | | | Original commit message from CVS: fix flac mimetype
* update with latest typefind changes, spec should once again work :)Christian Schaller2003-10-031-3/+3
| | | | | Original commit message from CVS: update with latest typefind changes, spec should once again work :)
* New typefind system: bytestream is now part of the core all plugins have ↵Ronald S. Bultje2003-10-0116-131/+140
| | | | | | | | | | | | | | | | | | | | | been modified to use this new typefind syste... Original commit message from CVS: New typefind system: * bytestream is now part of the core * all plugins have been modified to use this new typefind system * asf typefinding added * mpeg video stream typefiding removed because it's broken * duplicate typefind entries removed * extra id3 typefinding added, because we've seen 4 types of files (riff/wav, flac, vorbis, mp3) with id3 headers and each of these needs to work. Instead, I've added an id3 element and let it redo typefiding after the id3 header. this needs a hack because spider only typefinds once. We can remove this hack once spider supports multiple typefinds. * with all this, mp3 typefinding is semi-rewritten * id3 typefinding in flac/vorbis is removed, it's no longer needed * fixed spider and gst-typefind to use this, too. * Other general cleanups
* Add new element: frame dropper. This element inserts/drops frames to go from ↵Ronald S. Bultje2003-09-301-2/+3
| | | | | | | a certain input framerate to a certain o... Original commit message from CVS: Add new element: frame dropper. This element inserts/drops frames to go from a certain input framerate to a certain output framerate. It's extremely simple and that's why it's so cute.
* Set keyframe flag only when it is a keyframe. This will break quite some ↵Ronald S. Bultje2003-09-301-1/+4
| | | | | | | formats because many encoders dont set this ... Original commit message from CVS: Set keyframe flag only when it is a keyframe. This will break quite some formats because many encoders dont set this flag correctly, but I'll fix that as I encounter them. divx5 works correctly now. ;).
* In the intfloat conversion elements, there were bugs when the float buffer ↵Andy Wingo2003-09-301-40/+15
| | | | | | | | | | | | | | was bigger than the int buffer (in frames)... Original commit message from CVS: In the intfloat conversion elements, there were bugs when the float buffer was bigger than the int buffer (in frames). That's now fixed, some style issues are "fixed" (subjectively), mallocs are removed from int2float's processing loop, and the default buffer size was raised to 256 frames to give better performance in the default case. Wavenc was modified to not set an event handler on its sink pad. It deals with EOS in its chain function instead.
* I thought I removed these two...Ronald S. Bultje2003-09-292-525/+0
| | | | | Original commit message from CVS: I thought I removed these two...
* cvs ignoreThomas Vander Stichele2003-09-281-0/+1
| | | | | Original commit message from CVS: cvs ignore
* add elapsed timeThomas Vander Stichele2003-09-281-2/+16
| | | | | Original commit message from CVS: add elapsed time
* update with latest fixesChristian Schaller2003-09-271-2/+8
| | | | | Original commit message from CVS: update with latest fixes
* make ffmpeg erroring out work:Benjamin Otte2003-09-271-2/+3
| | | | | | | Original commit message from CVS: make ffmpeg erroring out work: - don't built gst-libs/ext/ffmpeg - don't update Tag when cvs command fails
* Add navigationDavid Schleef2003-09-271-0/+1
| | | | | Original commit message from CVS: Add navigation
* added second example with plotting fixed some aestheticsThomas Vander Stichele2003-09-267-11/+160
| | | | | | Original commit message from CVS: added second example with plotting fixed some aesthetics
* sort the list of plugins that are built and don't spit out so much empty linesBenjamin Otte2003-09-252-2/+4
| | | | | Original commit message from CVS: sort the list of plugins that are built and don't spit out so much empty lines
* Don't unref event when calling gst_pad_event_default() (#119155)David Schleef2003-09-251-2/+2
| | | | | Original commit message from CVS: Don't unref event when calling gst_pad_event_default() (#119155)
* make sure gtk apps are builtThomas Vander Stichele2003-09-211-0/+1
| | | | | Original commit message from CVS: make sure gtk apps are built
* build demo appThomas Vander Stichele2003-09-212-0/+139
| | | | | Original commit message from CVS: build demo app
* fix capsThomas Vander Stichele2003-09-211-48/+47
| | | | | Original commit message from CVS: fix caps
* remove debugging printsThomas Vander Stichele2003-09-212-9/+13
| | | | | Original commit message from CVS: remove debugging prints
* reworked level plugin. It now does RMS, peak, and decay peak signaling per ↵Thomas Vander Stichele2003-09-216-109/+317
| | | | | | | | interleaved channel. Original commit message from CVS: reworked level plugin. It now does RMS, peak, and decay peak signaling per interleaved channel.
* port #121143 to HEAD (flac file detection)Jeremy Simon2003-09-201-3/+23
| | | | | Original commit message from CVS: port #121143 to HEAD (flac file detection)
* Fix problem transitioning to PLAYING. (#122481)David Schleef2003-09-191-1/+0
| | | | | Original commit message from CVS: Fix problem transitioning to PLAYING. (#122481)
* add cvsignore so we don't have to look at generated gst-launch-ext fileChristian Schaller2003-09-191-0/+1
| | | | | Original commit message from CVS: add cvsignore so we don't have to look at generated gst-launch-ext file
* add versioning to gst-launch-ext and gst-visualise and add new files to specChristian Schaller2003-09-192-7/+11
| | | | | Original commit message from CVS: add versioning to gst-launch-ext and gst-visualise and add new files to spec
* Add gst-launch-ext.in to extra distChristian Schaller2003-09-181-1/+1
| | | | | Original commit message from CVS: Add gst-launch-ext.in to extra dist
* remove this fileChristian Schaller2003-09-181-161/+0
| | | | | Original commit message from CVS: remove this file
* version gst-launch command in gst-launch-extChristian Schaller2003-09-182-0/+162
| | | | | Original commit message from CVS: version gst-launch command in gst-launch-ext
* reverting error patch before making a branch.Thomas Vander Stichele2003-09-1624-124/+57
| | | | | Original commit message from CVS: reverting error patch before making a branch.
* converted gst_element_error to new format in ext/ - gettext pendingBenjamin Otte2003-09-1510-20/+45
| | | | | Original commit message from CVS: converted gst_element_error to new format in ext/ - gettext pending
* converted gst_element_error to new format in sys/oss - gettext pendingBenjamin Otte2003-09-154-25/+43
| | | | | Original commit message from CVS: converted gst_element_error to new format in sys/oss - gettext pending
* converted gst_element_error to new format in gst/ - gettext pendingBenjamin Otte2003-09-1510-12/+36
| | | | | Original commit message from CVS: converted gst_element_error to new format in gst/ - gettext pending
* add COPYING.LIBChristian Schaller2003-09-141-1/+1
| | | | | Original commit message from CVS: add COPYING.LIB
* exerting executive privilegeDavid Schleef2003-09-141-26/+0
| | | | | Original commit message from CVS: exerting executive privilege
* Change some g_prints to GST_DEBUGDavid Schleef2003-09-141-4/+2
| | | | | Original commit message from CVS: Change some g_prints to GST_DEBUG
* change caps in template to GST_CAPS_ANYDavid Schleef2003-09-141-2/+2
| | | | | Original commit message from CVS: change caps in template to GST_CAPS_ANY
* Change default program suffix to -0.7David Schleef2003-09-131-0/+4
| | | | | Original commit message from CVS: Change default program suffix to -0.7
* Make interface hack work with multiple interfaces per elementRonald S. Bultje2003-09-131-2/+6
| | | | | Original commit message from CVS: Make interface hack work with multiple interfaces per element
* Copyright fix (code=mine)Ronald S. Bultje2003-09-132-6/+4
| | | | | Original commit message from CVS: Copyright fix (code=mine)
* Fix missing symbolRonald S. Bultje2003-09-131-1/+1
| | | | | Original commit message from CVS: Fix missing symbol
* fix v4l elements as they have been merged into just 2Christian Schaller2003-09-131-6/+2
| | | | | Original commit message from CVS: fix v4l elements as they have been merged into just 2
* fix typo (not mine, ronalds ;)Christian Schaller2003-09-131-1/+0
| | | | | Original commit message from CVS: fix typo (not mine, ronalds ;)
* disting fix, ronald remember to make sure all new files get disted :)Christian Schaller2003-09-131-6/+7
| | | | | Original commit message from CVS: disting fix, ronald remember to make sure all new files get disted :)
* typosRonald S. Bultje2003-09-131-1/+2
| | | | | Original commit message from CVS: typos
* latest fixes to get everything disting and building like a charmChristian Schaller2003-09-132-1/+4
| | | | | Original commit message from CVS: latest fixes to get everything disting and building like a charm
* Move all the several v4l/v4l2 plugins in one v4l and one v4l2 pluginRonald S. Bultje2003-09-136-35/+66
| | | | | Original commit message from CVS: Move all the several v4l/v4l2 plugins in one v4l and one v4l2 plugin
* Interface implementation example: OSS mixer. Also osscommon->osselement so ↵Ronald S. Bultje2003-09-1310-173/+1249
| | | | | | | it can be loaded without being a source/si... Original commit message from CVS: Interface implementation example: OSS mixer. Also osscommon->osselement so it can be loaded without being a source/sink (for a stand-alone mixer)
* Interface example: a mixerRonald S. Bultje2003-09-131-0/+1
| | | | | Original commit message from CVS: Interface example: a mixer
* Check for seekability and use gst_pad_push() instead of gst_pad_send_event()Ronald S. Bultje2003-09-121-24/+44
| | | | | Original commit message from CVS: Check for seekability and use gst_pad_push() instead of gst_pad_send_event()
* Clarify DV type 1/2 differenceRonald S. Bultje2003-09-121-3/+7
| | | | | Original commit message from CVS: Clarify DV type 1/2 difference