summaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
...
* ws fixesWhitespace Fixer2002-09-091-2/+2
| | | | | Original commit message from CVS: ws fixes
* this frees the decoder in object destruction. Thomas, you cna now add this ↵Ronald S. Bultje2002-09-091-1/+11
| | | | | | | plugin back to the build Original commit message from CVS: this frees the decoder in object destruction. Thomas, you cna now add this plugin back to the build
* use gstcontrol as a lib, not a pluginSteve Baker2002-08-112-5/+3
| | | | | Original commit message from CVS: use gstcontrol as a lib, not a plugin
* libdv build fixesDavid I. Lehn2002-08-092-10/+10
| | | | | Original commit message from CVS: libdv build fixes
* avoid symbol conflictsWim Taymans2002-07-283-16/+16
| | | | | Original commit message from CVS: avoid symbol conflicts
* fix to adder: don't pull on unusable padsAndy Wingo2002-07-261-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
* Expose supported events, formats and querytypesWim Taymans2002-07-251-2/+25
| | | | | Original commit message from CVS: Expose supported events, formats and querytypes
* fix a segfault, and support ladspa 1.1 (default parameter values)Andy Wingo2002-07-242-9/+46
| | | | | Original commit message from CVS: fix a segfault, and support ladspa 1.1 (default parameter values)
* fixarooThomas Vander Stichele2002-07-091-1/+1
| | | | | Original commit message from CVS: fixaroo
* merge from release branchThomas Vander Stichele2002-07-091-2/+2
| | | | | Original commit message from CVS: merge from release branch
* - unref events and poolsWim Taymans2002-07-081-1/+1
| | | | | | Original commit message from CVS: - unref events and pools - use _merge in mikmod instead of _append
* Small compile fixWim Taymans2002-07-081-1/+1
| | | | | Original commit message from CVS: Small compile fix
* update to 1.0.2-1.0.3 API, unref eventsWim Taymans2002-07-082-12/+14
| | | | | Original commit message from CVS: update to 1.0.2-1.0.3 API, unref events
* unref events, unref poolWim Taymans2002-07-081-2/+5
| | | | | Original commit message from CVS: unref events, unref pool
* attempt to fix my sucky dv and festival breakage.David I. Lehn2002-07-052-8/+8
| | | | | Original commit message from CVS: attempt to fix my sucky dv and festival breakage.
* fix cdparanoia include dir location check.David I. Lehn2002-07-041-1/+1
| | | | | | | Original commit message from CVS: fix cdparanoia include dir location check. fix libdv check to use pkg-config. use libdv cflags.
* Add festival to the distDavid I. Lehn2002-07-041-2/+2
| | | | | Original commit message from CVS: Add festival to the dist
* Add timestamp, mikmod work nowJeremy Simon2002-06-223-11/+17
| | | | | | Original commit message from CVS: Add timestamp, mikmod work now Put mikmod to secondary rank ( modplug first )
* Prefer 32 bits over 24 bits outputWim Taymans2002-06-211-10/+10
| | | | | Original commit message from CVS: Prefer 32 bits over 24 bits output
* Added bgr0 implement seeking to frames/samplesWim Taymans2002-06-161-9/+44
| | | | | | | Original commit message from CVS: Added bgr0 implement seeking to frames/samples Small cleanups
* Implement seeking/query/convert on dvdecWim Taymans2002-06-162-49/+228
| | | | | Original commit message from CVS: Implement seeking/query/convert on dvdec
* Also allow PAL dv implement total timeWim Taymans2002-06-151-2/+14
| | | | | | Original commit message from CVS: Also allow PAL dv implement total time
* Added timestampsWim Taymans2002-06-152-43/+135
| | | | | | | Original commit message from CVS: Added timestamps Added typefind check if pad is connected before pushing
* Add audio decoding to the dv decoder.Wim Taymans2002-06-132-4/+57
| | | | | Original commit message from CVS: Add audio decoding to the dv decoder.
* Set the rank so it can be autopluggedWim Taymans2002-06-131-0/+1
| | | | | Original commit message from CVS: Set the rank so it can be autoplugged
* API anti-bork fixThomas Vander Stichele2002-06-131-1/+1
| | | | | Original commit message from CVS: API anti-bork fix
* rearranging element treeThomas Vander Stichele2002-06-081-1/+1
| | | | | Original commit message from CVS: rearranging element tree
* FLAC updates, implement sample accurate seeking, add some convert/query ↵Wim Taymans2002-06-075-68/+493
| | | | | | | | functions, make the encoder write a header Original commit message from CVS: FLAC updates, implement sample accurate seeking, add some convert/query functions, make the encoder write a header
* hacked around LADSPA_PATH as suggested to wingoThomas Vander Stichele2002-06-042-2/+15
| | | | | Original commit message from CVS: hacked around LADSPA_PATH as suggested to wingo
* remove this headerThomas Vander Stichele2002-06-041-1/+1
| | | | | Original commit message from CVS: remove this header
* this should be installed on the systemThomas Vander Stichele2002-06-041-512/+0
| | | | | Original commit message from CVS: this should be installed on the system
* include the system ladspa.h fileThomas Vander Stichele2002-06-042-2/+2
| | | | | Original commit message from CVS: include the system ladspa.h file
* doing the proper ladspa thingThomas Vander Stichele2002-06-041-0/+4
| | | | | Original commit message from CVS: doing the proper ladspa thing
* added LIBFAME_DIRThomas Vander Stichele2002-06-031-1/+1
| | | | | Original commit message from CVS: added LIBFAME_DIR
* Make elements nanoseconds awareWim Taymans2002-06-021-2/+2
| | | | | Original commit message from CVS: Make elements nanoseconds aware
* adding fame pluginThomas Vander Stichele2002-06-011-1/+7
| | | | | Original commit message from CVS: adding fame plugin
* add ranks only for plugins who participate in autoplugging. If you have a ↵Steve Baker2002-05-313-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.
* fix a problem in ladspa -- i think...Andy Wingo2002-05-301-3/+3
| | | | | Original commit message from CVS: fix a problem in ladspa -- i think...
* use new dparams api. run demo_dparams to hear how smooth it is nowSteve Baker2002-05-291-10/+12
| | | | | Original commit message from CVS: use new dparams api. run demo_dparams to hear how smooth it is now
* - Changed plugins for new APIsWim Taymans2002-05-261-1/+1
| | | | | | | | | 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
* rename dvdsrc to dvdreadsrc add libdvdnav support as dvdnavsrc pluginDavid I. Lehn2002-05-261-2/+8
| | | | | | Original commit message from CVS: rename dvdsrc to dvdreadsrc add libdvdnav support as dvdnavsrc plugin
* use new bytestream apiSteve Baker2002-05-151-2/+3
| | | | | Original commit message from CVS: use new bytestream api
* use new bytestream api. please test if you care about this pluginSteve Baker2002-05-151-4/+6
| | | | | Original commit message from CVS: use new bytestream api. please test if you care about this plugin
* still in anal-retentive mode, please make liberal use of the delete keyThomas Vander Stichele2002-05-131-9/+9
| | | | | Original commit message from CVS: still in anal-retentive mode, please make liberal use of the delete key
* various name fixes and sundryThomas Vander Stichele2002-05-031-7/+7
| | | | | Original commit message from CVS: various name fixes and sundry
* Various small fixes for compile problemsRonald S. Bultje2002-04-262-9/+9
| | | | | Original commit message from CVS: Various small fixes for compile problems
* a hack to work around intltool's brokenness a current check for mpeg2dec ↵Andy Wingo2002-04-208-16/+14
| | | | | | | | | | | 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
* s/G_MINFLOAT/G_MAXFLOAT unref the buffer pool in the loop funcSteve Baker2002-04-201-1/+3
| | | | | | Original commit message from CVS: s/G_MINFLOAT/G_MAXFLOAT unref the buffer pool in the loop func
* A fairly large reworking of the ladspa _get, _chain and _loop funcs. ↵Steve Baker2002-04-202-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
* GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory ↵Andy Wingo2002-04-1113-87/+91
| | | | | | | | | | | and typefind. Original commit message from CVS: GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind. also, some -Werror fixes.