summaryrefslogtreecommitdiff
path: root/ext/ladspa
Commit message (Expand)AuthorAgeFilesLines
* ext/ladspa/search.c: Avoid searching (null) paths or crashing on platforms wh...Brian Cameron2009-01-081-2/+8
* ext/ladspa/gstladspa.c: Add plugin dependency for the LADSPA plugin directories.Sebastian Dröge2009-01-081-0/+5
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2008-11-041-0/+1
* ext/ladspa/gstladspa.c: Whitespace.Stefan Kost2008-10-302-3/+3
* Link the ladspa plugin with -ldl. It's needed for dlopen() and friends for lo...Sebastian Dröge2008-07-211-1/+1
* ext/ladspa/: Add some thoughts and FIXME's.Stefan Kost2008-03-202-1/+12
* ext/ladspa/gstladspa.c: Don't use GST_BOILERPLATE as the stuff generated from...Sebastian Dröge2008-02-041-34/+23
* ext/ladspa/gstsignalprocessor.c: Don't unref the pad template after adding it...Sebastian Dröge2008-02-041-1/+0
* Fix 'xyz may be used uninitialized' compiler warnings caused by broken g_asse...Sebastian Dröge2007-12-291-2/+2
* ext/ladspa/gstladspa.c: Don't leak like hell.Stefan Kost2007-08-161-5/+13
* Fix build with LDFLAGS='-Wl,-z,defs'.Tim-Philipp Müller2007-02-241-1/+1
* Fix classification in GstElementDetails.Stefan Kost2007-01-311-45/+38
* ext/ladspa/: add GstController support to ladspaStefan Kost2007-01-282-3/+6
* ext/ladspa/gstsignalprocessor.c (gst_signal_processor_fixate)Andy Wingo2007-01-121-39/+55
* ext/ladspa/gstsignalprocessor.cAndy Wingo2007-01-061-31/+31
* ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_add_pad_from_template)Andy Wingo2007-01-061-16/+51
* ext/ladspa/gstsignalprocessor.c: Reset flow_state back to _OK after a flush s...Wim Taymans2006-12-181-7/+18
* ext/ladspa/gstsignalprocessor.c: Make ladspa elements reusable. Fixes #350006.Andy Wingo2006-08-161-12/+57
* ext/ladspa/gstladspa.c: Convert ' ' into '_'. Try to keep as many characters ...Wim Taymans2006-08-161-1/+4
* ext/ladspa/gstsignalprocessor.c: A push() gives away our refcount so we shoul...Wim Taymans2006-08-161-4/+6
* ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing whether a pro...Andy Wingo2006-08-043-37/+161
* BPBAndy Wingo2006-08-041-1/+1
* ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps) (gst_signal_pr...Andy Wingo2006-08-041-74/+127
* ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process): Fix nframes-c...Andy Wingo2006-07-311-2/+11
* ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No more default ...Andy Wingo2006-07-312-36/+71
* ext/ladspa/gstsignalprocessor.c: don't query buffer-frames from caps, add lot...Stefan Kost2006-07-311-12/+7
* ext/ladspa/gstsignalprocessor.c: Add debugs logs here and there, add more err...Stefan Kost2006-07-291-9/+52
* autogen.sh: require am17Thomas Vander Stichele2006-06-111-1/+1
* Fix broken GObject macrosStefan Kost2006-04-081-5/+5
* ext/ladspa/gstsignalprocessor.c: Fix compilation of LADPSA. It doesn't seem t...Jan Schmidt2006-02-201-1/+3
* expand tabsThomas Vander Stichele2005-12-063-13/+13
* Update for alloc_buffer changes.Andy Wingo2005-12-051-2/+3
* Update for stream lock API changes: don't take stream log in sink event handl...Tim-Philipp Müller2005-11-211-22/+0
* rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele2005-11-141-1/+1
* ext/raw1394/gstdv1394src.c: Make interruptible, so it won't block forever in ...Andy Wingo2005-10-071-1/+1
* fix build and use of GST_LIBSThomas Vander Stichele2005-09-231-2/+1
* All plugins updated for element state changes.Andy Wingo2005-09-021-13/+12
* Updates for two-arg init from GST_BOILERPLATE.Andy Wingo2005-08-282-13/+13
* ext/ladspa/gstladspa.*: Finish porting, still doesn't work but it does compil...Andy Wingo2005-08-264-678/+324
* add missing filesAndy Wingo2005-08-252-0/+799
* ext/ladspa/gstladspa.*: Halfway-ported. Doesn't compile yet.Andy Wingo2005-08-253-80/+97
* removed obsolete includeStefan Kost2005-08-021-1/+0
* deactivate and remove dparams (libgstcontrol)Stefan Kost2005-08-013-122/+29
* added typecast to avoid warningStefan Kost2004-08-311-1/+1
* fixed seg-fault and mem leakStefan Kost2004-08-311-1/+2
* ext/ladspa/gstladspa.c: make sure longname, description and author are valid ...Benjamin Otte2004-07-191-2/+6
* second batch : remove ',' at end of enums as they could confuse older gcc, fo...Stéphane Loeuillet2004-05-211-1/+1
* ext/ladspa/gstladspa.c: clean up debuggingBenjamin Otte2004-04-051-21/+46
* don't mix tabs and spacesThomas Vander Stichele2004-03-153-153/+153
* *.h: Revert indentingJohan Dahlin2004-03-152-46/+50