index
:
delta/gstreamer-plugins-bad.git
0.10
0.11
1.0
1.10
1.12
1.14
1.16
1.18
1.2
1.4
1.6
1.8
BRANCH-ERROR
BRANCH-EVENTS2
BRANCH-GSTREAMER-0_6
BRANCH-GSTREAMER-0_8
BRANCH-RELEASE-0_10_19
BRANCH-RELEASE-0_3_3
BRANCH-RELEASE-0_3_4
BRANCH-RELEASE-0_4_0
BRANCH-RELEASE-0_4_1
BRANCH-RELEASE-0_4_2
BRANCH-RELEASE-0_5_0
BRANCH-RELEASE-0_5_1
BRANCH-RELEASE-0_5_2
BRANCH-RELEASE-0_7_4
BRANCH-RELEASE-0_7_5
BRANCH-RELEASE-0_8_2
BRANCH-THREADED
BRANCH_RELEASE-0_7_2
CAPS
TYPEFIND
baserock/1.4
baserock/1.6
baserock/1.6.3
baserock/morph/1.2
discontinued-for-monorepo
master
gitlab.freedesktop.org: gstreamer/gst-plugins-bad.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
ladspa
Commit message (
Expand
)
Author
Age
Files
Lines
*
added typecast to avoid warning
Stefan Kost
2004-08-31
1
-1
/
+1
*
fixed seg-fault and mem leak
Stefan Kost
2004-08-31
1
-1
/
+2
*
ext/ladspa/gstladspa.c: make sure longname, description and author are valid ...
Benjamin Otte
2004-07-19
1
-2
/
+6
*
second batch : remove ',' at end of enums as they could confuse older gcc, fo...
Stéphane Loeuillet
2004-05-21
1
-1
/
+1
*
ext/ladspa/gstladspa.c: clean up debugging
Benjamin Otte
2004-04-05
1
-21
/
+46
*
don't mix tabs and spaces
Thomas Vander Stichele
2004-03-15
3
-153
/
+153
*
*.h: Revert indenting
Johan Dahlin
2004-03-15
2
-46
/
+50
*
gst-indent
Thomas Vander Stichele
2004-03-14
5
-557
/
+572
*
fixes for #133316, #133663 and #133528 (Stefan Kost)
Thomas Vander Stichele
2004-02-12
1
-8
/
+11
*
Merge CAPS branch
David Schleef
2003-12-22
2
-96
/
+38
*
remove copyright field from plugins
Andy Wingo
2003-12-04
1
-5
/
+10
*
+ checking in plugin category changes
Leif Johnson
2003-11-16
1
-1
/
+1
*
Remove all config.h includes from header files, add it to each source file an...
Ronald S. Bultje
2003-11-07
3
-1
/
+8
*
Include config.h
David Schleef
2003-11-06
1
-0
/
+3
*
This was wrong
Ronald S. Bultje
2003-11-02
1
-0
/
+14
*
Fix this too. Note that the per-plugin licensing is gone because of company's...
Ronald S. Bultje
2003-11-02
1
-62
/
+83
*
change gst/bytestream.h to gst/bytestream/bytestream.h
David Schleef
2003-10-29
1
-1
/
+1
*
merge TYPEFIND branch. Major changes:
Benjamin Otte
2003-10-28
1
-1
/
+1
*
/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...
Andy Wingo
2003-10-08
1
-9
/
+10
*
New typefind system: bytestream is now part of the core all plugins have been...
Ronald S. Bultje
2003-10-01
2
-4
/
+1
*
reverting error patch before making a branch.
BRANCH-ERROR-ROOT
BRANCH-ERROR
Thomas Vander Stichele
2003-09-16
1
-6
/
+2
*
converted gst_element_error to new format in ext/ - gettext pending
Benjamin Otte
2003-09-15
1
-2
/
+6
*
Remove redundant plugindir definition
David Schleef
2003-08-10
1
-1
/
+0
*
Fix warning on 64-bit architectures. (sizeof() returns size_t, which is not ...
David Schleef
2003-07-23
1
-2
/
+2
*
+ changes for new float caps without slope/intercept + some category changes ...
Leif Johnson
2003-07-19
1
-23
/
+22
*
actually recurse into sndfile if we are able big ladspa cleanups, mainly to c...
Andy Wingo
2003-07-16
2
-507
/
+333
*
New mimetypes gone into effect today - this commit changes all old mimetypes ...
Ronald S. Bultje
2003-07-06
1
-9
/
+9
*
compatibility fix for new GST_DEBUG stuff.
Benjamin Otte
2003-06-29
1
-22
/
+22
*
g_warning -> GST_DEBUG
Thomas Vander Stichele
2003-06-05
1
-1
/
+1
*
PadConnect -> PadLink
Thomas Vander Stichele
2003-01-10
1
-4
/
+4
*
another batch of connect->link fixes please let me know about issues and plea...
Thomas Vander Stichele
2003-01-10
1
-12
/
+12
*
parallel install fixes
Thomas Vander Stichele
2002-12-08
1
-2
/
+2
*
Add a statement terminating semicolon.
David I. Lehn
2002-09-21
1
-1
/
+1
*
Redo last change by using glib's CLAMP() macro
David Schleef
2002-09-20
1
-4
/
+3
*
Clip defaults of control parameters to range.
David Schleef
2002-09-20
1
-0
/
+4
*
plugins part of license field patch
Christian Schaller
2002-09-18
1
-0
/
+1
*
fix _get()-based ladspa plugins when bufferpools are present
Andy Wingo
2002-09-16
1
-1
/
+3
*
Some instantiate() routines require nonzero sample rate. ladspa_mbeq (the mul...
Andy Wingo
2002-09-16
1
-8
/
+5
*
This updates all plugins to the new API for gst_pad_try_set_caps
Ronald S. Bultje
2002-09-10
1
-1
/
+1
*
removing warnings as approved by wim
Thomas Vander Stichele
2002-09-09
1
-3
/
+1
*
use gstcontrol as a lib, not a plugin
Steve Baker
2002-08-11
2
-5
/
+3
*
fix to adder: don't pull on unusable pads
Andy Wingo
2002-07-26
1
-22
/
+21
*
fix a segfault, and support ladspa 1.1 (default parameter values)
Andy Wingo
2002-07-24
2
-9
/
+46
*
hacked around LADSPA_PATH as suggested to wingo
Thomas Vander Stichele
2002-06-04
2
-2
/
+15
*
remove this header
Thomas Vander Stichele
2002-06-04
1
-1
/
+1
*
this should be installed on the system
Thomas Vander Stichele
2002-06-04
1
-512
/
+0
*
include the system ladspa.h file
Thomas Vander Stichele
2002-06-04
2
-2
/
+2
*
fix a problem in ladspa -- i think...
Andy Wingo
2002-05-30
1
-3
/
+3
*
use new dparams api. run demo_dparams to hear how smooth it is now
Steve Baker
2002-05-29
1
-10
/
+12
*
use new bytestream api
Steve Baker
2002-05-15
1
-2
/
+3
[next]