Age | Commit message (Expand) | Author | Files | Lines |
2003-08-10 | Remove redundant plugindir definition | David Schleef | 1 | -1/+0 |
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 | 2 | -507/+333 |
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-12-08 | parallel install fixes | Thomas Vander Stichele | 1 | -2/+2 |
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 |
2002-09-10 | This updates all plugins to the new API for gst_pad_try_set_caps | Ronald S. Bultje | 1 | -1/+1 |
2002-09-09 | removing warnings as approved by wim | Thomas Vander Stichele | 1 | -3/+1 |
2002-08-11 | use gstcontrol as a lib, not a plugin | Steve Baker | 2 | -5/+3 |
2002-07-26 | fix to adder: don't pull on unusable pads | Andy Wingo | 1 | -22/+21 |
2002-07-24 | fix a segfault, and support ladspa 1.1 (default parameter values) | Andy Wingo | 2 | -9/+46 |
2002-06-04 | hacked around LADSPA_PATH as suggested to wingo | Thomas Vander Stichele | 2 | -2/+15 |
2002-06-04 | remove this header | Thomas Vander Stichele | 1 | -1/+1 |
2002-06-04 | this should be installed on the system | Thomas Vander Stichele | 1 | -512/+0 |
2002-06-04 | include the system ladspa.h file | Thomas Vander Stichele | 2 | -2/+2 |
2002-05-30 | fix a problem in ladspa -- i think... | Andy Wingo | 1 | -3/+3 |
2002-05-29 | use new dparams api. run demo_dparams to hear how smooth it is now | Steve Baker | 1 | -10/+12 |
2002-05-15 | use new bytestream api | Steve Baker | 1 | -2/+3 |
2002-04-20 | a hack to work around intltool's brokenness a current check for mpeg2dec deta... | Andy Wingo | 2 | -10/+8 |
2002-04-20 | s/G_MINFLOAT/G_MAXFLOAT unref the buffer pool in the loop func | Steve Baker | 1 | -1/+3 |
2002-04-20 | A fairly large reworking of the ladspa _get, _chain and _loop funcs. highligh... | Steve Baker | 2 | -244/+404 |
2002-04-11 | GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory a... | Andy Wingo | 1 | -5/+5 |
2002-03-30 | Changed to the new props API | Wim Taymans | 1 | -8/+14 |
2002-03-24 | filter newlines out of GST_DEBUG statements to reflect new core behavior fixe... | Andy Wingo | 1 | -14/+14 |
2002-03-19 | removal of //-style comments don't link plugins to core libs -- the versionin... | Andy Wingo | 3 | -5/+5 |
2002-03-19 | s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables variable... | Andy Wingo | 1 | -1/+1 |
2002-01-22 | Updated ladspa to work with the new caps nego stuff. Also updated it to work ... | Leif Johnson | 2 | -238/+328 |
2002-01-18 | - plugins are built without versioning info | Wrobell | 1 | -0/+1 |
2002-01-13 | Bring the plugins in sync with the new core capsnego system. | Wim Taymans | 1 | -8/+10 |
2002-01-12 | s/filter/plugin/ link plugins to GST_LIBS rearrange rules to a common format | David I. Lehn | 1 | -0/+1 |
2002-01-10 | fix glib2's complaining on the params of some plugins there's still some work... | Andy Wingo | 1 | -5/+12 |
2001-12-23 | Fixed some leftover fixes | Wim Taymans | 1 | -16/+13 |
2001-12-23 | added ladspa, doesn't have checks yet though | Thomas Vander Stichele | 7 | -0/+1877 |