- 08 Oct, 2003 1 commit
-
-
Leif Johnson authored
Original commit message from CVS: updating some plugin categories
-
- 07 Oct, 2003 1 commit
-
-
David Schleef authored
Original commit message from CVS: Fix endianness problems in caps. Fixes #124006
-
- 06 Oct, 2003 1 commit
-
-
Julien Moutte Moutte authored
Original commit message from CVS: Using correct spelling for visualization
-
- 04 Oct, 2003 1 commit
-
-
Jeremy Simon authored
Original commit message from CVS: fix flac mimetype
-
- 03 Oct, 2003 1 commit
-
-
Christian Schaller authored
Original commit message from CVS: update with latest typefind changes, spec should once again work :)
-
- 01 Oct, 2003 1 commit
-
-
Ronald S. Bultje authored
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
-
- 30 Sep, 2003 3 commits
-
-
Ronald S. Bultje authored
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.
-
Ronald S. Bultje authored
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. ;).
-
Andy Wingo Wingo authored
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.
-
- 29 Sep, 2003 1 commit
-
-
Ronald S. Bultje authored
Original commit message from CVS: I thought I removed these two...
-
- 28 Sep, 2003 2 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: cvs ignore
-
Thomas Vander Stichele authored
Original commit message from CVS: add elapsed time
-
- 27 Sep, 2003 3 commits
-
-
Christian Schaller authored
Original commit message from CVS: update with latest fixes
-
Benjamin Otte authored
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
-
David Schleef authored
Original commit message from CVS: Add navigation
-
- 26 Sep, 2003 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: added second example with plotting fixed some aesthetics
-
- 25 Sep, 2003 2 commits
-
-
Benjamin Otte authored
Original commit message from CVS: sort the list of plugins that are built and don't spit out so much empty lines
-
David Schleef authored
Original commit message from CVS: Don't unref event when calling gst_pad_event_default() (#119155)
-
- 21 Sep, 2003 5 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: make sure gtk apps are built
-
Thomas Vander Stichele authored
Original commit message from CVS: build demo app
-
Thomas Vander Stichele authored
Original commit message from CVS: fix caps
-
Thomas Vander Stichele authored
Original commit message from CVS: remove debugging prints
-
Thomas Vander Stichele authored
Original commit message from CVS: reworked level plugin. It now does RMS, peak, and decay peak signaling per interleaved channel.
-
- 20 Sep, 2003 1 commit
-
-
Jeremy Simon authored
Original commit message from CVS: port #121143 to HEAD (flac file detection)
-
- 19 Sep, 2003 3 commits
-
-
David Schleef authored
Original commit message from CVS: Fix problem transitioning to PLAYING. (#122481)
-
Christian Schaller authored
Original commit message from CVS: add cvsignore so we don't have to look at generated gst-launch-ext file
-
Christian Schaller authored
Original commit message from CVS: add versioning to gst-launch-ext and gst-visualise and add new files to spec
-
- 18 Sep, 2003 3 commits
-
-
Christian Schaller authored
Original commit message from CVS: Add gst-launch-ext.in to extra dist
-
Christian Schaller authored
Original commit message from CVS: remove this file
-
Christian Schaller authored
Original commit message from CVS: version gst-launch command in gst-launch-ext
-
- 16 Sep, 2003 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: reverting error patch before making a branch.
-
- 15 Sep, 2003 3 commits
-
-
Benjamin Otte authored
Original commit message from CVS: converted gst_element_error to new format in ext/ - gettext pending
-
Benjamin Otte authored
Original commit message from CVS: converted gst_element_error to new format in sys/oss - gettext pending
-
Benjamin Otte authored
Original commit message from CVS: converted gst_element_error to new format in gst/ - gettext pending
-
- 14 Sep, 2003 4 commits
-
-
Christian Schaller authored
Original commit message from CVS: add COPYING.LIB
-
David Schleef authored
Original commit message from CVS: exerting executive privilege
-
David Schleef authored
Original commit message from CVS: Change some g_prints to GST_DEBUG
-
David Schleef authored
Original commit message from CVS: change caps in template to GST_CAPS_ANY
-
- 13 Sep, 2003 2 commits
-
-
David Schleef authored
Original commit message from CVS: Change default program suffix to -0.7
-
Ronald S. Bultje authored
Original commit message from CVS: Make interface hack work with multiple interfaces per element
-