Sign in
coral
/
mtk-gst-plugins-bad
/
6547b638c55f0f1339783ea0a8829fdcfbd1bb84
/
ext
/
lv2
944f347
lv2: fix inverted boolean properties
by Tim-Philipp Müller
· 7 years ago
fbd9a62
lv2: Try and reflect better lilv default path
by Nicolas Dufresne
· 7 years ago
8c850b3
lv2: Recursively monitor the lv2 plugin path
by Nicolas Dufresne
· 7 years ago
387e229
meson: Enable building LV2
by Nicolas Dufresne
· 7 years ago
4261692
Remove plugin specific static build option
by Nicolas Dufresne
· 8 years ago
78022a6
docs: Port all docstring to gtk-doc markdown
by Thibault Saunier
· 8 years ago
e985754
fix for https://bugzilla.gnome.org/show_bug.cgi?id=771871
by Sergey Mamonov
· 8 years ago
ea443a3
lv2: make it build with older lilv
by Stefan Sauer
· 8 years ago
8330f7a
lv2: planning update
by Stefan Sauer
· 9 years ago
13d963f
lv2: keep working with older versions
by Stefan Sauer
· 9 years ago
adf2092
lv2: add support for saving presets
by Stefan Sauer
· 9 years ago
e9a2c4f
lv2: support for loading presets
by Stefan Sauer
· 9 years ago
a1bf2e1
lv2: support CVPorts
by Stefan Sauer
· 9 years ago
c66d390
lv2: use _OBJECT log variants and lower log level when processing
by Stefan Sauer
· 9 years ago
b483717
lv2: cleanup the predicates
by Stefan Sauer
· 9 years ago
63afc05
lv2: tweak enum logging
by Stefan Sauer
· 9 years ago
04a957c
lv2: generate enums from scalepoints
by Stefan Sauer
· 9 years ago
5aee046
lv2: reduce log spam for property bounds
by Stefan Sauer
· 9 years ago
e2184b2
lv2: remove lv2_symbol_pred
by Stefan Sauer
· 9 years ago
78572e2
lv2: remove leftover FIME
by Stefan Sauer
· 9 years ago
1c83ce7
lv2: add registry caching
by Stefan Sauer
· 9 years ago
da0a3d9
lv2: implemnt the map-extension
by Stefan Sauer
· 9 years ago
3101fe7
lvs: add require_feature checks
by Stefan Sauer
· 9 years ago
dfa6fb3
lv2: add a source plugin
by Stefan Sauer
· 9 years ago
8a6c459
lv2: add support for host features
by Stefan Sauer
· 9 years ago
d7b7d9d
lv2: skip plugins that need host features
by Stefan Sauer
· 9 years ago
f35d4d4
lv2: add classification from metadata
by Stefan Sauer
· 9 years ago
a05f8dd
lv2: extract helper code into lv2utils
by Stefan Sauer
· 9 years ago
bbcd659
README: update to 1.0 and lilv
by Stefan Sauer
· 9 years ago
44b9710
lv2filter: remove the variable for the registry klass tag
by Stefan Sauer
· 9 years ago
bec6042
lv2filter: remove copy and paste of doc blob
by Stefan Sauer
· 9 years ago
c32e74f
lv2: Port filters to GStreamer 1.0 and use lilv instead of slv2
by Thibault Saunier
· 9 years ago
e51cd4f
gst: Add better support for static plugins
by Sebastian Dröge
· 12 years ago
9e1b75f
Fix FSF address
by Tim-Philipp Müller
· 12 years ago
578861a
replace gst_element_class_set_details_simple with gst_element_class_set_metadata
by Mark Nauwelaerts
· 12 years ago
cda192b
gst: Update for GST_PLUGIN_DEFINE() API changes
by Sebastian Dröge
· 13 years ago
1318a97
gst: Update versioning
by Sebastian Dröge
· 13 years ago
9f73890
controller: port to new controller location and api
by Stefan Sauer
· 13 years ago
e8d2485
Fix compilation for unused but not set
by Nicolas Dufresne
· 13 years ago
579188d
lv2: ensure uniqe property names
by Stefan Kost
· 14 years ago
fcf7b11
lv2: update url for port-groups extension
by Stefan Kost
· 14 years ago
67c21b1
ladspa,lv2: don't fail in plugin_init when having 0 elements
by Stefan Kost
· 15 years ago
e4a3bc4
lv2: add more examples
by Stefan Kost
· 15 years ago
775c758
gst_element_class_set_details => gst_element_class_set_details_simple
by Benjamin Otte
· 15 years ago
8800908
lv2: code cleanups
by Stefan Kost
· 15 years ago
ebdf1c2
signalprocessor,lv2,ladspa: move sample-rate to baseclass
by Stefan Kost
· 15 years ago
8f1bb31
lv2: shorter element names
by Stefan Kost
· 15 years ago
1658472
lv2: simpify property registration
by Stefan Kost
· 15 years ago
792c181
lv2: use plugin dependency registry api
by Stefan Kost
· 15 years ago
6f4bf4c
lv2: lookup GQuark just once instead for each plugin+1
by Stefan Kost
· 15 years ago
ee2c1e6
ladspa/lv2: link and init to gst-controller
by Stefan Kost
· 15 years ago
78b6992
lv2: add more debug and remove "\n" from debug logging
by Stefan Kost
· 15 years ago
6aed9cf
lv2: better gobject properties
by Stefan Kost
· 15 years ago
faa007d
lv2: create valid gobject property names. Fixes #602528
by Stefan Kost
· 15 years ago
89d9aae
[cleanup] Various style and cleanups
by Benjamin Otte
· 15 years ago
1803eb4
lv2: set the audio-channel positions again, but now in _setup
by Stefan Kost
· 15 years ago
d7a4293
lv2: only use g_return_val_if_fail for checking pre-conditions
by Stefan Kost
· 15 years ago
8a5e9a3
signalprocessor: change _setup to pass whole caps and not just sampling_rate
by Stefan Kost
· 15 years ago
fac1f74
signalprocessor: Use correct CFLAGS for the signalprocessor headers in LV2/LADSPA
by Yaakov Selkowitz
· 15 years ago
38592a5
signalprocessor: don't set channel positions in template-caps, Fixes #601775
by Stefan Kost
· 15 years ago
63734cb
lv2: fix pad direction for ungrouped ports
by Stefan Kost
· 15 years ago
ac3ed46
Revert "LV2 preset support."
by Stefan Kost
· 15 years ago
f82a4fa
Revert "Fix property index when setting preset."
by Stefan Kost
· 15 years ago
0a6b22b
Fix property index when setting preset.
by Dave Robillard
· 15 years ago
c95f59c
LV2 preset support.
by Dave Robillard
· 15 years ago
fa47a5f
More tolerate port group support, plugin cleanup.
by Dave Robillard
· 15 years ago
9956118
Make mono warning visible in public documentation.
by Dave Robillard
· 15 years ago
374d52d
Multi-channel support with channel positions.
by Dave Robillard
· 15 years ago
8538d38
Add documentation for LV2 element.
by Dave Robillard
· 15 years ago
00a4088
Add swh and calf LV2 port group patches.
by Dave Robillard
· 16 years ago
403f58b
Working multi-channel pads for LV2 plugins.
by Dave Robillard
· 16 years ago
c076e7d
Allocate a static predicate for pg:inGroup.
by Dave Robillard
· 16 years ago
1ef08ed
Only allocate lv2:inPlaceBroken predicate once.
by Dave Robillard
· 16 years ago
b849ae8
Separate port discovery from pad template creation.
by Dave Robillard
· 16 years ago
28b35ae
Use silly glib types :).
by Dave Robillard
· 16 years ago
8eeb2f3
Query and store port group information.
by Dave Robillard
· 16 years ago
db1a4ba
Working basic LV2 signal processing.
by Dave Robillard
· 16 years ago
ab96789
Set class inPlaceBroken property.
by Dave Robillard
· 16 years ago
5a8e9cd
signalprocessor: Fix various build/dist issues
by Sebastian Dröge
· 15 years ago
60fa2e2
make: remove whitespace after trailing backslash
by Stefan Kost
· 15 years ago
78a12a3
Use GST_WARNING instead of fprintf.
by Dave Robillard
· 16 years ago
72ae74e
Add LV2 quick start README.
by Dave Robillard
· 16 years ago
a2a0322
signalprocessor: use $(top_builddir) instead of relative paths
by Stefan Kost
· 16 years ago
ea184d7
Working LV2 plugin discovery.
by Dave Robillard
· 16 years ago