Age | Commit message (Expand) | Author | Files | Lines |
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 |
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 | 1 | -4/+2 |
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 | 1 | -9/+45 |
2002-06-04 | include the system ladspa.h file | Thomas Vander Stichele | 1 | -1/+1 |
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 | 1 | -9/+7 |
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 | 1 | -241/+399 |
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 |