- 27 Apr, 2002 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: some cvs screwup
-
- 26 Apr, 2002 4 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: modplug needs c++
-
Ronald S. Bultje authored
Original commit message from CVS: Various small fixes for compile problems
-
Steve Baker Baker authored
use audio/x-wav instead of audio/wav. I don't know if we have a policy of matching GStreamer types with official mime... Original commit message from CVS: use audio/x-wav instead of audio/wav. I don't know if we have a policy of matching GStreamer types with official mime types, but I figure it can't hurt.
-
Steve Baker Baker authored
Original commit message from CVS: move the lrint check to happen earlier. add the floatcast dir.
-
- 25 Apr, 2002 2 commits
-
-
Steve Baker Baker authored
check for lrint and lrintf - a new header in gst/floatcast/floatcast.h will check for this and provide alternatives i... Original commit message from CVS: check for lrint and lrintf - a new header in gst/floatcast/floatcast.h will check for this and provide alternatives if necessary
-
Steve Baker Baker authored
Original commit message from CVS: macros to detect fast float to int casting, lrint and lrintf, thanks to Erik de Castro Lopo.
-
- 24 Apr, 2002 8 commits
-
-
Wim Taymans authored
Original commit message from CVS: And the revTV plugin..
-
Wim Taymans authored
Original commit message from CVS: Vertigo is another cool one
-
Wim Taymans authored
Original commit message from CVS: ported the shagadelic plugin, shake it baby!
-
Wim Taymans authored
Original commit message from CVS: Dispose wasn't a good idea..
-
Wim Taymans authored
Original commit message from CVS: Some cleanups ported the ber cool warp plugin.
-
Wim Taymans authored
Original commit message from CVS: Added the diceTV plugin
-
Wim Taymans authored
Original commit message from CVS: License fixups.
-
Wim Taymans authored
Original commit message from CVS: Port agingTV
-
- 23 Apr, 2002 2 commits
-
-
Wim Taymans authored
Original commit message from CVS: Added some more components to port effectv
-
Wim Taymans authored
Copy the timestamp too. funny effects: ./gst-launch filesrc location=/opt/data/AlienSong.mpg ! mpegdemux video_%02d! ... Original commit message from CVS: Copy the timestamp too. funny effects: ./gst-launch filesrc location=/opt/data/AlienSong.mpg ! mpegdemux video_%02d! { queue ! mpeg2dec ! colorspace ! edgeTV ! colorspace ! xvideosink } ./gst-launch filesrc location=/opt/data/south.mp3 ! mad ! goom ! edgeTV ! colorspace ! xvideosink
-
- 20 Apr, 2002 3 commits
-
-
Andy Wingo Wingo authored
a hack to work around intltool's brokenness a current check for mpeg2dec details->klass reorganizations an element br... Original commit message from CVS: * a hack to work around intltool's brokenness * a current check for mpeg2dec * details->klass reorganizations * an element browser that uses details->klass * separated cdxa parse out from the avi directory
-
Steve Baker Baker authored
Original commit message from CVS: s/G_MINFLOAT/G_MAXFLOAT unref the buffer pool in the loop func
-
Steve Baker Baker authored
Original commit message from CVS: A fairly large reworking of the ladspa _get, _chain and _loop funcs. highlights are: - pad names are now g_strcanonised - in all cases possible, src and sink buffers are shared - all ladspa properties are exposed as dparams and element properties - the buffers are now processed in dparam driven loops - timestamps on buffers should be correct - misc fixes It has been minimally tested - the following pipeline works for me: gst-launch ladspa_sine_fcac Frequency=440.0 Amplitude=1.0 name=fcac1 ladspa_sine_fcac Frequency=450.0 Amplitude=1.0 name=fcac2 ladspa_freeverb3 Wet-Level=0.5 name=free float2int name=f2i fcac1.Output!free.Input--Left- free.Output--Left-!f2i.sink%d fcac2.Output!free.Input--Right- free.Output--Right-!f2i.sink%d f2i.src!sink osssink
-
- 18 Apr, 2002 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: same fix for plugins
-
- 15 Apr, 2002 4 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: fix
-
Thomas Vander Stichele authored
Original commit message from CVS: more mergeback from the latest release
-
Thomas Vander Stichele authored
Original commit message from CVS: *** empty log message ***
-
David I. Lehn authored
Original commit message from CVS: s/-lmpeg2dec/-lcpuaccel/ to support the lastest mpeg2dec release
-
- 14 Apr, 2002 3 commits
-
-
Benjamin Otte authored
Original commit message from CVS: revert part of a patch that broke BE machines
-
Wim Taymans authored
Original commit message from CVS: Fix the padtemplate names.
-
Steve Baker Baker authored
Original commit message from CVS: this script runs gst-inspect on all built elements and checks for warnings or bad exit codes. It requires a gst-inspect to be in your PATH. more checking is probably needed for valid gst-inspect output. The output format of gst-inspect will be changed slightly to make parsing the output possible.
-
- 13 Apr, 2002 1 commit
-
-
Thomas Vander Stichele authored
spec fixes gst-launch-ext additions trying to fix up ieeetest but failed function collision in avifile dir Original commit message from CVS: * spec fixes * gst-launch-ext additions * trying to fix up ieeetest but failed * function collision in avifile dir
-
- 11 Apr, 2002 1 commit
-
-
Andy Wingo Wingo authored
Original commit message from CVS: GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind. also, some -Werror fixes.
-
- 06 Apr, 2002 4 commits
-
-
Benjamin Otte authored
Original commit message from CVS: added -Werror
-
Benjamin Otte authored
Original commit message from CVS: fixed warnings in /ext added mikmod_types.h to get it done
-
Benjamin Otte authored
Original commit message from CVS: fixed rest of warning for gcc 3 in /gst. fixed some Makefiles: s/-m486/-mcpu=i486/ disabled mpegaudioparse plugin. What good is this rotten code for anyway?
-
Benjamin Otte authored
Original commit message from CVS: fixed first bunch of compiler warnings
-
- 01 Apr, 2002 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: tsk tsk. do people even try to MAKE stuff they add ? ;)
-
- 31 Mar, 2002 1 commit
-
-
Andy Wingo Wingo authored
correct a condition in check-libheader.m4 remove gst a52 and mpeg2dec m4's in favor of ones i have sent to walken for... Original commit message from CVS: * correct a condition in check-libheader.m4 * remove gst a52 and mpeg2dec m4's in favor of ones i have sent to walken for inclusion in the upstream packages
-
- 30 Mar, 2002 4 commits
-
-
Andy Wingo Wingo authored
Original commit message from CVS: * alphabetization fixen * a jack caps fix
-
Andy Wingo Wingo authored
add notify back to filesrc, it's needed for MVC applications remove notify printouts from gst-launch cleanup in gst-p... Original commit message from CVS: * add notify back to filesrc, it's needed for MVC applications * remove notify printouts from gst-launch * cleanup in gst-plugins configure.ac * some jack updates * remove SELF_ITERATING flag in favor of SEF_SCHEDULABLE (not a clear name, but it's what we have for the moment) * improve parsing of request pad names, no more sscanf * fixes to the fastscheduler Makefile.am
-
Andy Wingo Wingo authored
Original commit message from CVS: added check for 0.7.3 a52 api
-
Wim Taymans authored
Original commit message from CVS: Changed to the new props API Other small tuff.
-