summaryrefslogtreecommitdiff
path: root/ext/lv2
AgeCommit message (Expand)AuthorFilesLines
2020-08-04gstlv2utils.c: avoid implicit float to int conversionJordan Petridis1-2/+4
2020-06-09docs: Mark lv2 runtime generated enums as plugins API typesThibault Saunier1-0/+1
2020-04-29lv2: Namespace global variables and explicitly make them privateThibault Saunier4-184/+214
2020-04-29lv2: Make it build with -fno-commonDebarshi Ray2-31/+64
2019-11-05documentation: fixed a heap o' typosAaron Boxer2-4/+4
2019-10-22lv2: fix build without the debug systemJordan Petridis1-0/+4
2019-10-14Remove autotools build systemTim-Philipp Müller1-17/+0
2019-08-23docstrings: port ulinks to markdown linksMathieu Duponchelle1-2/+2
2019-05-30meson: add more plugins to plugins listTim-Philipp Müller1-2/+3
2018-07-27Add feature options for almost all pluginsNirbheek Chauhan1-2/+2
2018-04-25Meson: Generate pc file for all plugins in badXavier Claessens1-0/+1
2018-01-15lv2: fix inverted boolean propertiesTim-Philipp Müller1-1/+1
2017-12-18lv2: Try and reflect better lilv default pathNicolas Dufresne1-3/+17
2017-12-18lv2: Recursively monitor the lv2 plugin pathNicolas Dufresne1-1/+2
2017-12-18meson: Enable building LV2Nicolas Dufresne1-0/+19
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier1-0/+1
2016-09-29fix for https://bugzilla.gnome.org/show_bug.cgi?id=771871Sergey Mamonov1-6/+12
2016-07-14lv2: make it build with older lilvStefan Sauer1-15/+25
2016-07-10lv2: planning updateStefan Sauer1-0/+27
2016-07-10lv2: keep working with older versionsStefan Sauer1-2/+20
2016-07-04lv2: add support for saving presetsStefan Sauer4-8/+112
2016-07-04lv2: support for loading presetsStefan Sauer7-35/+362
2016-05-18lv2: support CVPortsStefan Sauer7-37/+169
2016-05-18lv2: use _OBJECT log variants and lower log level when processingStefan Sauer2-7/+7
2016-05-15lv2: cleanup the predicatesStefan Sauer2-9/+6
2016-05-15lv2: tweak enum loggingStefan Sauer1-2/+3
2016-05-15lv2: generate enums from scalepointsStefan Sauer2-8/+94
2016-05-15lv2: reduce log spam for property boundsStefan Sauer1-4/+8
2016-05-15lv2: remove lv2_symbol_predStefan Sauer2-5/+0
2016-05-15lv2: remove leftover FIMEStefan Sauer1-1/+0
2016-05-15lv2: add registry cachingStefan Sauer7-103/+176
2016-05-15lv2: implemnt the map-extensionStefan Sauer2-3/+34
2016-05-15lvs: add require_feature checksStefan Sauer3-6/+40
2016-05-13lv2: add a source pluginStefan Sauer5-10/+707
2016-05-13lv2: add support for host featuresStefan Sauer1-1/+42
2016-05-10lv2: skip plugins that need host featuresStefan Sauer1-0/+10
2016-05-10lv2: add classification from metadataStefan Sauer1-3/+13
2016-05-10lv2: extract helper code into lv2utilsStefan Sauer4-421/+608
2016-04-01README: update to 1.0 and lilvStefan Sauer1-10/+6
2016-04-01lv2filter: remove the variable for the registry klass tagStefan Sauer1-5/+1
2016-04-01lv2filter: remove copy and paste of doc blobStefan Sauer1-13/+0
2016-03-27lv2: Port filters to GStreamer 1.0 and use lilv instead of slv2Thibault Saunier4-912/+989
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-11-04Fix FSF addressTim-Philipp Müller2-4/+4
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts1-1/+1
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-2/+2
2011-11-04controller: port to new controller location and apiStefan Sauer2-6/+2
2011-07-20Fix compilation for unused but not setNicolas Dufresne1-3/+0