- 02 Jul, 2003 1 commit
-
-
David Schleef authored
Original commit message from CVS: add gst/videofilter and ext/pango
-
- 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 2 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
-
- 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 1 commit
-
-
Andy Wingo 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
-
- 13 Jun, 2003 1 commit
-
-
David Schleef authored
Original commit message from CVS: Add videoflip
-
- 11 Jun, 2003 1 commit
-
-
David Schleef authored
Original commit message from CVS: Fix test for qcamsrc: only works on i386-linux. Fix assignment of GST_CVS
-
- 30 May, 2003 2 commits
-
-
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?!?)
-
Thomas Vander Stichele authored
Original commit message from CVS: pkgconfig checks for mad, audiofile, fix for mcopidl
-
- 29 May, 2003 2 commits
-
-
Ronald S. Bultje authored
Original commit message from CVS: Use new ffmpeg revision
-
Ronald S. Bultje authored
Original commit message from CVS: New dxr3 plugins from Martin Soto <soto@informatik.uni-kl.de>
-
- 21 May, 2003 2 commits
-
-
Brian Cameron authored
Corrected the configure.ac so it actually works. Updated some c files so that they build on Solaris. This mostly in... Original commit message from CVS: Corrected the configure.ac so it actually works. Updated some c files so that they build on Solaris. This mostly involved supporting ISO style variable-argument macros.
-
Brian Cameron authored
Updated autogen.sh/configure.ac and various Makefiles to make the configure script set up all gcc specific compiler a... Original commit message from CVS: Updated autogen.sh/configure.ac and various Makefiles to make the configure script set up all gcc specific compiler arguments, rather than hardcoding them in the Makefile.am files
-
- 19 May, 2003 2 commits
-
-
David Schleef authored
Original commit message from CVS: remove creation of makefile in nonexistent (sys/x11) directory
-
Jeremy Simon authored
Original commit message from CVS: update libflac check
-
- 12 May, 2003 1 commit
-
-
Christian Schaller authored
Original commit message from CVS: Some bugfixes: - Add missing .h file to videoscale disting - Remove http plugin from build
-
- 23 Apr, 2003 1 commit
-
-
Christian Schaller authored
Original commit message from CVS: Removing avifile and http plugins, also fixing some disting issues
-
- 22 Apr, 2003 1 commit
-
-
Ronald S. Bultje authored
Original commit message from CVS: Added corresponding divx/xvid decoders and fixed some first-hand encoder bugs
-
- 21 Apr, 2003 1 commit
-
-
Ronald S. Bultje authored
Original commit message from CVS: Adds divx/xvid encoders. * divx encoder is based on divx4linux (commercial, closed-source) * xvid encoder is based on xvidcore (http://www.xvid.org/, GPL - Christian? ;) ) Both use a GstCaps that doesn't conform with what we currently use, I might fix that later on or so. For now, it doesn't matter, it's just a test. We're also missing corresponding decoders (ffmpeg can decoded this too, but that's not the point), these might come later too.
-
- 14 Apr, 2003 1 commit
-
-
Benjamin Otte authored
Original commit message from CVS: Added initial version of audioconvert, a generic converter of integer audio/raw formats. It currently supports conversion of - channels (mono/stereo only, until someone tells me how to mix other channels) - endianness (little/bi endian) - signedness - width (8, 1, 24 and 32 bits) - depth (1 - width bits) missing: - enough testing (I intend to write a testsuite for this, but that's pending) - samplerate conversion - other goodies like format conversion etc Expect bugs when using it. problems this should solve: - encoding wav files on big endian machines - goom working with mono audio files in gst-player - Iain's soundcard (that one is a problem in itself) - complaints about missing conversion - too many age old, nearly unmaintained plugins (stereo2mono etc.) Have fun.
-
- 13 Apr, 2003 1 commit
-
-
Ronald S. Bultje authored
Original commit message from CVS: Update dvdnav plugin to latest version
-
- 07 Apr, 2003 1 commit
-
-
Ronald S. Bultje authored
Port some changes from 0.6.0/0.6.1 back to HEAD (.pc files moved to pkg-config/, .m4 file moved from plugins to core) Original commit message from CVS: Port some changes from 0.6.0/0.6.1 back to HEAD (.pc files moved to pkg-config/, .m4 file moved from plugins to core)
-
- 05 Apr, 2003 1 commit
-
-
David Schleef authored
Original commit message from CVS: Fix the QCAM detection. (Correctly, this time.) Should go into 0.6.1
-
- 04 Apr, 2003 1 commit
-
-
David Schleef authored
Original commit message from CVS: Correct fix for #109048. Disable qcamsrc plugin if non-i386.
-
- 11 Mar, 2003 1 commit
-
-
Jeremy Simon authored
Original commit message from CVS: Add monkeyaudio plugin
-
- 09 Mar, 2003 1 commit
-
-
Ronald S. Bultje authored
Original commit message from CVS: Fix v4l/v4l2 compilation problems
-
- 05 Mar, 2003 1 commit
-
-
Ronald S. Bultje authored
Original commit message from CVS: Fix compilation failure in testsuite/alsa/
-
- 02 Mar, 2003 2 commits
-
-
Christian Schaller authored
Original commit message from CVS: one missing file updated
-
Christian Schaller authored
Original commit message from CVS: Complete the move of the RTP plugin
-
- 23 Feb, 2003 3 commits
-
-
Christian Schaller authored
Original commit message from CVS: disabling videosink from head build, should I do the same for 0.6 branch?
-
Christian Schaller authored
add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, also disable ivorbis plugin as the test mis... Original commit message from CVS: add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, also disable ivorbis plugin as the test mistakes ordinary vorbis for tremor
-
Christian Schaller authored
Original commit message from CVS: merge integer based Tremor vorbis plugin
-
- 30 Jan, 2003 1 commit
-
-
Zeeshan Ali authored
Original commit message from CVS: The first attempt to support MAS. Dont expect it to work :)
-
- 26 Jan, 2003 1 commit
-
-
Christian Schaller authored
Original commit message from CVS: add asf plugin to build
-
- 23 Jan, 2003 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: 0.7.x dev branch is open
-
- 22 Jan, 2003 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: update version
-
- 21 Jan, 2003 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: stray x check
-
- 17 Jan, 2003 1 commit
-
-
David Schleef authored
Original commit message from CVS: Add a swfdec version dependency for new API
-