summaryrefslogtreecommitdiffstats
path: root/ext
AgeCommit message (Collapse)AuthorFilesLines
2002-05-26rename dvdsrc to dvdreadsrc add libdvdnav support as dvdnavsrc pluginDavid I. Lehn1-2/+8
Original commit message from CVS: rename dvdsrc to dvdreadsrc add libdvdnav support as dvdnavsrc plugin
2002-05-15use new bytestream apiSteve Baker3-18/+50
Original commit message from CVS: use new bytestream api
2002-05-13update to new jack apiAndy Wingo3-8/+8
Original commit message from CVS: update to new jack api
2002-05-13fix sdl makefileAndy Wingo1-1/+1
Original commit message from CVS: fix sdl makefile
2002-05-13still in anal-retentive mode, please make liberal use of the delete keyThomas Vander Stichele2-14/+14
Original commit message from CVS: still in anal-retentive mode, please make liberal use of the delete key
2002-05-13conformityThomas Vander Stichele1-4/+4
Original commit message from CVS: conformity
2002-05-07add gstsnapshot : drop a frame to a png file when the plugin recieved a ↵Jeremy Simon3-0/+489
signal or at a given frame Original commit message from CVS: add gstsnapshot : drop a frame to a png file when the plugin recieved a signal or at a given frame
2002-05-07add a yuv2yuv.h fileJeremy Simon2-1/+29
Original commit message from CVS: add a yuv2yuv.h file
2002-05-07swap the cr and the cb component for the yuv420P_to_rgb no mmx routineJeremy Simon1-3/+3
Original commit message from CVS: swap the cr and the cb component for the yuv420P_to_rgb no mmx routine
2002-05-05add some includesAndy Wingo1-1/+1
Original commit message from CVS: add some includes
2002-05-05better initialization. it doesn't work over here, though.Andy Wingo3-23/+76
Original commit message from CVS: better initialization. it doesn't work over here, though.
2002-05-04a commit so that jack will build without errors on Uraeus's system ;)Andy Wingo1-12/+14
Original commit message from CVS: a commit so that jack will build without errors on Uraeus's system ;)
2002-05-04set caps once we know the sample rate of the systemAndy Wingo1-0/+17
Original commit message from CVS: set caps once we know the sample rate of the system
2002-05-04some jack fixes, alsa touchups, and add rtp by default to the build if there ↵Andy Wingo3-17/+38
are any problems building rtp, we're mov... Original commit message from CVS: some jack fixes, alsa touchups, and add rtp by default to the build if there are any problems building rtp, we're moving it back to experimental ;)
2002-05-03various name fixes and sundryThomas Vander Stichele1-7/+7
Original commit message from CVS: various name fixes and sundry
2002-04-26Various small fixes for compile problemsRonald S. Bultje1-1/+1
Original commit message from CVS: Various small fixes for compile problems
2002-04-26use correct mime type for the types supported by audiofileSteve Baker2-4/+36
Original commit message from CVS: use correct mime type for the types supported by audiofile
2002-04-25fixed missing quoteThomas Vander Stichele1-1/+1
Original commit message from CVS: fixed missing quote
2002-04-24added a typefind function for all supported audiofile types.Steve Baker2-13/+199
Original commit message from CVS: added a typefind function for all supported audiofile types. the type is called audio/audiofile - I could have split it into seperate types like audio/aiff and audio/wave but there doesn't seem to be a way to have a padtemplate respond to more than one type, hence this umbrella type. Also, fixed optimisation logic so that aiffs are read through the lib.
2002-04-22- when possible, bypass afReadFrames and just access the data directly. this ↵Steve Baker1-110/+61
optimisation seems to improve performanc... Original commit message from CVS: - when possible, bypass afReadFrames and just access the data directly. this optimisation seems to improve performance by about 20%, whee! - remove unused funcs - type finding will go into a seperate file
2002-04-21this works for me locally now, however it requires:Steve Baker1-38/+67
Original commit message from CVS: this works for me locally now, however it requires: - my local fix to implement gst_bytestream_tell (which I won't commit until events are redone) - an audiofile patch which is already in debian but don't hold your breath for an upstream release
2002-04-21afparse will eventually be able to support pipelines like: gst-launch ↵Steve Baker2-0/+628
filesrc location=file.aiff ! afparse ! osssink Original commit message from CVS: afparse will eventually be able to support pipelines like: gst-launch filesrc location=file.aiff ! afparse ! osssink However at the moment it doesn't, because the public function afOpenVirtualFile isn't actually implemented yet. I implemented it with the audiofile CVS but it now segfaults the very first time one of the virtual file callbacks is called. So, I'm committing this for posterity but it is not being built. Hopefully the audiofile lib will be released with working virtual file support soon.
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