- 29 Jun, 2003 1 commit
-
-
Benjamin Otte authored
Original commit message from CVS: compatibility fix for new GST_DEBUG stuff. Includes fixes for missing includes for config.h and unistd.h I only ensured for plugins I can build that they work, so if some of them are still broken, you gotta fix them yourselves unfortunately.
-
- 28 Jun, 2003 1 commit
-
-
Ronald S. Bultje authored
Original commit message from CVS: Re-add int2float/float2int, someone told me audioconvert handled all this, but it doesn't. oops
-
- 25 Jun, 2003 3 commits
-
-
Ronald S. Bultje authored
Original commit message from CVS: Plugins cleanup: * stereo2mono, mono2stereo, int2float, float2int: replaced by audioconvert. * stereosplit replaced by oneton. * vumeter replaced by level (and was broken anyway). * avifile replaced by ffmpeg. * mjpegtools duplicates functionality of jpeg. jpeg now works with jpeg-mmx, too, which makes mjpegtools unneeded. * allow for jpegmmx instead of jpeg. * openquicktime replaced by qtdemux and ffmpeg. Broken anyway. * XMMS is broken and will never be fixed. * vga is broken and will not be fixed anywhere soon. * videosink has never worked. If it works, add it back to replace xvideosink.
-
David Schleef authored
Original commit message from CVS: Added gst/realmedia gst/debug and ext/gdk_pixbuf
-
David Schleef authored
Original commit message from CVS: Add gdkpixbuf subdir. Alphabetize a few others.
-
- 17 Jun, 2003 1 commit
-
-
Ronald S. Bultje authored
Original commit message from CVS: New ffmpeg version fixes mpeg decoding segfaults (mpeg1)
-
- 16 Jun, 2003 2 commits
-
-
Andy Wingo authored
caps refcounting fixes for float2int fixed wrt setting of caps on int pad with dynamic number of sink pads in float2i... Original commit message from CVS: * caps refcounting fixes for float2int * fixed wrt setting of caps on int pad with dynamic number of sink pads in float2int * added libsndfile plugin (currently only the src is implemented) - currently only float output, noninterleaved is implemented
-
Julien Moutte authored
Original commit message from CVS: Fixing indentation
-
- 14 Jun, 2003 1 commit
-
-
Benjamin Otte authored
Original commit message from CVS: gcc 3.3 and ppc fixes
-
- 13 Jun, 2003 1 commit
-
-
David Schleef authored
Original commit message from CVS: Add videoflip
-
- 11 Jun, 2003 3 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: fix object reset
-
Ronald S. Bultje authored
Fix 114948 - adds some autotools magic that makes sure that we only make install ffmpeg if its actually there Original commit message from CVS: Fix 114948 - adds some autotools magic that makes sure that we only make install ffmpeg if its actually there
-
David Schleef authored
Original commit message from CVS: Fix test for qcamsrc: only works on i386-linux. Fix assignment of GST_CVS
-
- 10 Jun, 2003 2 commits
-
-
Ronald S. Bultje authored
Original commit message from CVS: Backport of #109069
-
David Schleef authored
Original commit message from CVS: fix: width is in bytes, not bits. Remove incorrect assertion.
-
- 08 Jun, 2003 1 commit
-
-
Ronald S. Bultje authored
Original commit message from CVS: Fix some weirdities in the man page, see #114060
-
- 07 Jun, 2003 2 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: warn on state change failures
-
Ronald S. Bultje authored
Original commit message from CVS: Remove NEW_MEDIA from plugins
-
- 01 Jun, 2003 3 commits
-
-
Ronald S. Bultje authored
Original commit message from CVS: Add some bugreport about spider+v4lsrc to TODO list (aka testing this CIA commit bot)
-
Julien Moutte authored
Original commit message from CVS: Fixing error message when a plugin is missing (gst-player -> libgstplay). Pipeline state change on error is now done directly in error callback, there's still something weird with oss /dev/dsp ressource busy error.
-
Wim Taymans authored
Original commit message from CVS: fix negotiation error handling
-
- 30 May, 2003 4 commits
-
-
Julien Moutte authored
Original commit message from CVS: Error handling is inside and works :) Mutexes have been removed. That should fix UI responsiveness problems on query_length. Please heavily test to check if they were really needed. Some fixes in GClosures
-
Ronald S. Bultje authored
Original commit message from CVS: Update plugins to newest divx.com release API (5.2) (why aren't these libs API stable?!?)
-
Colin Walters authored
Original commit message from CVS: Don't set the mime type.
-
Thomas Vander Stichele authored
Original commit message from CVS: pkgconfig checks for mad, audiofile, fix for mcopidl
-
- 29 May, 2003 5 commits
-
-
Ronald S. Bultje authored
Original commit message from CVS: Use new ffmpeg revision
-
Thomas Vander Stichele authored
Original commit message from CVS: don't warn on recoverable problems
-
Ronald S. Bultje authored
Original commit message from CVS: New dxr3 plugins from Martin Soto <soto@informatik.uni-kl.de>
-
Wim Taymans authored
Original commit message from CVS: - small cleanups - fix DURATION field
-
Wim Taymans authored
Original commit message from CVS: - small cleanups - fix offset - added blocksize property
-
- 28 May, 2003 2 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: *** empty log message ***
-
David Schleef authored
Original commit message from CVS: GST_FORMAT_UNITS -> GST_FORMAT_DEFAULT conversion
-
- 24 May, 2003 5 commits
-
-
Wim Taymans authored
Original commit message from CVS: - removed UNITS
-
Wim Taymans authored
Original commit message from CVS: - UNITS -> DEFAULT
-
Wim Taymans authored
Original commit message from CVS: UNITS -> DEFAULT
-
Wim Taymans authored
Original commit message from CVS: removed UNITS
-
Wim Taymans authored
Original commit message from CVS: - return result of parent state change too
-
- 22 May, 2003 2 commits
-
-
Benjamin Otte authored
fix Makefiles for C++ libraries. They should now work with Forte. This needs a new libtool, update autogen.sh to refl... Original commit message from CVS: fix Makefiles for C++ libraries. They should now work with Forte. This needs a new libtool, update autogen.sh to reflect this.
-
Brian Cameron authored
Original commit message from CVS: This ISO_VARARGS macro is more consistant with the others.
-
- 21 May, 2003 1 commit
-
-
David Schleef authored
Original commit message from CVS: gsize != gint on some platforms. Fix.
-