summaryrefslogtreecommitdiffstats
path: root/ext/ladspa/gstladspa.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-12Multi-channel support with channel positions.Dave Robillard1-2/+3
2009-08-10Fix typo in LADSPA element documentation.Dave Robillard1-1/+1
2009-07-22Merge branch 'fdo' into lv2Dave Robillard1-1/+10
2009-07-22docs: add docs for ladspa and update plugin docsStefan Kost1-1/+10
2009-07-03Working multi-channel pads for LV2 plugins.Dave Robillard1-2/+2
2009-03-06ladspa: fix compilation when LRDF is missingWim Taymans1-1/+4
2009-03-05ladspa: add initial liblrdf support.Stefan Kost1-9/+160
2009-03-04ladspa: add LIBDIR/ladspa to search path and make path more portableStefan Kost1-9/+93
2009-01-08ext/ladspa/gstladspa.c: Add plugin dependency for the LADSPA plugin directories.Sebastian Dröge1-0/+5
2008-10-30ext/ladspa/gstladspa.c: Whitespace.Stefan Kost1-1/+0
2008-03-20ext/ladspa/: Add some thoughts and FIXME's.Stefan Kost1-0/+9
2008-02-04ext/ladspa/gstladspa.c: Don't use GST_BOILERPLATE as the stuff generated from...Sebastian Dröge1-34/+23
2007-12-29Fix 'xyz may be used uninitialized' compiler warnings caused by broken g_asse...Sebastian Dröge1-2/+2
2007-08-16ext/ladspa/gstladspa.c: Don't leak like hell.Stefan Kost1-5/+13
2007-01-31Fix classification in GstElementDetails.Stefan Kost1-45/+38
2007-01-28ext/ladspa/: add GstController support to ladspaStefan Kost1-2/+5
2006-08-16ext/ladspa/gstladspa.c: Convert ' ' into '_'. Try to keep as many characters ...Wim Taymans1-1/+4
2006-08-04ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing whether a pro...Andy Wingo1-0/+3
2005-11-14rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele1-1/+1
2005-08-28Updates for two-arg init from GST_BOILERPLATE.Andy Wingo1-4/+7
2005-08-26ext/ladspa/gstladspa.*: Finish porting, still doesn't work but it does compil...Andy Wingo1-652/+291
2005-08-25ext/ladspa/gstladspa.*: Halfway-ported. Doesn't compile yet.Andy Wingo1-53/+83
2005-08-02removed obsolete includeStefan Kost1-1/+0
2005-08-01deactivate and remove dparams (libgstcontrol)Stefan Kost1-119/+28
2004-07-19ext/ladspa/gstladspa.c: make sure longname, description and author are valid ...Benjamin Otte1-2/+6
2004-05-21second batch : remove ',' at end of enums as they could confuse older gcc, fo...Stéphane Loeuillet1-1/+1
2004-04-05ext/ladspa/gstladspa.c: clean up debuggingBenjamin Otte1-21/+46
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-113/+113
2004-03-14gst-indentThomas Vander Stichele1-399/+421
2004-02-12fixes for #133316, #133663 and #133528 (Stefan Kost)Thomas Vander Stichele1-8/+11
2003-12-22Merge CAPS branchDavid Schleef1-94/+38
2003-12-04remove copyright field from pluginsAndy Wingo1-5/+10
2003-11-16+ checking in plugin category changesLeif Johnson1-1/+1
2003-11-06Include config.hDavid Schleef1-0/+3
2003-11-02This was wrongRonald S. Bultje1-0/+14
2003-11-02Fix this too. Note that the per-plugin licensing is gone because of company's...Ronald S. Bultje1-62/+83
2003-10-08/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo1-9/+10
2003-10-01New typefind system: bytestream is now part of the core all plugins have been...Ronald S. Bultje1-3/+0
2003-09-16reverting error patch before making a branch.BRANCH-ERROR-ROOTBRANCH-ERRORThomas Vander Stichele1-6/+2
2003-09-15converted gst_element_error to new format in ext/ - gettext pendingBenjamin Otte1-2/+6
2003-07-23Fix warning on 64-bit architectures. (sizeof() returns size_t, which is not ...David Schleef1-2/+2
2003-07-19+ changes for new float caps without slope/intercept + some category changes ...Leif Johnson1-23/+22
2003-07-16actually recurse into sndfile if we are able big ladspa cleanups, mainly to c...Andy Wingo1-504/+331
2003-07-06New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje1-9/+9
2003-06-29compatibility fix for new GST_DEBUG stuff.Benjamin Otte1-22/+22
2003-06-05g_warning -> GST_DEBUGThomas Vander Stichele1-1/+1
2003-01-10PadConnect -> PadLinkThomas Vander Stichele1-4/+4
2003-01-10another batch of connect->link fixes please let me know about issues and plea...Thomas Vander Stichele1-12/+12
2002-09-21Add a statement terminating semicolon.David I. Lehn1-1/+1
2002-09-20Redo last change by using glib's CLAMP() macroDavid Schleef1-4/+3