summaryrefslogtreecommitdiffstats
path: root/ext
AgeCommit message (Collapse)AuthorFilesLines
2002-04-20a hack to work around intltool's brokenness a current check for mpeg2dec ↵Andy Wingo10-23/+22
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
2002-04-20s/G_MINFLOAT/G_MAXFLOAT unref the buffer pool in the loop funcSteve Baker1-1/+3
Original commit message from CVS: s/G_MINFLOAT/G_MAXFLOAT unref the buffer pool in the loop func
2002-04-20A fairly large reworking of the ladspa _get, _chain and _loop funcs. ↵Steve Baker2-244/+404
highlights are: 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
2002-04-16Finally we're on to a proper jack setup, with a specialized bin and elements ↵Andy Wingo4-187/+311
that can only go in a jack bin. I had to... Original commit message from CVS: Finally we're on to a proper jack setup, with a specialized bin and elements that can only go in a jack bin. I had to fix the parser first to do this, but to run it, the syntax is like so: gst-launch jackbin.( filesrc ! mad ! jacksink ) But of course it's not fully functional yet. Sigh.
2002-04-14added ARG_OUTPUT_ENDIANNESS and ARG_TYPE to _get_propertySteve Baker1-0/+6
Original commit message from CVS: added ARG_OUTPUT_ENDIANNESS and ARG_TYPE to _get_property
2002-04-11GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory ↵Andy Wingo15-162/+90
and typefind. Original commit message from CVS: GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind. also, some -Werror fixes.
2002-04-06fixed warnings in /ext added mikmod_types.h to get it doneBenjamin Otte2-15/+2
Original commit message from CVS: fixed warnings in /ext added mikmod_types.h to get it done
2002-04-01tsk tsk. do people even try to MAKE stuff they add ? ;)Thomas Vander Stichele1-1/+1
Original commit message from CVS: tsk tsk. do people even try to MAKE stuff they add ? ;)
2002-04-01Fix for latest lcs.Wim Taymans1-3/+3
Original commit message from CVS: Fix for latest lcs.
2002-03-30alphabetization fixen a jack caps fixAndy Wingo2-3/+11
Original commit message from CVS: * alphabetization fixen * a jack caps fix
2002-03-30add notify back to filesrc, it's needed for MVC applications remove notify ↵Andy Wingo1-5/+22
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
2002-03-30Get the signed property as a booleanWim Taymans1-5/+5
Original commit message from CVS: Get the signed property as a boolean
2002-03-30Changed to the new props APIWim Taymans9-54/+73
Original commit message from CVS: Changed to the new props API Other small tuff.
2002-03-30Added libcolorspace pluginWim Taymans2-0/+542
Original commit message from CVS: Added libcolorspace plugin
2002-03-25added a bunch of cvsignore stuff off of a fresh checkout and build i will ↵Andy Wingo1-0/+4
win the race to max LOC changed ;-) Original commit message from CVS: added a bunch of cvsignore stuff off of a fresh checkout and build i will win the race to max LOC changed ;-)
2002-03-24filter newlines out of GST_DEBUG statements to reflect new core behavior ↵Andy Wingo8-37/+37
fixes to adder's caps, again Original commit message from CVS: * filter newlines out of GST_DEBUG statements to reflect new core behavior * fixes to adder's caps, again
2002-03-21perhaps -lartsflow_idl is neededDavid I. Lehn1-1/+1
Original commit message from CVS: perhaps -lartsflow_idl is needed
2002-03-20s/Gnome-Streamer/GStreamer/Andy Wingo21-21/+22
Original commit message from CVS: s/Gnome-Streamer/GStreamer/
2002-03-19removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo28-220/+220
versioning is done internally to the plugins with... Original commit message from CVS: * removal of //-style comments * don't link plugins to core libs -- the versioning is done internally to the plugins with the plugin_info struct, and symbol resolution is lazy, so we can always know if a plugin can be loaded by the plugin_info data. in theory.
2002-03-19s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables ↵Andy Wingo11-12/+12
variables are defined as make variables automagi... Original commit message from CVS: s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables variables are defined as make variables automagically, and this gives the user the freedom to say make GST_PLUGIN_LDFLAGS=-myflag
2002-03-18s/gst_element_install_std_props/gst_element_class_install_std_props/ -- it ↵Andy Wingo7-4/+734
just makes more sense that way added jack ... Original commit message from CVS: * s/gst_element_install_std_props/gst_element_class_install_std_props/ -- it just makes more sense that way * added jack element, doesn't quite work right yet but i didn't want to lose the work -- it does build, register, and attempt to run though * imposed some restrictions on the naming of request pads to better allow for reverse parsing * added '%s' to reverse parsing * added new bin flag to indicate that it is self-iterating, and some lame code in gst-launch to test it out * fixen on launch-gui * added pkg-config stuff for the editor's libs
2002-03-03get up-to-date with the gst_caps_debug api improved capsnego in mad improved ↵Andy Wingo1-1/+1
capsnego in adder improved capsnego in i... Original commit message from CVS: * get up-to-date with the gst_caps_debug api * improved capsnego in mad * improved capsnego in adder * improved capsnego in intfloat plugins * unbroke capsnego in stereomono plugins * fix cothread stack allocation within the main thread in new cothreads
2002-02-16a hackish fix to link arts to the proper libsAndy Wingo1-1/+1
Original commit message from CVS: a hackish fix to link arts to the proper libs
2002-02-13Get rid of the gst_element_info() and replace it with g_message()Ronald S. Bultje1-2/+1
Original commit message from CVS: Get rid of the gst_element_info() and replace it with g_message()
2002-02-06Added $(AUDIOFILE_CFLAGS)Martin Enlund1-2/+2
Original commit message from CVS: Added $(AUDIOFILE_CFLAGS)
2002-02-06fixing make distcheckThomas Vander Stichele1-1/+1
Original commit message from CVS: fixing make distcheck
2002-02-05added bitcoder.h from w3d CVS, needed to compileErik Walthinsen1-0/+148
Original commit message from CVS: added bitcoder.h from w3d CVS, needed to compile
2002-02-04Add an image and a title to the SDL window while waitingRonald S. Bultje1-26/+75
Original commit message from CVS: Add an image and a title to the SDL window while waiting
2002-02-04adding tarkin to build to try building it run configure with ↵Thomas Vander Stichele1-2/+8
--enable-experimental Original commit message from CVS: adding tarkin to build to try building it run configure with --enable-experimental
2002-02-04fix a error I caused by not seeing the nested commentsChristian Schaller1-5/+5
Original commit message from CVS: fix a error I caused by not seeing the nested comments
2002-02-03// to /* */ fixesChristian Schaller4-43/+43
Original commit message from CVS: // to /* */ fixes
2002-02-03Assorted fixes.Wim Taymans1-14/+18
Original commit message from CVS: Assorted fixes. Use the new clocking stuff.
2002-02-03Added a tarkin encoder/decoder plugin.Wim Taymans22-0/+4097
Original commit message from CVS: Added a tarkin encoder/decoder plugin. I moved the tarking CVS code in here temporarily until they have a library (hence this plugin is in ext) test with: ./gst-launch filesrc location=/opt/data/shihad.mpg ! mpegdemux video_00! { queue ! mpeg2dec ! colorspace ! tarkinenc bitrate=3000 ! disksink location=out.ogg } ./gst-launch filesrc location=out.ogg ! tarkindec ! colorspace ! xvideosink
2002-02-02Faster RGB to YUV conversionWim Taymans1-113/+43
Original commit message from CVS: Faster RGB to YUV conversion
2002-01-31Various fixesRonald S. Bultje2-4/+2
Original commit message from CVS: Various fixes
2002-01-22Updated ladspa to work with the new caps nego stuff. Also updated it to work ↵Leif Johnson2-238/+328
in using a loop function for configurati... Original commit message from CVS: Updated ladspa to work with the new caps nego stuff. Also updated it to work in any M sinkpads by N srcpads configuration (M > -1 and N > 0), using a loop function for configurations other than M == N == 1 or M == 0.
2002-01-22Modified passthrough, adder, playondemand, float2int, int2float, and ladspa ↵Leif Johnson1-3/+1
to work with the new caps nego changes. Original commit message from CVS: Modified passthrough, adder, playondemand, float2int, int2float, and ladspa to work with the new caps nego changes. Updated adder to work with float data, now uses bytestreams. Updated ladspa to work in any M sinkpads by N srcpads configuration, M > -1 and N > 0. Also updated ladspa to work as a loop-based element using bytestreams for MxN configurations other than M == N == 1 or M == 0.
2002-01-20Return donw when we changed the caps in the connect function.Wim Taymans1-2/+2
Original commit message from CVS: Return donw when we changed the caps in the connect function.
2002-01-18- plugins are built without versioning infoWrobell9-0/+10
Original commit message from CVS: - plugins are built without versioning info
2002-01-17mjpegtools dirThomas Vander Stichele1-10/+10
Original commit message from CVS: mjpegtools dir
2002-01-17jpegmmx addition and some small changesRonald S. Bultje2-13/+20
Original commit message from CVS: jpegmmx addition and some small changes
2002-01-16Implemented resizingRonald S. Bultje1-3/+21
Original commit message from CVS: Implemented resizing
2002-01-16... and cvs commits should not be allowed for people who spent six hours on ↵Thomas Vander Stichele1-1/+0
the phone talking to hardware vendors and... Original commit message from CVS: ... and cvs commits should not be allowed for people who spent six hours on the phone talking to hardware vendors and struggling with failing raid systems
2002-01-16how do people expect sdl to build if make has no way of getting to the dir ↵Thomas Vander Stichele1-1/+1
and we don't point it in the right directi... Original commit message from CVS: how do people expect sdl to build if make has no way of getting to the dir and we don't point it in the right direction ?
2002-01-15It worksRonald S. Bultje1-9/+13
Original commit message from CVS: It works
2002-01-15Updated all plugins to new capsnego format and added some small usability ↵Ronald S. Bultje1-57/+47
enhancements to v4lelement Original commit message from CVS: Updated all plugins to new capsnego format and added some small usability enhancements to v4lelement
2002-01-13Bring the plugins in sync with the new core capsnego system.Wim Taymans9-210/+450
Original commit message from CVS: Bring the plugins in sync with the new core capsnego system. Added some features, enhancements...
2002-01-12s/filter/plugin/ link plugins to GST_LIBS rearrange rules to a common formatDavid I. Lehn9-24/+25
Original commit message from CVS: * s/filter/plugin/ * link plugins to GST_LIBS * rearrange rules to a common format
2002-01-12enable festival buildDavid I. Lehn1-4/+4
Original commit message from CVS: * enable festival build
2002-01-10BugfixRonald S. Bultje1-2/+5
Original commit message from CVS: Bugfix