Age | Commit message (Expand) | Author | Files | Lines |
2009-07-22 | docs: add docs for ladspa and update plugin docs | Stefan Kost | 1 | -1/+10 |
2009-03-06 | ladspa: fix compilation when LRDF is missing | Wim Taymans | 1 | -1/+4 |
2009-03-05 | ladspa: add initial liblrdf support. | Stefan Kost | 1 | -9/+160 |
2009-03-04 | ladspa: add LIBDIR/ladspa to search path and make path more portable | Stefan Kost | 1 | -9/+93 |
2009-01-08 | ext/ladspa/gstladspa.c: Add plugin dependency for the LADSPA plugin directories. | Sebastian Dröge | 1 | -0/+5 |
2008-10-30 | ext/ladspa/gstladspa.c: Whitespace. | Stefan Kost | 1 | -1/+0 |
2008-03-20 | ext/ladspa/: Add some thoughts and FIXME's. | Stefan Kost | 1 | -0/+9 |
2008-02-04 | ext/ladspa/gstladspa.c: Don't use GST_BOILERPLATE as the stuff generated from... | Sebastian Dröge | 1 | -34/+23 |
2007-12-29 | Fix 'xyz may be used uninitialized' compiler warnings caused by broken g_asse... | Sebastian Dröge | 1 | -2/+2 |
2007-08-16 | ext/ladspa/gstladspa.c: Don't leak like hell. | Stefan Kost | 1 | -5/+13 |
2007-01-31 | Fix classification in GstElementDetails. | Stefan Kost | 1 | -45/+38 |
2007-01-28 | ext/ladspa/: add GstController support to ladspa | Stefan Kost | 1 | -2/+5 |
2006-08-16 | ext/ladspa/gstladspa.c: Convert ' ' into '_'. Try to keep as many characters ... | Wim Taymans | 1 | -1/+4 |
2006-08-04 | ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing whether a pro... | Andy Wingo | 1 | -0/+3 |
2005-11-14 | rework configure.ac; make asterisk rtp stuff compile on mingw | Thomas Vander Stichele | 1 | -1/+1 |
2005-08-28 | Updates for two-arg init from GST_BOILERPLATE. | Andy Wingo | 1 | -4/+7 |
2005-08-26 | ext/ladspa/gstladspa.*: Finish porting, still doesn't work but it does compil... | Andy Wingo | 1 | -652/+291 |
2005-08-25 | ext/ladspa/gstladspa.*: Halfway-ported. Doesn't compile yet. | Andy Wingo | 1 | -53/+83 |
2005-08-02 | removed obsolete include | Stefan Kost | 1 | -1/+0 |
2005-08-01 | deactivate and remove dparams (libgstcontrol) | Stefan Kost | 1 | -119/+28 |
2004-07-19 | ext/ladspa/gstladspa.c: make sure longname, description and author are valid ... | Benjamin Otte | 1 | -2/+6 |
2004-05-21 | second batch : remove ',' at end of enums as they could confuse older gcc, fo... | Stéphane Loeuillet | 1 | -1/+1 |
2004-04-05 | ext/ladspa/gstladspa.c: clean up debugging | Benjamin Otte | 1 | -21/+46 |
2004-03-15 | don't mix tabs and spaces | Thomas Vander Stichele | 1 | -113/+113 |
2004-03-14 | gst-indent | Thomas Vander Stichele | 1 | -399/+421 |
2004-02-12 | fixes for #133316, #133663 and #133528 (Stefan Kost) | Thomas Vander Stichele | 1 | -8/+11 |
2003-12-22 | Merge CAPS branch | David Schleef | 1 | -94/+38 |
2003-12-04 | remove copyright field from plugins | Andy Wingo | 1 | -5/+10 |
2003-11-16 | + checking in plugin category changes | Leif Johnson | 1 | -1/+1 |
2003-11-06 | Include config.h | David Schleef | 1 | -0/+3 |
2003-11-02 | This was wrong | Ronald S. Bultje | 1 | -0/+14 |
2003-11-02 | Fix this too. Note that the per-plugin licensing is gone because of company's... | Ronald S. Bultje | 1 | -62/+83 |
2003-10-08 | /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ... | Andy Wingo | 1 | -9/+10 |
2003-10-01 | New typefind system: bytestream is now part of the core all plugins have been... | Ronald S. Bultje | 1 | -3/+0 |
2003-09-16 | reverting error patch before making a branch.BRANCH-ERROR-ROOTBRANCH-ERROR | Thomas Vander Stichele | 1 | -6/+2 |
2003-09-15 | converted gst_element_error to new format in ext/ - gettext pending | Benjamin Otte | 1 | -2/+6 |
2003-07-23 | Fix warning on 64-bit architectures. (sizeof() returns size_t, which is not ... | David Schleef | 1 | -2/+2 |
2003-07-19 | + changes for new float caps without slope/intercept + some category changes ... | Leif Johnson | 1 | -23/+22 |
2003-07-16 | actually recurse into sndfile if we are able big ladspa cleanups, mainly to c... | Andy Wingo | 1 | -504/+331 |
2003-07-06 | New mimetypes gone into effect today - this commit changes all old mimetypes ... | Ronald S. Bultje | 1 | -9/+9 |
2003-06-29 | compatibility fix for new GST_DEBUG stuff. | Benjamin Otte | 1 | -22/+22 |
2003-06-05 | g_warning -> GST_DEBUG | Thomas Vander Stichele | 1 | -1/+1 |
2003-01-10 | PadConnect -> PadLink | Thomas Vander Stichele | 1 | -4/+4 |
2003-01-10 | another batch of connect->link fixes please let me know about issues and plea... | Thomas Vander Stichele | 1 | -12/+12 |
2002-09-21 | Add a statement terminating semicolon. | David I. Lehn | 1 | -1/+1 |
2002-09-20 | Redo last change by using glib's CLAMP() macro | David Schleef | 1 | -4/+3 |
2002-09-20 | Clip defaults of control parameters to range. | David Schleef | 1 | -0/+4 |
2002-09-18 | plugins part of license field patch | Christian Schaller | 1 | -0/+1 |
2002-09-16 | fix _get()-based ladspa plugins when bufferpools are present | Andy Wingo | 1 | -1/+3 |
2002-09-16 | Some instantiate() routines require nonzero sample rate. ladspa_mbeq (the mul... | Andy Wingo | 1 | -8/+5 |