summaryrefslogtreecommitdiffstats
path: root/ext/ladspa
Commit message (Expand)AuthorAgeFilesLines
* 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
* gst-indentThomas Vander Stichele2004-03-145-557/+572
* fixes for #133316, #133663 and #133528 (Stefan Kost)Thomas Vander Stichele2004-02-121-8/+11
* Merge CAPS branchDavid Schleef2003-12-222-96/+38
* remove copyright field from pluginsAndy Wingo2003-12-041-5/+10
* + checking in plugin category changesLeif Johnson2003-11-161-1/+1
* Remove all config.h includes from header files, add it to each source file an...Ronald S. Bultje2003-11-073-1/+8
* Include config.hDavid Schleef2003-11-061-0/+3
* This was wrongRonald S. Bultje2003-11-021-0/+14
* Fix this too. Note that the per-plugin licensing is gone because of company's...Ronald S. Bultje2003-11-021-62/+83
* change gst/bytestream.h to gst/bytestream/bytestream.hDavid Schleef2003-10-291-1/+1
* merge TYPEFIND branch. Major changes:Benjamin Otte2003-10-281-1/+1
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo2003-10-081-9/+10
* New typefind system: bytestream is now part of the core all plugins have been...Ronald S. Bultje2003-10-012-4/+1
* reverting error patch before making a branch.Thomas Vander Stichele2003-09-161-6/+2
* converted gst_element_error to new format in ext/ - gettext pendingBenjamin Otte2003-09-151-2/+6
* Remove redundant plugindir definitionDavid Schleef2003-08-101-1/+0
* Fix warning on 64-bit architectures. (sizeof() returns size_t, which is not ...David Schleef2003-07-231-2/+2
* + changes for new float caps without slope/intercept + some category changes ...Leif Johnson2003-07-191-23/+22
* actually recurse into sndfile if we are able big ladspa cleanups, mainly to c...Andy Wingo2003-07-162-507/+333
* New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje2003-07-061-9/+9
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-291-22/+22
* g_warning -> GST_DEBUGThomas Vander Stichele2003-06-051-1/+1
* PadConnect -> PadLinkThomas Vander Stichele2003-01-101-4/+4
* another batch of connect->link fixes please let me know about issues and plea...Thomas Vander Stichele2003-01-101-12/+12
* parallel install fixesThomas Vander Stichele2002-12-081-2/+2
* Add a statement terminating semicolon.David I. Lehn2002-09-211-1/+1
* Redo last change by using glib's CLAMP() macroDavid Schleef2002-09-201-4/+3
* Clip defaults of control parameters to range.David Schleef2002-09-201-0/+4
* plugins part of license field patchChristian Schaller2002-09-181-0/+1
* fix _get()-based ladspa plugins when bufferpools are presentAndy Wingo2002-09-161-1/+3
* Some instantiate() routines require nonzero sample rate. ladspa_mbeq (the mul...Andy Wingo2002-09-161-8/+5
* This updates all plugins to the new API for gst_pad_try_set_capsRonald S. Bultje2002-09-101-1/+1
* removing warnings as approved by wimThomas Vander Stichele2002-09-091-3/+1
* use gstcontrol as a lib, not a pluginSteve Baker2002-08-112-5/+3
* fix to adder: don't pull on unusable padsAndy Wingo2002-07-261-22/+21
* fix a segfault, and support ladspa 1.1 (default parameter values)Andy Wingo2002-07-242-9/+46
* hacked around LADSPA_PATH as suggested to wingoThomas Vander Stichele2002-06-042-2/+15
* remove this headerThomas Vander Stichele2002-06-041-1/+1
* this should be installed on the systemThomas Vander Stichele2002-06-041-512/+0
* include the system ladspa.h fileThomas Vander Stichele2002-06-042-2/+2
* fix a problem in ladspa -- i think...Andy Wingo2002-05-301-3/+3
* use new dparams api. run demo_dparams to hear how smooth it is nowSteve Baker2002-05-291-10/+12
* use new bytestream apiSteve Baker2002-05-151-2/+3