Commit graph

1190 commits

Author SHA1 Message Date
Leif Johnson 9246e54331 updating some plugin categories
Original commit message from CVS:
updating some plugin categories
2003-10-08 07:44:25 +00:00
David Schleef ffaa5926c6 Fix endianness problems in caps. Fixes #124006
Original commit message from CVS:
Fix endianness problems in caps.  Fixes #124006
2003-10-07 18:52:16 +00:00
Julien Moutte 69654e8c6c Using correct spelling for visualization
Original commit message from CVS:
Using correct spelling for visualization
2003-10-06 11:51:46 +00:00
Jeremy Simon 201b06e52d fix flac mimetype
Original commit message from CVS:
fix flac mimetype
2003-10-04 20:50:48 +00:00
Christian Schaller cab352dca8 update with latest typefind changes, spec should once again work :)
Original commit message from CVS:
update with latest typefind changes, spec should once again work :)
2003-10-03 05:45:41 +00:00
Ronald S. Bultje 38946080fd New typefind system: bytestream is now part of the core all plugins have 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
2003-10-01 13:14:52 +00:00
Ronald S. Bultje 9905c2c257 Add new element: frame dropper. This element inserts/drops frames to go from 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.
2003-09-30 21:44:53 +00:00
Ronald S. Bultje 51e244fe4a Set keyframe flag only when it is a keyframe. This will break quite some 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. ;).
2003-09-30 21:06:43 +00:00
Andy Wingo 5d09662e9e In the intfloat conversion elements, there were bugs when the float buffer 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.
2003-09-30 12:47:48 +00:00
Ronald S. Bultje 124fa6ae42 I thought I removed these two...
Original commit message from CVS:
I thought I removed these two...
2003-09-29 12:01:42 +00:00
Thomas Vander Stichele f83560d1cf cvs ignore
Original commit message from CVS:
cvs ignore
2003-09-28 08:31:42 +00:00
Thomas Vander Stichele aee41a57cc add elapsed time
Original commit message from CVS:
add elapsed time
2003-09-28 08:30:48 +00:00
Christian Schaller cd42ba680c update with latest fixes
Original commit message from CVS:
update with latest fixes
2003-09-27 18:53:21 +00:00
Benjamin Otte bcf3b1fcea make ffmpeg erroring out work:
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
2003-09-27 16:44:53 +00:00
David Schleef 8c095f256d Add navigation
Original commit message from CVS:
Add navigation
2003-09-27 03:15:34 +00:00
Thomas Vander Stichele 3ab75a571e added second example with plotting fixed some aesthetics
Original commit message from CVS:
added second example with plotting
fixed some aesthetics
2003-09-26 16:45:04 +00:00
Benjamin Otte 46860a7c53 sort the list of plugins that are built and don't spit out so much empty lines
Original commit message from CVS:
sort the list of plugins that are built and don't spit out so much empty lines
2003-09-25 21:40:35 +00:00
David Schleef c60fd3f74b Don't unref event when calling gst_pad_event_default() (#119155)
Original commit message from CVS:
Don't unref event when calling gst_pad_event_default() (#119155)
2003-09-25 00:34:57 +00:00
Thomas Vander Stichele 70472b438e make sure gtk apps are built
Original commit message from CVS:
make sure gtk apps are built
2003-09-21 13:25:46 +00:00
Thomas Vander Stichele 78422efb90 build demo app
Original commit message from CVS:
build demo app
2003-09-21 13:24:13 +00:00
Thomas Vander Stichele b1fc25ab77 fix caps
Original commit message from CVS:
fix caps
2003-09-21 13:08:29 +00:00
Thomas Vander Stichele 6ba97f7ea9 remove debugging prints
Original commit message from CVS:
remove debugging prints
2003-09-21 12:52:55 +00:00
Thomas Vander Stichele 1bb14f4e48 reworked level plugin. It now does RMS, peak, and decay peak signaling per interleaved channel.
Original commit message from CVS:
reworked level plugin.  It now does RMS, peak, and decay peak signaling
per interleaved channel.
2003-09-21 12:21:49 +00:00
Jeremy Simon 6ecea15a25 port #121143 to HEAD (flac file detection)
Original commit message from CVS:
port #121143 to HEAD (flac file detection)
2003-09-20 19:34:31 +00:00
David Schleef ffb4b651be Fix problem transitioning to PLAYING. (#122481)
Original commit message from CVS:
Fix problem transitioning to PLAYING.  (#122481)
2003-09-19 22:39:28 +00:00
Christian Schaller 52db12c305 add cvsignore so we don't have to look at generated gst-launch-ext file
Original commit message from CVS:
add cvsignore so we don't have to look at generated gst-launch-ext file
2003-09-19 06:27:55 +00:00
Christian Schaller 9434301d55 add versioning to gst-launch-ext and gst-visualise and add new files to spec
Original commit message from CVS:
add versioning to gst-launch-ext and gst-visualise and add new files to spec
2003-09-19 06:24:35 +00:00
Christian Schaller ac8ab07e2e Add gst-launch-ext.in to extra dist
Original commit message from CVS:
Add gst-launch-ext.in to extra dist
2003-09-18 20:55:35 +00:00
Christian Schaller 404ebebe05 remove this file
Original commit message from CVS:
remove this file
2003-09-18 19:50:24 +00:00
Christian Schaller 7de769ac94 version gst-launch command in gst-launch-ext
Original commit message from CVS:
version gst-launch command in gst-launch-ext
2003-09-18 18:28:23 +00:00
Thomas Vander Stichele 54b0fe0f94 reverting error patch before making a branch.
Original commit message from CVS:
reverting error patch before making a branch.
2003-09-16 10:00:02 +00:00
Benjamin Otte 8817348af7 converted gst_element_error to new format in ext/ - gettext pending
Original commit message from CVS:
converted gst_element_error to new format in ext/ - gettext pending
2003-09-15 01:08:39 +00:00
Benjamin Otte 77a4320a04 converted gst_element_error to new format in sys/oss - gettext pending
Original commit message from CVS:
converted gst_element_error to new format in sys/oss - gettext pending
2003-09-15 00:42:39 +00:00
Benjamin Otte 2cefb50429 converted gst_element_error to new format in gst/ - gettext pending
Original commit message from CVS:
converted gst_element_error to new format in gst/ - gettext pending
2003-09-15 00:34:47 +00:00
Christian Schaller 7d23752c25 add COPYING.LIB
Original commit message from CVS:
add COPYING.LIB
2003-09-14 21:43:13 +00:00
David Schleef b0de166ff3 exerting executive privilege
Original commit message from CVS:
exerting executive privilege
2003-09-14 18:29:11 +00:00
David Schleef aa0c086a44 Change some g_prints to GST_DEBUG
Original commit message from CVS:
Change some g_prints to GST_DEBUG
2003-09-14 11:50:14 +00:00
David Schleef ea1f88abb6 change caps in template to GST_CAPS_ANY
Original commit message from CVS:
change caps in template to GST_CAPS_ANY
2003-09-14 11:21:55 +00:00
David Schleef 87af2ca109 Change default program suffix to -0.7
Original commit message from CVS:
Change default program suffix to -0.7
2003-09-13 16:10:25 +00:00
Ronald S. Bultje 01b291a923 Make interface hack work with multiple interfaces per element
Original commit message from CVS:
Make interface hack work with multiple interfaces per element
2003-09-13 15:47:59 +00:00
Ronald S. Bultje 3bfac4fc26 Copyright fix (code=mine)
Original commit message from CVS:
Copyright fix (code=mine)
2003-09-13 13:42:09 +00:00
Ronald S. Bultje 17ff8e9c5b Fix missing symbol
Original commit message from CVS:
Fix missing symbol
2003-09-13 13:37:49 +00:00
Christian Schaller 079f154264 fix v4l elements as they have been merged into just 2
Original commit message from CVS:
fix v4l elements as they have been merged into just 2
2003-09-13 12:12:54 +00:00
Christian Schaller 4dd04ba53b fix typo (not mine, ronalds ;)
Original commit message from CVS:
fix typo (not mine, ronalds ;)
2003-09-13 11:47:13 +00:00
Christian Schaller b0212d99c4 disting fix, ronald remember to make sure all new files get disted :)
Original commit message from CVS:
disting fix, ronald remember to make sure all new files get disted :)
2003-09-13 11:38:25 +00:00
Ronald S. Bultje 3a98c2756f typos
Original commit message from CVS:
typos
2003-09-13 10:44:47 +00:00
Christian Schaller e3a08681e3 latest fixes to get everything disting and building like a charm
Original commit message from CVS:
latest fixes to get everything disting and building like a charm
2003-09-13 10:25:22 +00:00
Ronald S. Bultje 2381d69692 Move all the several v4l/v4l2 plugins in one v4l and one v4l2 plugin
Original commit message from CVS:
Move all the several v4l/v4l2 plugins in one v4l and one v4l2 plugin
2003-09-13 08:58:49 +00:00
Ronald S. Bultje 96fc83aeac Interface implementation example: OSS mixer. Also osscommon->osselement so 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)
2003-09-13 01:22:59 +00:00
Ronald S. Bultje adda650f23 Interface example: a mixer
Original commit message from CVS:
Interface example: a mixer
2003-09-13 01:20:04 +00:00