summaryrefslogtreecommitdiff
path: root/ext/lv2
Commit message (Expand)AuthorAgeFilesLines
* gstlv2utils.c: avoid implicit float to int conversionJordan Petridis2020-08-041-2/+4
* docs: Mark lv2 runtime generated enums as plugins API typesThibault Saunier2020-06-091-0/+1
* lv2: Namespace global variables and explicitly make them privateThibault Saunier2020-04-294-184/+214
* lv2: Make it build with -fno-commonDebarshi Ray2020-04-292-31/+64
* documentation: fixed a heap o' typosAaron Boxer2019-11-052-4/+4
* lv2: fix build without the debug systemJordan Petridis2019-10-221-0/+4
* Remove autotools build systemTim-Philipp Müller2019-10-141-17/+0
* docstrings: port ulinks to markdown linksMathieu Duponchelle2019-08-231-2/+2
* meson: add more plugins to plugins listTim-Philipp Müller2019-05-301-2/+3
* Add feature options for almost all pluginsNirbheek Chauhan2018-07-271-2/+2
* Meson: Generate pc file for all plugins in badXavier Claessens2018-04-251-0/+1
* lv2: fix inverted boolean propertiesTim-Philipp Müller2018-01-151-1/+1
* lv2: Try and reflect better lilv default pathNicolas Dufresne2017-12-181-3/+17
* lv2: Recursively monitor the lv2 plugin pathNicolas Dufresne2017-12-181-1/+2
* meson: Enable building LV2Nicolas Dufresne2017-12-181-0/+19
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-121-0/+1
* fix for https://bugzilla.gnome.org/show_bug.cgi?id=771871Sergey Mamonov2016-09-291-6/+12
* lv2: make it build with older lilvStefan Sauer2016-07-141-15/+25
* lv2: planning updateStefan Sauer2016-07-101-0/+27
* lv2: keep working with older versionsStefan Sauer2016-07-101-2/+20
* lv2: add support for saving presetsStefan Sauer2016-07-044-8/+112
* lv2: support for loading presetsStefan Sauer2016-07-047-35/+362
* lv2: support CVPortsStefan Sauer2016-05-187-37/+169
* lv2: use _OBJECT log variants and lower log level when processingStefan Sauer2016-05-182-7/+7
* lv2: cleanup the predicatesStefan Sauer2016-05-152-9/+6
* lv2: tweak enum loggingStefan Sauer2016-05-151-2/+3
* lv2: generate enums from scalepointsStefan Sauer2016-05-152-8/+94
* lv2: reduce log spam for property boundsStefan Sauer2016-05-151-4/+8
* lv2: remove lv2_symbol_predStefan Sauer2016-05-152-5/+0
* lv2: remove leftover FIMEStefan Sauer2016-05-151-1/+0
* lv2: add registry cachingStefan Sauer2016-05-157-103/+176
* lv2: implemnt the map-extensionStefan Sauer2016-05-152-3/+34
* lvs: add require_feature checksStefan Sauer2016-05-153-6/+40
* lv2: add a source pluginStefan Sauer2016-05-135-10/+707
* lv2: add support for host featuresStefan Sauer2016-05-131-1/+42
* lv2: skip plugins that need host featuresStefan Sauer2016-05-101-0/+10
* lv2: add classification from metadataStefan Sauer2016-05-101-3/+13
* lv2: extract helper code into lv2utilsStefan Sauer2016-05-104-421/+608
* README: update to 1.0 and lilvStefan Sauer2016-04-011-10/+6
* lv2filter: remove the variable for the registry klass tagStefan Sauer2016-04-011-5/+1
* lv2filter: remove copy and paste of doc blobStefan Sauer2016-04-011-13/+0
* lv2: Port filters to GStreamer 1.0 and use lilv instead of slv2Thibault Saunier2016-03-274-912/+989
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-042-4/+4
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* gst: Update versioningSebastian Dröge2012-04-041-2/+2
* controller: port to new controller location and apiStefan Sauer2011-11-042-6/+2
* Fix compilation for unused but not setNicolas Dufresne2011-07-201-3/+0