index
:
~adn770/gst-plugins-bad
0.10
backport
build
eglglessink_backport
hacking
master
opensles
osx-fix-pthread
shm-fixes
srtp
tsdemux
videoparsers
GStreamer plugins bad hacking
adn770
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
ladspa
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-09
gst: Add better support for static plugins
Sebastian Dröge
2
-2
/
+4
2010-04-26
ladspa,lv2: don't fail in plugin_init when having 0 elements
Stefan Kost
1
-1
/
+6
2010-03-22
ladspa: Fix compiler warnings
Sebastian Dröge
1
-2
/
+2
2010-03-22
Add -Wundef
Benjamin Otte
1
-8
/
+8
2010-03-18
gst_element_class_set_details => gst_element_class_set_details_simple
Benjamin Otte
1
-22
/
+19
2010-02-01
signalprocessor,lv2,ladspa: move sample-rate to baseclass
Stefan Kost
1
-13
/
+3
2010-01-31
ladspa: simplify property registration
Stefan Kost
1
-14
/
+9
2010-01-31
ladspa: lookup GQuark just once and not for each plugin+1
Stefan Kost
1
-4
/
+5
2010-01-31
ladspa/lv2: link and init to gst-controller
Stefan Kost
2
-1
/
+4
2009-11-19
ladspa: only use g_return_val_if_fail for checking pre-conditions
Stefan Kost
1
-3
/
+7
2009-11-19
ladspa: remove left-over comment
Stefan Kost
1
-2
/
+0
2009-11-19
signalprocessor: change _setup to pass whole caps and not just sampling_rate
Stefan Kost
1
-4
/
+15
2009-11-18
signalprocessor: Use correct CFLAGS for the signalprocessor headers in LV2/LA...
Yaakov Selkowitz
1
-1
/
+1
2009-11-16
signalprocessor: don't set channel positions in template-caps, Fixes #601775
Stefan Kost
1
-3
/
+2
2009-10-24
ladspa: don't reference freed pointer when building portnames
Stefan Kost
1
-1
/
+4
2009-09-17
Multi-channel support with channel positions.
Dave Robillard
1
-2
/
+3
2009-09-17
Fix typo in LADSPA element documentation.
Dave Robillard
1
-1
/
+1
2009-09-17
Working multi-channel pads for LV2 plugins.
Dave Robillard
1
-2
/
+2
2009-09-10
signalprocessor: Fix various build/dist issues
Sebastian Dröge
1
-1
/
+1
2009-07-22
docs: add docs for ladspa and update plugin docs
Stefan Kost
1
-1
/
+10
2009-06-22
signalprocessor: use $(top_builddir) instead of relative paths
Stefan Kost
2
-3
/
+9
2009-06-22
Working LV2 plugin discovery.
Dave Robillard
4
-1152
/
+4
2009-06-22
Fix inconsistent style (trivial test commit).
Dave Robillard
1
-1
/
+1
2009-03-25
ladspa: comment signalprocessor class more and do minor code cleanups
Stefan Kost
2
-51
/
+48
2009-03-06
ladspa: fix compilation when LRDF is missing
Wim Taymans
1
-1
/
+4
2009-03-05
ladspa: remove -ldl as we now use glibs gmodule.
Stefan Kost
1
-1
/
+1
2009-03-05
ladspa: add initial liblrdf support.
Stefan Kost
2
-11
/
+162
2009-03-04
ladspa: add LIBDIR/ladspa to search path and make path more portable
Stefan Kost
1
-9
/
+93
2009-03-04
ladspa: rewrite the directory scanning, fixes first part of #573370
Stefan Kost
4
-404
/
+2
2009-03-01
ladspa: Don't compile unused code from load.c
Sebastian Dröge
1
-1
/
+1
2009-01-08
ext/ladspa/search.c: Avoid searching (null) paths or crashing on platforms wh...
Brian Cameron
1
-2
/
+8
2009-01-08
ext/ladspa/gstladspa.c: Add plugin dependency for the LADSPA plugin directories.
Sebastian Dröge
1
-0
/
+5
2008-11-04
Don't install static libs for plugins. Fixes #550851 for -bad.
Stefan Kost
1
-0
/
+1
2008-10-30
ext/ladspa/gstladspa.c: Whitespace.
Stefan Kost
2
-3
/
+3
2008-07-21
Link the ladspa plugin with -ldl. It's needed for dlopen() and friends for lo...
Sebastian Dröge
1
-1
/
+1
2008-03-20
ext/ladspa/: Add some thoughts and FIXME's.
Stefan Kost
2
-1
/
+12
2008-02-04
ext/ladspa/gstladspa.c: Don't use GST_BOILERPLATE as the stuff generated from...
Sebastian Dröge
1
-34
/
+23
2008-02-04
ext/ladspa/gstsignalprocessor.c: Don't unref the pad template after adding it...
Sebastian Dröge
1
-1
/
+0
2007-12-29
Fix 'xyz may be used uninitialized' compiler warnings caused by broken g_asse...
Sebastian Dröge
1
-2
/
+2
2007-08-16
ext/ladspa/gstladspa.c: Don't leak like hell.
Stefan Kost
1
-5
/
+13
2007-02-24
Fix build with LDFLAGS='-Wl,-z,defs'.
Tim-Philipp Müller
1
-1
/
+1
2007-01-31
Fix classification in GstElementDetails.
Stefan Kost
1
-45
/
+38
2007-01-28
ext/ladspa/: add GstController support to ladspa
Stefan Kost
2
-3
/
+6
2007-01-12
ext/ladspa/gstsignalprocessor.c (gst_signal_processor_fixate)
Andy Wingo
1
-39
/
+55
2007-01-06
ext/ladspa/gstsignalprocessor.c
Andy Wingo
1
-31
/
+31
2007-01-06
ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_add_pad_from_template)
Andy Wingo
1
-16
/
+51
2006-12-18
ext/ladspa/gstsignalprocessor.c: Reset flow_state back to _OK after a flush s...
Wim Taymans
1
-7
/
+18
2006-08-16
ext/ladspa/gstsignalprocessor.c: Make ladspa elements reusable. Fixes #350006.
Andy Wingo
1
-12
/
+57
2006-08-16
ext/ladspa/gstladspa.c: Convert ' ' into '_'. Try to keep as many characters ...
Wim Taymans
1
-1
/
+4
2006-08-16
ext/ladspa/gstsignalprocessor.c: A push() gives away our refcount so we shoul...
Wim Taymans
1
-4
/
+6
[next]