summaryrefslogtreecommitdiffstats
path: root/ext
AgeCommit message (Collapse)AuthorFilesLines
2002-09-15Add SWF Flash decoder plugin based on libswfdecDavid Schleef3-0/+1241
Original commit message from CVS: Add SWF Flash decoder plugin based on libswfdec
2002-09-12Destroy state when going to READYWim Taymans3-8/+15
Original commit message from CVS: Destroy state when going to READY
2002-09-12don't play with spider until spider can do heavy seekingSteve Baker1-1/+1
Original commit message from CVS: don't play with spider until spider can do heavy seeking
2002-09-10This updates all plugins to the new API for gst_pad_try_set_capsRonald S. Bultje7-10/+10
Original commit message from CVS: This updates all plugins to the new API for gst_pad_try_set_caps
2002-09-09removing warnings as approved by wimThomas Vander Stichele4-23/+12
Original commit message from CVS: removing warnings as approved by wim
2002-08-23fix jack input port connectionAndy Wingo2-4/+5
Original commit message from CVS: fix jack input port connection
2002-08-11use gstcontrol as a lib, not a pluginSteve Baker2-5/+3
Original commit message from CVS: use gstcontrol as a lib, not a plugin
2002-08-09libdv build fixesDavid I. Lehn1-8/+8
Original commit message from CVS: libdv build fixes
2002-08-02Don't unref event after calling the default handlerWim Taymans1-1/+1
Original commit message from CVS: Don't unref event after calling the default handler
2002-07-26fix to adder: don't pull on unusable padsAndy Wingo1-22/+21
Original commit message from CVS: * fix to adder: don't pull on unusable pads * fix to ladspa: get output buffers first, so we can know how many frames to process - this breaks inplace buffer stuff, hmm * fix to float2int: add a bufferpool with the same nframes as the source pad's pool -> no extra latency
2002-07-24fix a segfault, and support ladspa 1.1 (default parameter values)Andy Wingo2-9/+46
Original commit message from CVS: fix a segfault, and support ladspa 1.1 (default parameter values)
2002-07-11Setup the YV12 to RGB converter tooWim Taymans1-0/+11
Original commit message from CVS: Setup the YV12 to RGB converter too
2002-07-11Add some more convertors (for YV12). this is getting silly...Wim Taymans1-22/+128
Original commit message from CVS: Add some more convertors (for YV12). this is getting silly...
2002-07-09compile fixen, and prepare to move MAINTAINER_MODE to as-version.m4Andy Wingo1-1/+1
Original commit message from CVS: compile fixen, and prepare to move MAINTAINER_MODE to as-version.m4
2002-07-09fixarooThomas Vander Stichele1-1/+1
Original commit message from CVS: fixaroo
2002-07-08unref events, do error checkingWim Taymans1-3/+7
Original commit message from CVS: unref events, do error checking
2002-07-08negotiation fixes, small cleanupsWim Taymans1-5/+13
Original commit message from CVS: negotiation fixes, small cleanups
2002-07-05correcting the next_ts calculationsZeeshan Ali1-1/+1
Original commit message from CVS: correcting the next_ts calculations
2002-07-05attempt to fix my sucky dv and festival breakage.David I. Lehn1-6/+6
Original commit message from CVS: attempt to fix my sucky dv and festival breakage.
2002-07-04Add festival to the distDavid I. Lehn1-2/+2
Original commit message from CVS: Add festival to the dist
2002-07-02make jack work in all its full duplex gloryAndy Wingo2-8/+26
Original commit message from CVS: make jack work in all its full duplex glory
2002-06-21Include right header file for memcpyWim Taymans1-0/+1
Original commit message from CVS: Include right header file for memcpy
2002-06-21Fixed problem with color conversionWim Taymans5-11/+57
Original commit message from CVS: Fixed problem with color conversion Added conversion between YV12 and I420
2002-06-12working jack elements (fixed a problem in upstream jack) random other fixen...Andy Wingo2-12/+19
Original commit message from CVS: * working jack elements (fixed a problem in upstream jack) * random other fixen...
2002-06-08reorderThomas Vander Stichele1-1/+1
Original commit message from CVS: reorder
2002-06-06distcheck fixesThomas Vander Stichele1-0/+1
Original commit message from CVS: distcheck fixes
2002-06-04fix gstarts. the sound is krappy, but it does make sound -- remember to do ↵Andy Wingo2-3/+20
osssink sync=false Original commit message from CVS: fix gstarts. the sound is krappy, but it does make sound -- remember to do osssink sync=false
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