summaryrefslogtreecommitdiffstats
path: root/ext
AgeCommit message (Collapse)AuthorFilesLines
2002-06-04a first feeble attempt at fixoring this beautyThomas Vander Stichele1-2/+2
Original commit message from CVS: a first feeble attempt at fixoring this beauty
2002-06-04hacked around LADSPA_PATH as suggested to wingoThomas Vander Stichele2-2/+15
Original commit message from CVS: hacked around LADSPA_PATH as suggested to wingo
2002-06-04remove this headerThomas Vander Stichele1-1/+1
Original commit message from CVS: remove this header
2002-06-04this should be installed on the systemThomas Vander Stichele1-512/+0
Original commit message from CVS: this should be installed on the system
2002-06-04include the system ladspa.h fileThomas Vander Stichele2-2/+2
Original commit message from CVS: include the system ladspa.h file
2002-06-04doing the proper ladspa thingThomas Vander Stichele1-0/+4
Original commit message from CVS: doing the proper ladspa thing
2002-06-03added LIBFAME_DIRThomas Vander Stichele1-1/+1
Original commit message from CVS: added LIBFAME_DIR
2002-06-03anal fixThomas Vander Stichele1-1/+1
Original commit message from CVS: anal fix
2002-06-02Added fame decoder, no clue on how to actually implement it (yet)Wim Taymans2-0/+680
Original commit message from CVS: Added fame decoder, no clue on how to actually implement it (yet)
2002-06-02Make elements nanoseconds awareWim Taymans1-1/+1
Original commit message from CVS: Make elements nanoseconds aware
2002-06-02Added lots of configurable parameters including the exported objects of fame.Wim Taymans2-172/+365
Original commit message from CVS: Added lots of configurable parameters including the exported objects of fame.
2002-06-01Some cleanups.Wim Taymans2-100/+49
Original commit message from CVS: Some cleanups.
2002-06-01silly mistakeThomas Vander Stichele1-1/+1
Original commit message from CVS: silly mistake
2002-06-01added encoding pattern propertyThomas Vander Stichele2-3/+21
Original commit message from CVS: added encoding pattern property B-frames don't work
2002-06-01adding fame pluginThomas Vander Stichele1-1/+7
Original commit message from CVS: adding fame plugin
2002-06-01adding preliminary libfame plugin it's still too green to be useful, ↵Thomas Vander Stichele3-0/+535
literally and needs some major fixing up Original commit message from CVS: adding preliminary libfame plugin it's still too green to be useful, literally and needs some major fixing up
2002-05-31add ranks only for plugins who participate in autoplugging. If you have a ↵Steve Baker3-0/+3
file that used to autoplug but doesn't any... Original commit message from CVS: add ranks only for plugins who participate in autoplugging. If you have a file that used to autoplug but doesn't anymore, then let me know or add a rank to the missing element.
2002-05-30fix a problem in ladspa -- i think...Andy Wingo1-3/+3
Original commit message from CVS: fix a problem in ladspa -- i think...
2002-05-29use new dparams api. run demo_dparams to hear how smooth it is nowSteve Baker1-10/+12
Original commit message from CVS: use new dparams api. run demo_dparams to hear how smooth it is now
2002-05-28dist fixThomas Vander Stichele1-1/+1
Original commit message from CVS: dist fix
2002-05-27various AC_HELP_STRING changesThomas Vander Stichele1-5/+5
Original commit message from CVS: various AC_HELP_STRING changes
2002-05-26- Changed plugins for new APIsWim Taymans9-60/+95
Original commit message from CVS: - Changed plugins for new APIs - modularized audiofile. - added seeking, query and convert functions for mad, mpeg2dec, avidemux, mpegdemux, mpegparse - sync updates to oss. removed the ossclock for now
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.